This is a Laravel 5 and Angular projects.
All angular code is in the resource/assets/angular
- Install laravel application
- composer install
- copy .env.example to .env
- php artisan key:generate
- Install npm packed
- npm install
- For compile angular user
- for develop (npm run dev)
- for production (npm run production)
Example
- Renderer2
- url(renderer2)
Watch DEMO
####enjoy!
This project was inspired by the following projects.