Act19M-19A - Updated Courses/Books Laravel 13 Inertia 3 Livewire 4 - Boost, AI SDK and more

Welcome to another update. I’m here to tell you about all the content I’ve uploaded over the last month. As usual, I’ve published new classes for native Android with Android Studio, explaining how to incorporate YouTube videos, the use of Webviews, and, of course, Retrofit for consuming HTTP requests, an essential tool in the Android ecosystem.

🟢 How to embed a YouTube video in Android Studio | Jetpack Compose - 16 - https://youtu.be/j2Ae8ze9REM

🟢 Load a web page with WebView in Android Studio | Jetpack Compose - 17 - https://youtu.be/UYWtVPDnRx4

🟢 Internet Connection in Android Studio with Retrofit | Jetpack Compose - 19 - https://youtu.be/yiqafvMlAWY

We have also made progress with the free YouTube course on Django, where we see how to consume a REST API using Postman, in addition to various videos on:

🐍 Testing the Rest API created with Django Rest Framework using Postman - 70 - https://youtu.be/Z_fzcxFW04o

Unlighthouse: To measure your website's metrics: 💎 Analyze your web in seconds for FREE with Unlighthouse | Improve SEO and Performance - https://youtu.be/IoZvQdED29s

Automatic CRUD and pagination: 🐍 Creating an AutoCRUD in FastAPI + SQLAlchemy - https://youtu.be/ospGEOPCSgI

Among other technical topics that you can check out on the channel.

🚀 Laravel, AI, and Modern Ecosystem

I have released very important publications. One of the highlights is about how to use Laravel Boost with Open Code and MCP servers. Basically, Laravel Boost is a tool that gives guidelines to the AI on how it should generate code; here you will find a full explanation with use cases and implementation:

🔴 Laravel Blade: Complete Guide to the Laravel Template Engine - https://youtu.be/cGAMkoUz8FA

🔴 AGENTS.md: Without Laravel Boost vs. With Laravel Boost - https://youtu.be/TNho-RDAF9Y

🔴 PRO TIP for sending Automated and MASS emails in Laravel Livewire - https://youtu.be/iRFFZe14gMQ

🔴 Laravel Cashier Stripe + EASY Integration with Vue or JavaScript - https://youtu.be/muwrvFGDTzQ

🔴 Class Attributes: The NEW Syntax from Laravel 13 onwards - https://youtu.be/PXBROgEn2jU

🔴 What the $#@!💩 to use for AUTHENTICATION in Modern Laravel: Breeze, Fortify, UI, Filament, Livewire... - https://youtu.be/whQugYiYEM4

🏝️ Laravel Livewire Islands: What are they and how do they work? - https://youtu.be/ksS0XQ2pVnQ

Other videos

⚡ Flask Socket IO from scratch, Full Duplex Client and Server communication - https://youtu.be/ZDWyfaQTY2U

🐍 Creating an AutoCRUD in FastAPI + SQLAlchemy - https://youtu.be/ospGEOPCSgI

🐍 Flask pagination: Reusable pagination macro with SQLAlchemy, Jinja and Bootstrap 5 - https://youtu.be/fiF2Nn1jMJc

 

✨ Programming in the AI Era: Towards Intelligent Development and refactoring to Service Layer - https://youtu.be/CsZeS0H2bIk

🤖 Artificial Intelligence Integration

Although the courses have already been launched, I continue to incorporate new content, especially regarding the Laravel AI SDK. This is the official way to use agents from Laravel to communicate with providers like Gemini and ChatGPT. I am releasing publications with part of this content, extracted directly from the course lessons and the book.

Total Renovation: Laravel 13, Livewire 4, and Inertia 3

It is important to note that I have completely renewed my base courses. Introductions to the new Laravel, Inertia, and Livewire (LW) courses are now available.

I have launched community courses and updated books for Laravel 13, Livewire 4, and Inertia 3. I decided to renew the community books because these technologies have had major changes, and working with older versions could be confusing for those just starting out.

🔴 Laravel 13 Course - From Scratch 🔴 - https://youtu.be/QX4rU7brWjo

🔴 Laravel 13 Livewire 4 Course from scratch 🔴 - https://youtu.be/I6xeXh0vRoU

🔴 Laravel 13 Inertia 3 - Vue 3 Course from scratch 🔴 - https://youtu.be/k2_a67CQa6E

How to access the books?

  • Academy: You can find them at academia.desarrollolibre.net by searching the Inertia or Livewire section (registration required).
  • Udemy: For those who prefer that platform, they have access to the community version of the book in the first classes of the course.

1️⃣ Laravel 13 + AI From Scratch: The Definitive Guide

This is the base course, but taken to the extreme. Not only will you learn to create Full Stack applications, but we will integrate AI (Laravel Boost) to accelerate your development.

  • What's new: Use of AI for refactoring and design, CRUD, Permissions, Roles, Essential Fortify Packages, Blade Components with Tailwind, Form Validations, Rest API with Sanctum, and consumption from Vue 3.
  • https://academy.desarrollolibre.net/free/laravel/

2️⃣ Laravel 13, Inertia 3 and Vue 3: Full-Stack Guide

If you prefer developing SPA (Single Page Application) style apps without the technical complexity of separating the frontend from the backend, this course is for you.

  • What's new: Inertia 3, dynamic filters with Universal DataTable, file uploading with Drag & Drop, and Oruga UI components.
  • Projects: Dashboard, To Do List, Step-by-Step DataTable Form, Shopping Cart.
  • https://academy.desarrollolibre.net/free/inertia

3️⃣ Laravel 13 and Livewire 4 + Alpine.js: Pure Reactivity

Learn to create incredible reactive interfaces using only PHP and Blade, powered by the strength of Alpine.js.

  • What's new: Livewire 4, Volt components, Flux, complex multi-step forms, and advanced bidirectional communication between components.
  • Projects: Dashboard, To Do List, Step-by-Step DataTable Form, Shopping Cart, and "Livewire Islands".
  • https://academy.desarrollolibre.net/free/laravel-livewire

Some Classes I’ve been adding after publishing the courses/books:

Laravel SDK AI:

  • How to use a Local LLM with Laravel AI SDK and Jan.ai or LM Studio?
    • We see how to configure a local LLM with Laravel SDK AI.
  • Practical Anonymous Agent Examples: Chat, Code, and Sentiment Analysis
    • Let’s see some more examples on using anonymous agents.
  • Structured Agents: Beyond Anonymous Agents
    • We are going to learn how we can create agents with classes.
  • Structured Agents: Pokémon Example Agent
    • Let’s see another example of a structured agent that returns a list of Pokémon with a structure.
  • Example: Quiz Generator Agent (Q&A) with Laravel SDK AI + Schema
  • AI Agents + Work Queues, the BEST combination
  • Support for sources (Images, Texts, and Audios) from Agents
  • Document Management and Vector Databases
    • We are going to talk about documents, Vector Databases, and the Store in Laravel SDK AI.
  • Common Operations in Eloquent (ORM) - Part 2
    • We present methods such as firstOrFail, findOrFail, updateOrCreate, and firstOrCreate.

Also, the SEO package in Laravel was updated, and I recorded a video of its use in the packages section and on generating a certificate.

Laravel Inertia:

  • Introduction to testing in Inertia 3 + Laravel Boost
  • Optimistic Updates in Laravel Inertia
  • Page transitions with view transition
  • Demonstration of using the Modal component provided by Inertia.

Laravel Livewire:

  • Confirmations with wire:confirm.prompt

I'm letting you know about the latest updates for the month, which includes the complete renewal of the Laravel 13 course and books, as well as Livewire and Inertia and associated content on YouTube and the Blog.


Únete a la comunidad de desarrolladores que han decidido dejar de picar código y empezar a construir productos reales. Recibe mis mejores trucos de arquitectura cada semana:

I agree to receive announcements of interest about this Blog.

Andrés Cruz

ES En español