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...
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...
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...
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...
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...