This is an example project I made with my Laravel API Boilerplate (JWT). A really basic books wishlist application, that uses AngularJS for the frontend client.
If possible, use Homestead Improved as a VM.
- git clone the repository;
- composer install to install APIs dependencies;
- go to public folder and bower install to install client dependencies;
- php artisan migrate to set up the database schema;
- have fun;
Yay.
You could stumble upon some issues while creating the bower_components folder, create it manually in the public folder. Don't worry, you're not alone: just create it manually and then execute bower install normally.