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


Laravel Daily

Laravel/PHP tip.
Did you know Faker method `bothify()`?

- ? characters are replaced with a random letter
- # characters - with a random digit
- * characters - with either a random letter or a random digit

Example for car plate numbers.

Link to docs: fakerphp.org/formatters/numbers-and-strings/#bothi…

3 days ago | [YT] | 538

Laravel Daily

Confession: I changed my mind on obvious code comments.

Earlier me: why you write the obvious comment and waste one line?

Current me: I like this code. It's easy to read. It can breathe. My eyes are happy. They can *skim* this code easier.

Or maybe I'm just getting old? :)

2 weeks ago | [YT] | 294

Laravel Daily

Laravel security reminder.

Never (almost?) use `$request->all()` in Controllers after Form Requests.

Use `$request->validated()`.

Why?
Read more in this article:
laraveldaily.com/post/laravel-request-all-security…

2 weeks ago | [YT] | 199

Laravel Daily

Just noticed this great change to Laravel React starter kit, released in September.
Now I can run `php artisan migrate --seed` multiple times, and won't get errors.

2 weeks ago | [YT] | 146

Laravel Daily

NEW: Laravel Boost is actually in the Laravel installer now!
Hooray to "laravel new"!

2 weeks ago | [YT] | 244

Laravel Daily

I love helping people 1-on-1, with the new Personal Roadmap on Laravel Daily. 33 spots left out of 100!

This is where I feel the most IMPACT.

Personal Roadmap feature is available for yearly/lifetime members, now 40% off!

Fill the form here:

laraveldaily.com/account/personal-roadmap?mtm_camp…

2 weeks ago | [YT] | 51

Laravel Daily

Laravel Coding with AI Agents: NEW video course on Laravel Daily!

Watch here:
laraveldaily.com/course/laravel-ai-agents-cursor-c…

I'll show how I use Cursor, Claude Code, Codex CLI, and others.

MAIN things to know, summarized in just 1 hour, in 5 videos.

I see this like AI coding market "summary", as of Nov 2025.

3 weeks ago | [YT] | 114

Laravel Daily

I will do unplanned YouTube LIVE later today! :)

I was thinking to read LaraJobs posts and analyze the job market trends.

And then I thought - why not do it TOGETHER with you in real-time!

Today, 12:30 UTC.
Set reminders.
youtube.com/live/HnmlFiNYW7c?si=HKOpbHkdf3te3hN-

4 weeks ago | [YT] | 98

Laravel Daily

Which option would you choose?

1 month ago | [YT] | 227

Laravel Daily

NEW: I've collected large *successful* Laravel project stories in one repo: github.com/LaravelDaily/Large-Laravel-PHP-Project-…

The goal is to showcase Laravel/PHP to everyone, as a proof that it's POSSIBLE to create good projects with PHP. We may convince newcomers to learn Laravel, or business owners to choose Laravel for new projects.

1 month ago | [YT] | 205