inertia.js

  1. phpdai

    CodeCourse — Translations with Laravel and Inertia

    Localization is a breeze in Laravel applications, but what happens when you need to bring this to the client-side? Turns out in Inertia, it's pretty simple.In this course, we'll build a language switcher, share translations with the client, and build a simple translation helper for Vue to use...
  2. phpdai

    CodeCourse — Learn Inertia

    Single-page applications are great, but they come with the challenge of maintaining two separate projects — the client and the API.Inertia serves as the solution, seamlessly connecting these two components and enabling you to build everything in one application (a monolith) while achieving the...
  3. phpdai

    CodeCourse — Build a Forum with Inertia and Laravel

    About this course Ready to build a forum with Inertia and Laravel? Why a forum? A forum touches a whole load of concepts that you'll use throughout your development career – particularly on the client-side, where we'll be doing most of the heavy lifting. So, let's build a clean, modern forum...
  4. phpdai

    CodeCourse — Installing Inertia from Scratch

    The Laravel ecosystem gives us packages like Laravel Breeze and Jetstream which come ready set up with Inertia installed. But what if you want to install Inertia from scratch and build your own features on top of it?In this course, whether you're new to Inertia or not, we'll be covering...