Skip to main content

"Back to School" Discount! Only until September 16th: 50% off Yearly/Lifetime membership!

Read more here

All Tutorials

In-depth Laravel tutorials covering advanced topics, real-world examples, and best practices.

Tutorial Free

Don't Use $request->all(): It's Insecure

Quite often, I see Laravel developers using `$request->all()` in Controller methods. It may be a security issue, let me show you why.

Tutorial Free

NEW Laravel Daily: All You Need is Here

Welcome to the newly refreshed Laravel Daily! After 2+ years of hiatus, I'm restarting it now to become much more than just a blog. This article will tell you all the details.

Tutorial Premium

Laravel 11 + Vue.js 3 CRUD with Composition API

There are quite a lot of articles/videos on Laravel + Vue CRUD, but not enough is published on the newest Vue.js 3 version, using the new Composition API. So, with this step-by-step detailed article, let's fill in that gap, building a simple Company management form.

Tutorial Free

Larger Laravel Projects: 12 Things to Take Care Of

Probably the most difficult step in the dev career is to jump from simple CRUD-like projects in the early years into some senior-level stuff with bigger architecture and a higher level of responsibility for the code quality. So, in this article, I tried to list the questions (and some answers) to think about, when working with large(r) Laravel projects.

Tutorial Free

FREE E-book: 100 Laravel Quick Tips (and counting)

Laravel is full of hidden gems, undocumented or less-known features, functions parameters and "hacks". While finding them in work of my team, I decided to compile them into an e-book.