20 Laravel Features I Never Knew About (Until I Read ALL the Docs!)
Discussions: https://discu.eu/q/https://youtu.be/kefX13MaJiQ
20 Laravel Features I Never Knew About (Until I Read ALL the Docs!)
Discussions: https://discu.eu/q/https://youtu.be/kefX13MaJiQ
Microservices in Laravel
https://ashallendesign.co.uk/blog/laravel-microservices
Discussions: https://discu.eu/q/https://ashallendesign.co.uk/blog/laravel-microservices
Temporary URLs for file access is an essential piece of the security puzzle, which up until "recently" were only available out-of-the-box for the S3 driver in Laravel. Now you can easily generate them for local files too!
(Well, now → last September... )
https://securinglaravel.com/security-tip-temporary-local-file-urls/ #Laravel
"PHP is now the best choice for web based software".
I would say "ONE of the best" (depends). Not that I took the "Yo #PHP is dead" remarks in the past seriously (outside of a moment when Ruby on Rails was hot). But reminders never hurt.
https://www.vincentschmalbach.com/php-is-now-the-best-choice-for-web-based-software/ #Laravel
In case you missed it earlier today, I'm excited to share the first video preview of Beacon, a Feature Flag Management Platform for #Laravel. Beacon provides a central place for managing Pennant feature flag configurations across all of your Laravel apps
Watch now: https://youtu.be/0yTkINxeUY4
Fixing error handling in Inertia.js
https://mnapoli.fr/fixing-inertia-error-handling
Discussions: https://discu.eu/q/https://mnapoli.fr/fixing-inertia-error-handling
Today, I'm excited to share the first video preview of Beacon, a Feature Flag Management Platform for #Laravel. Built on top of Laravel Pennant, Beacon provides a central place for managing feature flag configs across all of your Laravel apps & environments.
Watch now: https://youtu.be/0yTkINxeUY4
Today is the end of Q1, and I will spend a couple hours reflecting on what I accomplished, as well as setting new goals for the upcoming quarter. In today's tip, I make the case why you should consider this process too. #php #laravel https://masteringlaravel.io/daily/2025-03-31-we-review-our-code-so-why-not-our-goals
Just upgraded a project from Laravel 11 to 12, and for the first time in ages I ended up actively abandoning a Laravel Shift.
It had messed up so much, that I felt it was easier to just start a new branch, and cherry pick a couple of commits from their branch.
The most egregious was that they had remove all the constructors from all my Controllers. Just cut them off - dependency injection be damned.
Hope this isn't a sign of things to come …
I fully expect #Laravel to start deprecating the `Attribute` cast starting with Laravel 13.x.
I have, quite literally, no argument to use Attribute casts over Property Hooks. Plus, because these are native, there is no overhead.
Filament Sketchpad - Releasing v.1.1.0
https://github.com/valentin-morice/filament-sketchpad
Discussions: https://discu.eu/q/https://github.com/valentin-morice/filament-sketchpad
If you're running a #PHP or #Laravel meetup and are looking for sponsorship, please feel free to DM me
Looking to keep on spreading the good message about #NativePHP
And y'all know how much I love pizza
I just released Bag 2.5 with added support for Optional Properties. Really happy with how this turned out!
You can read the docs at https://bagvalueobjects.com/optionals.html
5 Tips to Save Money on Laravel Cloud
https://www.youtube.com/watch?v=jM7VZRXgYXE
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=jM7VZRXgYXE
Using git is non-negotiable for me. Even as a solo dev, I always use it in my Laravel projects. So why do I still find value in PHPStorm's Local History feature? In today's video, I talk about 3 benefits. #php #laravel https://masteringlaravel.io/daily/2025-03-28-video-why-phpstorm-local-history-is-useful-even-if-you-use-git
Finally getting back to some mild Laravel related programming.
In case you need it, go back to the previous URL using this blade function:
```blade
{{ url()->previous() }}
```
PS: I wish Mastodon had markdown code highlighting.
Every Laravel developer probably hopes that every PHP project would have Laravel tooling available. But that's not always the case. What if you need a PHP REPL but don't have Laravel Tinker available? #php #laravel https://masteringlaravel.io/daily/2025-03-27-quick-php-repl