This is the rest API for the starter apps:
You will need composer to start. To download composer you can go to GetComposer.org.
php composer.phar install
Note if you are on OSX Yosemite 10.10, then you might get an error about mcrypt being required. You can resolve with fixing the local installation from this tutorial Install mcrypt for php on Mac OSX 10.10 Yosemite for a Development Server. Alternative you can use MAMP, Vagrant, or Docker
Next you need to copy and edit the example env file
cp .env.example .env
Don't forget to edit APP_KEY and JWT_SECRET
After that you can run the migration
php artisan migrate
This will run as https://localhost:8000/
php artisan serve
php artisan migrate:reset
The Laravel framework is open-sourced software licensed under the MIT license