The boilerplate application built with Laravel as backend and AngularJS as Frontend. It is a ready-to-use "starting pack" that you can use to build your first API in seconds. As you can easily imagine, it is built on top of the awesome Laravel Framework. And the front end powered by AngularJS
The application is developed with foundation of follwing work https://github.com/francescomalatesta/laravel-api-boilerplate-angular-example
It also benefits from three pacakages:
- JWT-Auth - tymondesigns/jwt-auth
- Dingo API - dingo/api
- Laravel-CORS barryvdh/laravel-cors
$ git clone https://github.com/erviveksharma/laravel-angularjs-exposition.git
$ cd laravel-angularjs-exposition
$ composer update
$ php -r "copy('.env.example','.env);"
$ php -r key:generate
$ php artisan jwt:generate
$ php artisan migrate
Please follow these articles for more help Sitepoint: