Skip to content

The boilerplate application built with Laravel as backend and AngularJS as Frontend

Notifications You must be signed in to change notification settings

erviveksharma/laravel-angularjs-exposition

Repository files navigation

Laravel AngularJs Boilerplate

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:

Installation

$ 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

Usage

Please follow these articles for more help Sitepoint:

About

The boilerplate application built with Laravel as backend and AngularJS as Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published