This repository was archived by the owner on Jan 23, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork16
ankitparmar372/angular5.2-laravel5.6
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
#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
About
Angular 5.2 and Laravel 5.6 Authentication and CRUD
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.