Root: lumenapi
- always base under this root directory
Steps below apply when it is the first time setting up the lumenapi project.
- Create
.env
basing.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