Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

ankitparmar372/angular5.2-laravel5.6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

angular 5.2 and laravel 5.6 Authentication and crud

Demo

#Installation steps

1.Clone both repository
2.in Frontend run below command
npm install and yarn install
3.In backend run below command
composer install
php artisan key:generate
php artisan migrate --seed
php artisan passport:install
4.After you run passprt:install command you get 2 keys
take second key and set it in frontend/enviroments/environment.ts and frontend/enviroments/environment.prod.ts and set backend url ex: http://localhost:8000
5.in fronetend run ng serve and in backend run php artisan serve