https://axliro.dev
Using boolean + accepted_if, you can require that at least one is true when the other is false. Perfect for cases like "online" vs "in person".
#Laravel #PHP #Validation
Using boolean + accepted_if, you can require that at least one is true when the other is false. Perfect for cases like "online" vs "in person".
#Laravel #PHP #Validation
It's clean, elegant, and keeps your DB tidy.
Thanks Povilas Korop for the tip!
#Laravel #PHP #LaravelTips
It's clean, elegant, and keeps your DB tidy.
Thanks Povilas Korop for the tip!
#Laravel #PHP #LaravelTips
#Laravel #PHP #Laravel11 #WebDev #Backend
#Laravel #PHP #Laravel11 #WebDev #Backend
Now you can search for "John Doe" like a pro. 🧙♂️
#Laravel #LaravelNova #PHP
Now you can search for "John Doe" like a pro. 🧙♂️
#Laravel #LaravelNova #PHP
Keep your app timezone and display timezone separate.
This idea is from the @benholmen.com @laravelnews.com YouTube channel: store everything in UTC, display it in your preferred local timezone.
Great for clarity and consistency!
#Laravel #PHP #Carbon
Keep your app timezone and display timezone separate.
This idea is from the @benholmen.com @laravelnews.com YouTube channel: store everything in UTC, display it in your preferred local timezone.
Great for clarity and consistency!
#Laravel #PHP #Carbon
#Laravel #CleanCode
#Laravel #CleanCode
Note: You’re responsible for setting up the replication, Laravel just knows how to use it.
Docs 👉 laravel.com/docs/12.x/da...
#Laravel #PHP #Scalability
Note: You’re responsible for setting up the replication, Laravel just knows how to use it.
Docs 👉 laravel.com/docs/12.x/da...
#Laravel #PHP #Scalability
👀 You can use array_filter(..., ARRAY_FILTER_USE_KEY)
⚡️ But with Laravel, Arr::only() makes it much cleaner and more readable.
#LaravelTips #PHP #CleanCode
👀 You can use array_filter(..., ARRAY_FILTER_USE_KEY)
⚡️ But with Laravel, Arr::only() makes it much cleaner and more readable.
#LaravelTips #PHP #CleanCode
With routeNotificationForMail(), you can redirect specific notifications to custom addresses.
👨👩👧👦 Parents get the truancy alerts, not the student 😉
#LaravelTips #PHP
With routeNotificationForMail(), you can redirect specific notifications to custom addresses.
👨👩👧👦 Parents get the truancy alerts, not the student 😉
#LaravelTips #PHP
This code grabs images from thispersondoesnotexist.com and stores them in Storage.
Perfect for testing with realistic avatars 🤖📸
#Laravel #PHP #FakeData
This code grabs images from thispersondoesnotexist.com and stores them in Storage.
Perfect for testing with realistic avatars 🤖📸
#Laravel #PHP #FakeData
Perfect for cleaning up files or related data ahead of delete().
In this case, it deletes the file linked to an old Invoice.
#Laravel #PHP #LaravelTips
Perfect for cleaning up files or related data ahead of delete().
In this case, it deletes the file linked to an old Invoice.
#Laravel #PHP #LaravelTips
It lets you easily delete old models with a single method. Perfect for keeping your DB clean!
Schedule a command and... bye clutter! #LaravelTips #PHP
It lets you easily delete old models with a single method. Perfect for keeping your DB clean!
Schedule a command and... bye clutter! #LaravelTips #PHP
#Laravel #PHP #ModelObserver #WebDev #Backend
#Laravel #PHP #ModelObserver #WebDev #Backend
#Laravel #PHP #LaravelTips
#Laravel #PHP #LaravelTips