The simply method to set up this project (for development only) is using Docker and Docker Compose.
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
API documentation with Swagger format is available here: https://localhost:{$PORT}/api/documentation
- laravel-modules https://github.com/nWidart/laravel-modules
- l5-swagger https://github.com/DarkaOnLine/L5-Swagger
- laravel-jwt https://github.com/tymondesigns/jwt-auth