Tutorials, and demo projects with Laravel framework.
Host: Povilas Korop


Laravel Daily

Seems like more and more Laravel devs like PHP attributes, so the core team add them wherever they can now.

2 days ago | [YT] | 267

Laravel Daily

Noticed a new entry in Laravel Boost choice of IDEs: Amp!
Anyone using it? What are the main benefits?

2 days ago | [YT] | 120

Laravel Daily

This should be BIG.
Will definitely do a video review when it's officially out.

5 days ago | [YT] | 318

Laravel Daily

YouTube milestone: 160,000 subscribers!
Now the growth is much slower (for many reasons).
So that's why each new 10k means so much more.

It took a FULL YEAR to grow from 150k to 160k.

Thank you all for watching and subscribing!

6 days ago | [YT] | 230

Laravel Daily

Tried NativePHP Jump app to avoid XCode or any IDE setup.
1. Built a Laravel/Livewire app (mobile-first design)
2. Ran a few Terminal commands, it launched a browser with QR code
3. Installed Jump app, scanned QR code
4. Done, I can use the app on my Android

WOW.
And, FREE.

Course coming soon on Laravel Daily.

1 week ago | [YT] | 339

Laravel Daily

Aaron Francis praised NativePHP and Laravel as a choice for a DESKTOP app.
Why? Here's a direct quote from the podcast:

"Another desktop app that I wrote, I used NativePHP because Laravel was the best choice for this desktop application because it is so heavily *queue-based*.

No other queue implementation comes even close to Laravel's queues, especially when you're talking about an SQLite database-driven.

Laravel + Inertia + React on the front end, you've got a great desktop app that can be extremely heavily queue-based with all the retries and all of that kind of stuff."

Listen to the full episode here: mostlytechnical.com/episodes/119-anti-slop-vibe
(tech-stack discussions are at around ~55 minutes)

2 weeks ago | [YT] | 158

Laravel Daily

This sometimes happens when you use AI LLMs.
Or, in fact, any external APIs.

In this case, shooting Laravel AI SDK course video on image generation, and OpenAI API just fails.

But I will deliberately NOT edit this out of video.

I want to show REAL stories, not ideal world.

2 weeks ago | [YT] | 209

Laravel Daily

Laravel tip.

Did you know you can register Eloquent observers with PHP attribute `ObservedBy`, avoiding manual registration in a provider?

3 weeks ago | [YT] | 321

Laravel Daily

Laravel AI SDK should be released *today*.
But if you wanna read about it earlier, the DOCS are already live since yesterday: github.com/laravel/docs/blob/12.x/ai-sdk.md

Of course, it's still early, and subject to change.

3 weeks ago | [YT] | 218

Laravel Daily

Laravel tip.
Use the `File` rule facade for fluent image validation.
Chain methods like `image()`, `min()`, `max()`, and `dimensions()` for cleaner, more readable validation rules compared to string-based syntax.

3 weeks ago | [YT] | 450