This video will show you how to create a single page application (SPA) with Auth using Laravel 9 and Vue 3. We can register new user from the registration form and login from login page. Display dashboard page only for user authenticated and more...
Laravel VUE 3 CRUD with Image
• Laravel 9 VUE 3 - SPA CRUD and Image ...
Laravel Vue Tutorial
• Laravel 9 VUE 3 Tutorial - Quickly In...
Laravel 9 Tutorial For Beginners Step by Step
Laravel 9 CRUD and Image upload • Laravel 9 Tutorial - Advanced CRUD Op...
Laravel 9 Multi Level Login system • Laravel 9 Project - Multi User Level ...
Laravel 9 Blade templating • Laravel 9 Project - Blade Templating...
Laravel 9 Registration form with validation • Laravel 9 Tutorial - Registration for...
Laravel 9 CRUD with Images • Laravel 9 Project - Add Profile Page ...
Source Code available on
Github
https://github.com/kodeajaibcom/larav...
Our Blog
https://scqq.blogspot.com
Like, Share and Subscribe for more awesome videos https://goo.gl/xW1qEQ
#Laravel #laravel9 #LaravelVue #VueSPA
0:00 Introduction
0:12 Registration Form
0:27 Dashboard page for Authenticated users
0:48 Install Laravel and NPM Dependencies
1:22 Open Laravel Project
1:37 Create new database and setup in the ENV File
1:48 Install VUE 3 and NPM Dependencies
4:19 Install and setup Laravel Sanctum
4:33 Publish Configuration files
4:41 Add Sanctum's Middleware
5:37 Create Login Controller API
5:54 Create Login method
7:39 Create Register method
9:25 Create Logout method
11:35 Create Blade Templates
16:44 Create VUE Router
19:40 Run Laravel artisan serve
19:47 Build and RUN VUE 3
20:35 Execute Migration Files
20:50 Create VUE Template for the login page
24:13 API ROUTES
24:26 Build and compile all vue resources
24:54 Create Register page and Register method