This a Complete Series of Laravel and Angular Project on API Authentication with the famous laravel passport package, which provides full Oauth2.0 server implementation on your laravel project in minutes. We will be using Angular 12 for frontend API calls. You can download the source code from GitHub which will be uploaded after the completion of the project. So subscribe and click on the bell button for notification. In this video we will install Angular 12 and Setup Admin LTE3 Theme for Login, Register, Forgot, and Reset Password pages.
- Setup Angual 12
- Set-up Laravel 7
- Login
- Logout from all deivice
- Register
- Forgot Password
- Reset Password
- Auth Gurd in angular routes
https://www.youtube.com/playlist?list=PL397yT3D1n9ipqiMZug6mdPIczG2fmfjK
- Go to angular folder and run - npm install && npm run dev. Then run the development server by - npm start
- Go to laravel folder and run - composer install.
- copy .env file and set up your creadentials
- run php artisan key:generate and run the development server by - php artisan server