6:14
Laravel 11: New Slim Base Controller with No Traits
Another new change in the Laravel 11 skeleton, which hides features like `$this-authorize()` or `$this-validate()` from Controllers.
5:50
Laravel: Separate Controllers/Views for Admins/Managers?
This is a quick code structure review based on an email I received. The article mentioned in the video: Use Laravel Observers and ...
9:11
Laravel Base Controller: Add Custom Logic (+ Splade Surprise)
Let's see how Eddy Management uses the Base Controller to add some common logic for other Controllers. My course "Laravel ...
6:15
What is a Laravel resource controller? | How to enable cors in Laravel 11?
... alternative in Laravel 11 In previous Laravel versions, AuthorizesRequests was used automatically in the base Controller class.
11:54
14-Laravel Tutorial The Basic Controller
In This episode we learn what is role which controller played in MVC Artichcture how to create and uses the contoller in laravel ...
10:03
Laravel Models - The Basics You Must Know (Eloquent & Query Builder in 10 Minutes)
In this video, we'll break down the essentials of Laravel Models, covering both Eloquent and Query Builder in just 10 minutes.
8:35
Laravel API Code Review: Traits, Base Controller, and Exceptions
I was asked to review this code, and it turned into a full 1-hour course. - Link to the course: ...
13:48
Laravel 11 Class Creation : Elevate Your Development Game with Class and Dependency Injection
Let's level up our Laravel skills together. Happy coding! Laravel 11 class tutorial Laravel 11 class example Laravel 11 class ...
14:19
Laravel 11 introduced new features and adjusted others. Let's talk about the changes in Laravel 11. Chapters 0:00 Intro 0:38 ...