Root: lumenapi
- always base under this root directory
Steps below apply when it is the first time setting up the lumenapi project.
- Create
.envbasing.env.example- change necessary configuration specially DB credentials - Run
composer install - Run
php artisan migrate- to make updates on database schema if there are any