Latest Laravel/PHP Articles

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


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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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:/...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
The usual way of applying an underline to the text is by using the text-decoration property which sets an underline (of the same color as the text) under the se...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
I recently saw a tweet by https://twitter.com/Philo01 which states the slick use of a recently added Prunable trait in Laravel 8.x Essentially, from the version...
Did you hear about https://uselauncher.com? It's an easy-to-use deployment tool to deploy your Laravel apps containerized with Docker. Start launching...
Paradigm; a nice word that means "a theory or a group of ideas about how something should be done, made, or thought about"(https://www.merriam-webster.com/dicti...
In this article I would like to describe how you can refactor a method that contains multiple if-statements by creating objects with a single responsibility, ea...