Optimising database queries in queued jobs
Understand how relationships are handled when models are serialized in queued jobs.
Understand how relationships are handled when models are serialized in queued jobs.
A look at defer() with some practical examples.
I recently came across a blog post titled β Laravel People (Generally) Don't Like Repositories.
AI-powered robot personal assistants are all the rage.
How I use a trait to enhance Enums functionality
A summary of the talks at Laracon US 2017 in New York
A caveat when hooking into model events when soft deleting a model
aka Security-Enhanced Linux-Induced headache
In Laravel, you can put the app in Maintenance Mode by running php artisan down in the console. However, this also locks you out of the app.