Feb 25, 2016

AngularJS and Laravel — Kick-Start Yourself!

Kick-start yourself for a Single Page Application featuring the modern Laravel PHP framework and Google’s acclaimed front-end framework AngularJS. Just download and install and you have a good foundation for building any application.

https://github.com/Zemke/starter-laravel-angular.git

Features!

Installation

git clone https://github.com/Zemke/starter-laravel-angular.git
composer install —prefer-dist
npm install
gulp && gulp watch
php -S localhost:8080 -t public/

Edit .env.example according to your environment and save as .env.

Requirements

Have fun! Any feedback is welcome. Use Issues.

Laravel AngularJS