Latest Laravel/PHP Articles

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


High load projects — marketplaces, social networks, tracking systems, search engines, etc. — imply hundreds of thousands user-generated requests. Simple system...
In PHP you have the option to use a function called “set_time_limit()”. The purpose of this function is to set your PHP script execution time to a certain set p...
On my last post about sending email notification using observer, I forgot to add its test when building it. Our team adopted TDD and although I am not a big fan...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hi, i am new to Laravel and as of my knowledge i have tried to Create a basic laravel application with default Laravel’s Registration, Login/Logout. But interms...
When using Laravel Eloquent queries normally we use !$result to check if a retrieved result is empty or not, but what will we do if we need to check the count o...
Laravel Resource is one of the best features in Laravel. It makes it easy to modify the output of the result. If you’re using an API, you need to have a status...
Professionalism means going the extra mile in making a difference. Have you ever longed to change the default verification email but don’t know how? In this pos...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I have been working with Craft CMS for almost 4 years now, building commence, brochure sites, and even content portals. Here at Roller, we have decided to move...
I’ve been fascinated with CQRS/Event Sourcing for a while now. I love the entire approach, from modeling your domain after events and aggregates, to creating co...
Certified Laravel | PHP | Magento Developer.
Laravel Tinker is a nice CLI tool for debugging your Laravel code. For example, you can use it to inspect your data.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In today’s world, it is very common for online businesses to present themselves as software as a service, or SaaS. SaaS provides the opportunity to use a single...
This is my first article about laravel localization. Here is Language Switcher is our middleware.
I know what you`re thinking. Not another one of those lists, right? We promise no Udemy courses were added in this article and no egos were hurt in the race for...
We know how to retrieve last inserted id using raw query but there are different ways to get last inserted id using Eloquent. Another example for getting last i...