Skip to content

namtrt/laravel-10-clean-architecture

Repository files navigation

Laravel 10 clean architechture

Laravel with DDD and clean architecture

Setup & start

1. Setup Docker

The first, install Docker and Docker Compose:

2. Clone source code

Clone this project to your server or local machine.

3. Make config file

Run below command to make config file from sample file:

cp .env.example .env

4. Build & start application

Run following command to build & start your application

docker-compose up

Run in background

docker-compose up -d

5. Install packages

composer install

Executes tests

php artisan test

Executes check code quality

./vendor/bin/rector process

Useful link

Releases

No releases published

Languages