đź‘‹ Hello, and welcome to the course!
Laravel is a powerful PHP framework that can be used in several different ways:
- It can render pages server side with PHP
- You can create a “modern monolith” with Inertia and Vue (or any other front-end framework for that matter)
- 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)