Skip to content

jmj4you/laravel-5-angular-2-example

 
 

Repository files navigation

Laravel 5 and Angular 2 example project

Installation:

composer install
npm install

Create .env file (can be based on .env.example

php artisan key:generate

Building

gulp

Watching

gulp-watch

Server

php artisan serve

Info

resources/views/backend - views for every pages, but NOT for Angular 2 templates

resources/views/frontend - views ONLY for Angular 2 templates (Components, Directives)

About

Laravel 2 and Angular 2 example

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.7%
  • TypeScript 5.7%
  • JavaScript 3.1%
  • ApacheConf 0.5%