Let's hear your thoughts! 🚧
Let's hear your thoughts! 🚧
I found one use case for managing alerts!
🔹 Set alert data with a static method.
🔹 Register the composer in AppServiceProvider.
🔹 Bind the alert to your view easily!
Check out the example 👇 #laravel #php
2025 Development Daily Log #1 🚀
👨🍳 Core Coolify Development:
✅ Improved security and refactored code of our AppServiceProvider
✅ Fixed and refactored code for GitHub App integration
✅ Closed 2 PRs - stale and fixed differently
✅ Triaged and investigated 4+ issues
2025 Development Daily Log #1 🚀
👨🍳 Core Coolify Development:
✅ Improved security and refactored code of our AppServiceProvider
✅ Fixed and refactored code for GitHub App integration
✅ Closed 2 PRs - stale and fixed differently
✅ Triaged and investigated 4+ issues
Check out these must-haves for your AppServiceProvider in your next project.
Check out these must-haves for your AppServiceProvider in your next project.
Just updated my AppServiceProvider.
Skipping the vite and guarded stuff.
Just updated my AppServiceProvider.
Skipping the vite and guarded stuff.
✅ Switched everything from NPM to Bun. Bun is wild and much faster than NPM.
✅ Initialized Tailwind v4, which is much cleaner to set up than v3.
✅ Added several more strict rules to my AppServiceProvider.
✅ Switched everything from NPM to Bun. Bun is wild and much faster than NPM.
✅ Initialized Tailwind v4, which is much cleaner to set up than v3.
✅ Added several more strict rules to my AppServiceProvider.
✅ TailwindCSS,
✅ Magellan,
✅ appServiceProvider,
✅ Default Password Rules
✅ login with QR Code
Will you coming to discover it ? Please say yes, it helps me a lot !!!
✅ TailwindCSS,
✅ Magellan,
✅ appServiceProvider,
✅ Default Password Rules
✅ login with QR Code
Will you coming to discover it ? Please say yes, it helps me a lot !!!
Do you want to keep a tab on your laravel application's queries?
Just add this to the boot() method in AppServiceProvider to get them in your logs:
Do you want to keep a tab on your laravel application's queries?
Just add this to the boot() method in AppServiceProvider to get them in your logs:
securinglaravel.com/p/security-t...
securinglaravel.com/p/security-t...
Return null for pages you want to skip.
Return null for pages you want to skip.
💪 That single registration generates every API command.
The only hand-written commands: LoginCommand, LogoutCommand, InstallSkillCommand,
Everything else (errors, projects, teams, performance) is generated at runtime.
💪 That single registration generates every API command.
The only hand-written commands: LoginCommand, LogoutCommand, InstallSkillCommand,
Everything else (errors, projects, teams, performance) is generated at runtime.
#Laravel #DevelopmentTips #ErrorHandling #AppServiceProvider #PHP #WebDevelopment #LaravelTips #Programming
#Laravel #DevelopmentTips #ErrorHandling #AppServiceProvider #PHP #WebDevelopment #LaravelTips #Programming
So what I am doing at the moment is calling
\Illuminate\Auth\Middleware\RedirectIfAuthenticated::redirectUsing(fn () => '/w');
in my AppServiceProvider overwriting some logic in that middleware
So what I am doing at the moment is calling
\Illuminate\Auth\Middleware\RedirectIfAuthenticated::redirectUsing(fn () => '/w');
in my AppServiceProvider overwriting some logic in that middleware
A really short newsletter to have quickly the last news of #laravel ecosystem
After few months off, there is a new issue today.
go.itanea.fr/adwl40
A really short newsletter to have quickly the last news of #laravel ecosystem
After few months off, there is a new issue today.
go.itanea.fr/adwl40
Learn what to do next with your AppServiceProvider after installation!
Learn what to do next with your AppServiceProvider after installation!