Middleware in Laravel: Main Things to Know
In Laravel, you often need to check things before users reach the Controller. For that, you would use Middleware. Let me explain how it works with examples.
In-depth Laravel tutorials covering advanced topics, real-world examples, and best practices.
In Laravel, you often need to check things before users reach the Controller. For that, you would use Middleware. Let me explain how it works with examples.
Useful Laravel links to read/watch for this week of June 5, 2025.
Spatie has a modern package spatie/laravel-pdf for generating PDF files with some design customizations. This tutorial will show how to generate a PDF file using that package.
When generating a PDF with DomPDF package, you may need a PDF with more than one page. For such cases, you may want to add page numbers at the bottom of page. Here's how.
If you install Laravel 12, you are immediately prompted to choose the starter kit. What if you don't know much about those options? Also, there are MORE options that are not listed in this wizard.
Useful Laravel links to read/watch for this week of May 29, 2025.
Laravel has a function for user email verification after registration which you can enable pretty easily. But how to customize the email being sent? I will show you two ways.
There are quite a lot of open-source projects built with Laravel. But also, some open-source projects choose just plain PHP, no Laravel or Symfony.
Useful Laravel links to read/watch for this week of May 23, 2025.
VSCode is gaining more traction thanks to Cursor, an AI-powered code editor. But if you are switching from PHPStorm to VSCode, you might be missing some of the features. Thankfully, some extensions can help.