Vue.js 3 + Laravel 9 SPA: CRUD with Auth

📚
Lessons

37

📝
Words

2

🚀
Launch Date

Mar 2022

🏷️
Tag

Laravel 9 + Vue 3

About this course

Vue.js is by far the most popular JavaScript framework in the Laravel community, and the newest Vue.js 3 version with the Composition API is a new way to create SPAs - Single Page Applications.

In this course, I will create such an application in almost live-coding mode, with a Github repository available for reference.

Vue Laravel

We will touch on these topics:

  • Structuring Vue.js code in Laravel project
  • Vue.js Options API vs Composition API
  • Laravel API Creation
  • Full CRUD to manage records: forms, validation, etc.
  • Vue.js Routing
  • Laravel & Vue Users/Roles/Permissions
  • ... and more

Testimonials:

Vue Laravel Testimonials 01

Vue Laravel Testimonials 02

Are you ready? Let's dive into the course.

Course Content

Intro

Installation

Our First Vue.js Page: Datatable with Laravel API

Multiple Pages: Routing in Vue.js

Full CRUD of Posts

Login and Permissions: Authentication and Authorization