jmdryden / larang-todo

Laravel 5 starter project incorporating AngularJS for routing and views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel - Angular Starter

A(nother) Laravel 5 stub project that incorporates Angular JS, based on Sonny Recio's. Documentation for the Laravel framework can be found on the Laravel website. Documentation for Angular 1 can be found at [Angular website] (http://angularjs.org).

License

Both AngularJS and the Laravel framework are open-sourced software licensed under the MIT license.

Installation

  1. Requires PHP 5.6, Apache 2, mySQL 5, Composer
  2. composer create-project laravel/laravel=5.2
  3. git clone git@github.com:jmdryden/larang-todo.git
  4. update database settings in .env
  5. php artisan migrate
  6. Note: Uses the AngularJS modules route, animate and toaster installed via the Angular CDN. This is fine for sandboxing. For production you might consider installing the Angular dependencies via Bower or NPM.

About

Laravel 5 starter project incorporating AngularJS for routing and views

License:MIT License


Languages

Language:JavaScript 79.3%Language:PHP 19.5%Language:HTML 0.9%Language:Vue 0.1%Language:ApacheConf 0.1%