Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Hi, I’m Valerio, software engineer, founder & CTO at Inspector. The company is developing the backend API of a fitness App, powered by two autoscaling groups.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. I did a very quick performanc...
You have possibly seen this error message here: The /var/task/bootstrap/cache directory must be present and writable. There's an easy fix for this. You just hav...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
After enabling Content Security Policy headers for a pimcore instance the backend didn't work like it did before anymore. The problem here is that this Content...
Tom Hatzer • January 14, 2021 https://blog.tomhatzer.com/blog/categories/pimcore It's pretty easy to call CLI commands from within your Pimcore controllers. In...
Tom Hatzer • January 15, 2021 https://blog.tomhatzer.com/blog/categories/pimcore https://blog.tomhatzer.com/blog/categories/snippets You can redirect the log ou...
https://blog.tomhatzer.com/blog Tom Hatzer • January 4, 2021 https://blog.tomhatzer.com/blog/categories/pimcore https://blog.tomhatzer.com/blog/categories/compo...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
ATTN: I'm writing this as a brain dump so some places may be missing information. If you find a mistake or would love to get more information, please get in tou...
The release of PHP’s latest version https://wiki.php.net/rfc#php_81 is around the corner and there’s never a better time to upgrade your codebase to PHP’s lates...

sebastiandedeyne.com

Eloquent findOrFail caveats
I use Model::findOrFail a lot in Laravel. Recently, I realized it’s not always the best option. $title = Post::findOrFail($id)->title; Another benefit...
VS Code is a big goldmine of little configurations which are turned off by default. Some of these configurations, if enabled, can prove to be a life-changer. On...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
It's an easy-to-use deployment tool to deploy your Laravel apps containerized with Docker. Start launching your sites in just minutes using our https:/...
While it’s not recommended to allow all of your model’s attributes mass assignable since in that case you need to make sure to hand-craft the arrays passed to E...
Are you looking for import and export Excel files in Laravel? In the real world, sometimes we want to export records from the application. In this arti...
Let’s talk about parallel promises today. So, in JavaScript, Promises provides a way of doing asynchronous programming in the language. Let’s take the...