Make Your WebApp or Admin Panel Installable as a Mobile App
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.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– 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]
– zorandev.info - submitted by Zoran Bogoevski
Multi-tenancy in web applications
Read more [zorandev.info]
– github.com - submitted by Ash Allen
Laravel Exchange Rates v7.6.0 adds support for the "VES" currency symbol and updates the test suite.
Read more [github.com]
– srwiez.com - submitted by Eser DENIZ
How to customize Filament notifications to show live progression of a task
Read more [srwiez.com]
– myray.app - submitted by Spatie
Read more [myray.app]
– marketplace.visualstudio.com - submitted by Liam Hammett
I use VSCode to write PHP, but there's a handful of small papercuts I've run into that trip me up. One of the things VSCode excels at is how easy it is to extend - so I wrote an extension that solves a handful of these problems for me and brings some powerful code generation and refactoring tools to the table - TemPHPest. Yes PHPStorm has great all-around support and is a wonderful IDE, but with tools like TemPHPest and the upcoming Laravel VSCode extension, VSCode is more viable than ever.
Read more [marketplace.visualstudio.com]
– backpackforlaravel.com - submitted by Karan Datwani
Read more [backpackforlaravel.com]
– ashallendesign.co.uk - submitted by Ash Allen
Learn how to limit the eager-loaded relationships on Laravel models. We'll also take a look at the underlying SQL queries that are generated to achieve this functionality.
Read more [ashallendesign.co.uk]
– boydbloemsma.com - submitted by Boyd Bloemsma
To improve my skill set, I decided it might be fun to create a real-time chat application where users can create rooms and send messages. Laravel Reverb seemed like the perfect way to achieve this, so I started building. Once I had completed a proof of concept and was ready to deploy it, however, the trouble started for me.
Read more [boydbloemsma.com]
– pascalbaljet.dev - submitted by Pascal Baljet
Vue 3.5 has just dropped this week, and it's packed with some nice features and improvements. I have been digging through the release notes and playing around with the new features, so let me glance over the highlights!
Read more [pascalbaljet.dev]
– geoligard.com - submitted by Goran Popović
See how to easily modify and override methods found in the framework's Request class in order to handle specific routes with sizeable payloads.
Read more [geoligard.com]
– chrisgmyr.dev - submitted by Chris Gmyr
While colocating tests within a Laravel application isn’t common it’s a way to increase test discoverability and developer happiness.
Read more [chrisgmyr.dev]