All Projects → francescomalatesta → laravel-api-boilerplate-angular-example

francescomalatesta / laravel-api-boilerplate-angular-example

Licence: other
Example project for Laravel API Boilerplate JWT Edition

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Laravel API Boilerplate (JWT) Example Project: Book Wishlist

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.

How to Install

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.

Notes

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].