[go: up one dir, main page]

Skip to content

ghanshyamtank59/laravel5Angular4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5.4 with Angular 4.3.4(Using Angular cli)

Installation

composer install
npm install

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

php artisan key:generate

Build

ng build

Run Laravel

php artisan serve