Skip to main content
Tutorial Free

This Week in Laravel: NativePHP Auth, Boost Best Practices and Laravel Project Structure

March 27, 2026
6 min read

Hey hey, Useful Laravel links to read/watch for this week of March 26, 2026.

If you want to get such list every Thursday, subscribe to the newsletter here.


From my LaravelDaily.com

[Updated Course] How to Structure Laravel 13 Projects
laraveldaily.com

Most popular text-form Laravel Daily course! New lessons: DTOs, Pipelines, "when NOT to extract". Some more PHP attributes added. Cleaned-up old code examples.


[FREE Course] Laravel 13 for Beginners: 3 Demo Projects
laraveldaily.com

This is a "crash course" (29 minutes) to the Laravel 13 framework, from a VERY PRACTICAL point of view - we will create THREE small projects (partially using AI) and explain the code.


From my YouTube Channel

NativePHP Mobile: Login/Register with Email/Password or Google
youtube.com

This is a free lesson on Auth from my NativePHP course on Laravel Daily.


I Tried Laravel 13 Upgrade With Boost /upgrade vs Laravel Shift
youtube.com

In the new Laravel 13, they have Laravel Boost AI command to upgrade the project.


Laravel Job Market: My Mini-Research on AI Impact
youtube.com

I made a small market research on the current job market for Laravel developers and does AI have a real impact now.


My NEW Filament Package FilaWidgets: Custom SaaS-like Dashboards!
youtube.com

Presenting my plugin FilaWidgets with 5 new widget types for your dashboard to look "cooler".


Filament Table Custom Design: ViewColumn and CSS (Less Empty Space)
youtube.com

I wanted to make Filament table more similar to a typical startup-like table, with less space taken.


From Laravel Community

Taylor Otwell on X: "We just shipped a new Boost skill: laravel-best-practices."
x.com

It equips your AI agent with 100+ curated Laravel best practices, covering Eloquent, caching, queues, authentication, and more — so it can generate code that’s not just correct, but idiomatic.


Laravel Boost v2.4.0 Adds Security Audits and a Laravel Best Practices Skill
laravel-news.com

Laravel Boost v2.4.0 adds a security audit to the add-skill command, introduces a new laravel-best-practices skill, and adds an ignore option to the skills update command.


Pascal Baljet on X: "One more Inertia 3 beta!"
x.com

We've added Blade components to the Laravel adapter. You can now use and instead of the inertia/inertiaHead directives. The directives still work, so no breaking changes!


Joe Tannenbaum on X: "Introducing datatable: A searchable, scrollable table for those selections that require a bit more information up front"
x.com

Available in Laravel Prompts v0.3.16.


Laurence (Larry) on X: "My first contribution to the Laravel framework just got merged. Exception pages now support mobile safe areas."
x.com

On devices with notches/islands, you can now actually reach “Copy as Markdown” to feed your agents all that error goodliness.


What's New in Laravel 13: Vector Search, PHP Attributes, JSON:API Resources & More
youtube.com

Laravel 13 is here — the clean stack for Artisans and agents! This release brings AI-native workflows, stronger defaults, and more expressive APIs. In this v...


Which AI Model Is Best for Laravel?
laravel.com

We benchmarked 6 AI models on 17 real Laravel tasks, with and without Laravel Boost. See which model wins, which fails, and by how much.


AJ Meireles on X: "Introducing Routesy, an HTTP client made exclusively for Laravel"
x.com

About 2 months ago, I started noticing a real problem with Postman: managing multiple #laravel projects at the same time is a mess.


Freek Van der Herten on X: "We just released v5 of laravel-activitylog, our package for logging user activity and model events in Laravel."
x.com

We use it in Flare, Mailcoach, and Oh Dear to build audit logs: who changed a setting, who deleted a project, who invited a team member. Here's what's new in v5.


Ship AI with Laravel: Building Your First Agent with Laravel 13's AI SDK - Laravel News
laravel-news.com

Laravel 13 ships with a first-party AI SDK. In the first episode of Ship AI with Laravel we install it, scaffold a support agent, and get it responding to customers in about 10 minutes. One agent class, a few attributes, and it talks back.


NativePHP v3.1: The Biggest Performance Leap Yet
nativephp.com

v3.1 brings a persistent PHP runtime, background queue workers, Android 8+ support, iOS ICU/Intl, and dramatically faster response times. This is the update that changes everything.


NativePHP on X: "Local Notifications Plugin"
x.com

We’re about to make notifications… actually powerful. Coming to NativePHP Mobile soon.


Are you still excited about new Laravel versions in AI era?
reddit.com

I was wondering if the AI era somehow made you less excited about new Laravel releases, because that's what it is for me personally. I feel like...


Jump24 on X: "We've just launched Artisan Weekly Dan's weekly Top Ten Laravel & PHP finds"
x.com

Dan's weekly Top Ten Laravel & PHP finds now has its own home - and you can get it straight to your inbox. 76 editions in the archive. Sign up!


Sam Carré on X: "Just tagged the latest update for Saloon's Laravel Plugin, which adds support for Laravel 13"
x.com

...and Laravel Idea so that you can easily create Saloon classes with your favourite IDE!


Build a legal document chatbot with Laravel’s new AI SDK
reading.sh

The complete walkthrough: pgvector, semantic search, and an AI agent that cites clause numbers


Composer Run Dev and Laravel Sail
ollieread.com

If, like me, you're a user of Laravel Sail for some of your Laravel projects, you'll have probably noticed that the default 'composer run dev' command that ships with Laravel, just won't work for you. Well, I've got a solution for you!


Implementing Semantic Search with the Laravel AI SDK | Notes on Laravel
notesonlaravel.com

How we replaced Algolia with pgvector semantic search in our Laravel app — saving money, removing a dependency, and getting better results.


Newton Job on X: "Just realised I can schedule a command to run between 2 arbitrary times of the day."
x.com

Laravel really pushes cron beyond its limits.


mbs047/MBS-Uptime-Moniter
github.com

Self-hosted status page and uptime monitoring platform built with Laravel, Filament, and Livewire.


Punyapal Shah on X: "Introducing PestStan – a @pestphp extension for @phpstan"
x.com

PHP devs, ever wanted to run PHPStan in your Pest tests but got flooded with irrelevant errors, so you just stopped running it altogether?


ComfyCodersBV/laravel-pest-recorder
github.com

Laravel Pest Browsertest Recorder. This package introduces the php artisan pest:record command which provides an interactive way to generate a base for your Pest Browsertests.


Steve Bauman on X: "If you’re using Spatie’s Activity Log to capture changes to models, you can easily miss attribution of model changes to a user who dispatched a job from an authenticated request."
x.com

To resolve this across all your jobs, you can add a causedBy property to a base queued job class.


That's it for this week, see you in the next newsletter issue!

Again, if you wanna get this to your inbox every Thursday, subscribe here.

Enjoyed This Tutorial?

Get access to all premium tutorials, video and text courses, and exclusive Laravel resources. Join our community of 10,000+ developers.

Recent Courses

Laravel 13 Eloquent: Expert Level

40 lessons
1 h 34 min

Queues in Laravel 13

17 lessons
56 min read

[FREE] Laravel 13 for Beginners: 3 Demo Projects

5 lessons
29 min

Comments & Discussion

No comments yet…

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.