Package for Localized Exceptions
– github.com - submitted by Jasper Koers
Package for Localized Exceptions
Read more [github.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– github.com - submitted by Jasper Koers
Package for Localized Exceptions
Read more [github.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– glimpse.sh - submitted by Larry
Introduces a trait you can use in your Laravel projects to run seeders only once per database—implementing idempotent database seeding to keep things efficient, clean, and reliable across your preview environments.
Read more [glimpse.sh]
– www.mailcoach.app - submitted by Spatie
Read more [www.mailcoach.app]
– flareapp.io - submitted by Spatie
Read more [flareapp.io]
Read more [x.com]
– juststeveking.link - submitted by Steve McDougall
After years of wanting to publish a course, I finally got around to recording the Laravel API Course I wish I had when I was learning. There are 24 high quality videos, along with written tutorials, all for free with no sign up needed. Enjoy the content!
Read more [juststeveking.link]
– youtu.be - submitted by Bert De Swaef
In this episode of the Quick Win Wednesday series, we're talking about pushing things to the background in Laravel. Instead of using Jobs and a Queue, we can now defer things. Available for us since Laravel 11.23.
Read more [youtu.be]
– cpx.dev - submitted by Liam Hammett
Run Composer packages, effortlessly. No need to install tools into your app or as global dependencies.
Read more [cpx.dev]
– ashallendesign.co.uk - submitted by Ash Allen
Learn how to use the Pipeline class in Laravel to break complex workflows into smaller, isolated, focused processes. We'll then look at how to test our Laravel pipelines.
Read more [ashallendesign.co.uk]
– www.harrisrafto.eu - submitted by Harris Raftopoulos
Custom collections in Laravel allow you to add model-specific methods, making it easier to handle groups of models in a more expressive way. This is especially useful for managing complex data like e-commerce orders, where you can implement methods for filtering, calculating totals, or applying bulk actions, keeping your controllers clean and focused.
Read more [www.harrisrafto.eu]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– www.harrisrafto.eu - submitted by Harris Raftopoulos
Laravel's accessor caching with shouldCache() boosts performance by preventing repetitive computations for expensive accessors. Additionally, you can work with complex data like addresses using value objects, and Laravel will auto-sync changes back to the model. This improves code efficiency and maintainability, especially for structured data.
Read more [www.harrisrafto.eu]
– www.harrisrafto.eu - submitted by Harris Raftopoulos
Laravel's AsStringable casting helps make string handling in your models smoother and more powerful, letting you use methods like chaining to clean up your code. This makes tasks like formatting titles or generating slugs much easier while improving code readability.
Read more [www.harrisrafto.eu]
– msamgan.com - submitted by mohammed samgan khan
contributed by Tomás López , this validation rule rejects all the registration and email update attempts from any disposable email available. The approach is simaple.
Read more [msamgan.com]
– seankegel.com - submitted by Sean Kegel
Optimize Laravel factories to create dependent relationships without creating extra database records.
Read more [seankegel.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– koomai.net - submitted by Sid
A detailed look at how Laravel's defer() helper works.
Read more [koomai.net]
– composebuilder.com - submitted by Patrick
Quickly build a docker-compose file for your Laravel/PHP, django/Python, and express/Node.js project using presets or custom settings.
Read more [composebuilder.com]
– github.com - submitted by Ash Allen
Short URL v8.1.2 fixes a bug where an exception was being thrown if the `short_urls.id` field was being returned as a string from the database.
Read more [github.com]