Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Laravel Backends for Vue.js 3

Laravel Backends for Vue.js Frontends Course Introduction

đź‘‹ Hello, and welcome to the course! Laravel is a powerful PHP framework that can be used in several different ways:

  1. It can render pages server side with PHP
  2. You can create a “modern monolith” with Inertia and Vue (or any other front-end framework for that matter)
  3. Or you can create a REST API with Laravel that’s consumed by a completely separate front-end application (a Vue SPA in our case).

We’ll be going with option 3. In the course, you’ll learn all about using Vue.js to interact with a Laravel powered REST API.

Links

  • Laravel
  • Inertia (Cool resource but not the approach we’re taking in this course)