
15 Random Laravel Snippets & Methods
I write code blocks down that I know I won't use often and will forget about. Every so often I go through them to refresh my memory.
Laravel
I write code blocks down that I know I won't use often and will forget about. Every so often I go through them to refresh my memory.
The Laravel team has been hard at work on Laravel Octane, a tool to supercharge your Laravel application's performance. After releasing the beta in April, Octane has released a stable 1.0 version!
On Monday Shift officially released Tailwind Shifts for upgrading Tailwind projects all the way back to Tailwind 0.x.
Freek teaches us how to add development-only routes to your application to quickly preview e-mail templates or fire notifications.
Learn how to use view composers to share small pieces of data across multiple views instead of passing them through many controllers.
A new Password Rule object is now included in Laravel v8.39, thanks to the efforts of Nuno Maduro.
Learn how to use a package that allows you to handle documents like passports and other documents that contain a Machine Readable Zone (MRZ).
If you ever have the need for a UUID column on your models, you may as well use a trait to populate them in case you need the same functionality on other models in the future.
Did you know you can easily add the production consoles messages you get with Laravel's migrate and seed to your own commands?
Let's build a textarea with a max limit and a character countdown using Blade components and Alpine.js
Back in March, Taylor announced the new Laravel Octane project at Laracon Online. Since then, we've been busy working on bug fixes and enhancements to Octane, as well as adding support to Laravel Forge.
Ryan Chandler shows us how to create a trait to handle console input validation.