Complete Guide to Laravel and Livewire PHP Attributes (23 Attributes)
– nabilhassen.com - submitted by Nabil Hassen
Learn about the 23 powerful Laravel and Livewire PHP Attributes.
Read more [nabilhassen.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– nabilhassen.com - submitted by Nabil Hassen
Learn about the 23 powerful Laravel and Livewire PHP Attributes.
Read more [nabilhassen.com]
– www.conroyp.com - submitted by Paul Conroy
Using Cloudflare Workers we can quickly build an effective API proxy, without spinning up any additional hardware. Whether its needing a CORS proxy, speeding up slow APIs via caching, or rate limit management on stingy APIs, this serverless tech is as easy to set up as it is powerful.
Read more [www.conroyp.com]
– backpackforlaravel.com - submitted by Karan Datwani
Blade provides directives like @foreach, @while, @for, and @forelse for working with PHP's loop. Did you know... A handy $loop variable is available within these directives.
Read more [backpackforlaravel.com]
– maciekpalmowski.dev - submitted by Maciek Palmowski
Statamic’s Field Actions make it super easy to automate tasks like tweaking text or filling in fields. The article shares examples, such as turning text into a title case or grabbing URL metadata.
Read more [maciekpalmowski.dev]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– infinitypaul.medium.com - submitted by Paul Edward
Sometimes, no matter how senior you are, little issues like this can humble you. I recently faced a confusing issue where I was expecting a relationship to give me a User object, but instead, it just gave me a number! After two days of scratching my head, I finally figured out what went wrong.
Read more [infinitypaul.medium.com]
– nabilhassen.com - submitted by Nabil Hassen
Laravel 11.35.0 introduces the URI class simplifying URI handling with methods for schemes, hosts, paths, and more for clearer code.
Read more [nabilhassen.com]
– www.conroyp.com - submitted by Paul Conroy
Did you know you can use Google Sheets to power a JSON API, directly from the sheet, no servers required? Perfect for small app backends and quick prototypes!
Read more [www.conroyp.com]
– ashallendesign.co.uk - submitted by Ash Allen
Read about the #[RouteParameter] PHP attribute that you can use in Laravel to access route model-bound models in your form request classes. The article covers how to use the attribute and the problem it solves.
Read more [ashallendesign.co.uk]
– myray.app - submitted by Spatie
Read more [myray.app]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're taking a look the Eloquent Fluent helper.
Read more [youtu.be]
– davorminchorov.com - submitted by Davor Minchorov
Learn about value objects, why they are useful and why it's better to use them over primitive values.
Read more [davorminchorov.com]
– github.com - submitted by Mark van Eijk
Complementary package for Laravel Mails, that show all your logged mails in a fancy UI inside Filament!
Read more [github.com]
– github.com - submitted by Mark van Eijk
Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.
Read more [github.com]
– nabilhassen.com - submitted by Nabil Hassen
Laravel 11.34.0 introduces Request::fluent() method by Steve Bauman, simplifying access to request data with a Fluent instance for cleaner, null-safe code.
Read more [nabilhassen.com]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're playing around with 2 carbon functions to see which dates are closest of farthest from a given date.
Read more [youtu.be]
– nabilhassen.com - submitted by Nabil Hassen
Laravel 11.32.0 introduces Schedule Groups enabling grouping of related tasks, reducing redundancy and improving readability in scheduling.
Read more [nabilhassen.com]
– msamgan.com - submitted by mohammed samgan khan
With the release of PHP 8.4 on November 21, 2024, many new features are released. Though every feature deserves its own article, one that fascinated me the most is Asymmetric Visibility.
Read more [msamgan.com]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're taking a look at diffInDaysFiltered().
Read more [youtu.be]