Laravel with DDD and clean architecture
The first, install Docker and Docker Compose:
Clone this project to your server or local machine.
Run below command to make config file from sample file:
cp .env.example .env
Run following command to build & start your application
docker-compose up
Run in background
docker-compose up -d
composer install
php artisan test
./vendor/bin/rector process
- command/bus: https://tactician.thephpleague.com/installation/
- laravel-jwt https://github.com/tymondesigns/jwt-auth
- code quality: https://getrector.com/documentation