Everything you need to get your app up and running. Email activation, two-factor authentication, subscription billing, team billing, API token authentication, admin user impersonation and more.
Datatables are super useful for managing your database from an admin panel. Let's roll our own powerful solution that does just about everything you'll need.
Next up in our filtering series, we're implementing filters with Vue. Driven from the backend, filters update automatically and push to the query string so a user can continue where they left off. We'll also generate pagination that seamlessly works alongside everything, keeping it lean and clean as we go.
If you've already followed the Filtering in Laravel course, it's time to put our filters to work on the frontend, refactoring as we go. We'll also merge in pagination.
Need to filter database results with a query string? Here's a beautiful, easy to extend solution to keep your code super tidy.
Small tips to clear up a big mess. These are the small things I do every day to create clean, beautiful code. This course is ongoing and more parts will be added.
Avoid repetition, scale your project and make maintenance a cinch. From simple to powerful repositories that work for any size project, we go through the steps to implement the repository pattern in Laravel.
Build and test a realtime chatroom with instant UI updates and online user list. Our automated tests will cover sending messages, and that two or more connected users can chat.
Let's build an avatar upload component with reusable upload functionality via a mixin. We'll also look at image processing, database schema recommendations and security considerations.
We often forget to test middleware, but it's just as important! Let's test three types of middleware with slightly different techniques.