Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (25 loc) · 554 Bytes

readme.md

File metadata and controls

26 lines (25 loc) · 554 Bytes

laravel5.3-angular2

This is initial setup of Angular 2 with Laravel 5.3.

  1. First clone it or download it.
  2. Run this command in your terminal-
composer install
  1. Rename .env.example to .env
  2. Run this command in your terminal-
php artisan key:generate
npm install
  1. Go node_modules>elixer-typescript>index.js and comment this line
//.pipe($.concat(paths.output.name))
  1. Run this command in your terminal-
gulp
  1. Launch it into your browser with localhost or php artisan command -
php artisan serve