Aamir Sohail Laravel developer
aamirsohailkmas.bsky.social
Aamir Sohail Laravel developer
@aamirsohailkmas.bsky.social
I cracked the code so you don’t have to.

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
April 27, 2025 at 2:17 PM
Quick Tip: Speed Up Your Laravel App by Caching Routes.

In production, a quick

php artisan route:cache

can significantly reduce boot time and improve performance.

#Laravel #Optimization
February 19, 2025 at 5:21 AM
My VS Code extension [https://marketplace.visualstudio.com/items?itemName=Porifa.laravel-intelephense] just hit 100K installs 🎉 Super excited!
Huge thanks to everyone who uses it! 🙏
What should I build next? A Livewire extension for:

Livewire Flux UI
Livewire Volt
#vscode #extensions #livewire
February 13, 2025 at 4:37 AM
When working with #Laravel Eloquent, the order of select() and withCount() matters! 🧵👇

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
February 2, 2025 at 12:05 PM
Laravel Tip
Are you using the Attribute casts in your models?
Make sure to declare the return type in your accessors/mutators!

hashtag#Laravel hashtag#PHP
December 19, 2024 at 1:59 PM
💗💗 waiting
Laravel VS Code extension ships Monday in public beta. ✨
December 14, 2024 at 2:34 AM
Don't worry about people's opinion.
December 2, 2024 at 11:11 AM
Reposted by Aamir Sohail Laravel developer
Little Tailwind tip — instead of trying merge classes and manage conflicts with `!important`, style things based on data or ARIA attributes and just handle everything declaratively with CSS:
November 30, 2024 at 2:58 PM
Another way to check the time taken by database query in laravel,

It'll show you all the queries being executed. Debugging is made simple! 🚀 #LaravelTips"
November 23, 2024 at 12:38 PM