Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your…
Browsing: Laravel
Now that we’ve seen how facades resolve through the container, let’s test a common complaint. We’ll show…
Eloquent isn’t automatically slow, but it does reward thoughtful use. In this lesson, we’ll run into the…
If the service container feels overengineered, this lesson should help. We’ll start with simple automatic resolution, then…
Laravel can scale just fine when we stop making every request do all the work. We’ll move…
Let’s clean up a chunky controller and put responsibilities in better places. We’ll move validation into a…
In this lesson, we’ll step back from Laravel-specific features and work with plain PHP tools like classes,…
Laravel isn’t limited to server-rendered apps. We’ll take a quick look at the built-in starter kits and…
Let’s talk honestly about framework coupling. We’ll look at where plain PHP, interfaces, and container bindings keep…
Laravel includes a lot of security protection out of the box. We’ll walk through CSRF, escaped Blade…
