Ever tried changing the admin panel’s header link in Filament?
Spoiler: It’s NOT in the docs.
After digging into the source code, I found this gem:
Just override homeUrl in your PanelProvider
Save yourself hours—bookmark this.
#Laravel #FilamentPHP #DevTips
Ever tried changing the admin panel’s header link in Filament?
Spoiler: It’s NOT in the docs.
After digging into the source code, I found this gem:
Just override homeUrl in your PanelProvider
Save yourself hours—bookmark this.
#Laravel #FilamentPHP #DevTips
In production, a quick
php artisan route:cache
can significantly reduce boot time and improve performance.
#Laravel #Optimization
In production, a quick
php artisan route:cache
can significantly reduce boot time and improve performance.
#Laravel #Optimization
Huge thanks to everyone who uses it! 🙏
What should I build next? A Livewire extension for:
Livewire Flux UI
Livewire Volt
#vscode #extensions #livewire
Huge thanks to everyone who uses it! 🙏
What should I build next? A Livewire extension for:
Livewire Flux UI
Livewire Volt
#vscode #extensions #livewire
Always chain select() BEFORE withCount() to keep your queries lean!
Understanding this behavior can save you from unexpected results. Always double-check your query structure! 💡 #PHP #Laravel #Eloquent
Are you using the Attribute casts in your models?
Make sure to declare the return type in your accessors/mutators!
hashtag#Laravel hashtag#PHP
Are you using the Attribute casts in your models?
Make sure to declare the return type in your accessors/mutators!
hashtag#Laravel hashtag#PHP
It'll show you all the queries being executed. Debugging is made simple! 🚀 #LaravelTips"
It'll show you all the queries being executed. Debugging is made simple! 🚀 #LaravelTips"