Latest Laravel/PHP Articles

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


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
If you’re a DevOp or a just regular user who manages their Linux/Unix servers, it’s a recurring task where you would need to keep an eye on the size of the subd...
Hi, I’m Valerio, software engineer, founder & CTO at Inspector. In this article I would like to share my experience with you about why software developers shoul...
There comes a time when you would be in need of obfuscating a certain part of the string. For instance, to obfuscate the credit card’s digits except the last fo...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. enum Status { case draft; cas...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. We all want them, they are pr...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Let's take a look at an examp...
In this series, I show you new features and improvements to the Laravel framework since the original release of version 8. This week is about the Database and E...