Latest Laravel/PHP Articles

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


Laravel is an excellent framework for developing PHP applications. Whether you need to prototype a new idea, develop a Minimum Viable Product, or release a full...
Hello Folks, We are back with the another topic of Web development. Here we are discuss about PHP plugins. We can say a few of the essentials that are out there...
When you’re developing an application, it’s critical to make sure you’re working with the correct data. Essentially, you need to know you’re asking the right qu...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel 5.7.17 is accessible with new query builder methods, a new message for detecting lost connections in MariaDB, and improvements to adding foreign keys in...
So we can easily to include or exclude any PHP library we need, by just including one file called autoload.php that generated by composer it self, we can use ou...
In the past article, we start a series about how microservices change our TDD approach, and help us set some rules to force decouple our code. We saw how migrat...
In the first part of this article, we started developing our cryptocurrency alert application. We developed the backend of the application that will power the i...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
How to Enable Query Log Laravel. Hi Guys, here’s a quick way for logging all Queries in Laravel, in your `AppServiceProvider.php` on the `boot` function add tho...
You will no doubt be very aware of the cookie consent banners that started appearing on websites a few years ago as a result of EU legislation, and which seem t...
#laravel #code4mk #0devco #middleware. “Dynamic Middleware for Laravel package” is published by Mostafa Kamal in Hello Laravel
Laravel Interview Questions: Laravel is a free, open-source PHP web framework, created by Taylor Otwell. Laravel is a free, open-source PHP web framework, creat...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Lambdas and Closures are very useful solution in PHP and developers frequently get benefits from this. Many languages are support this feature like Javascript,...
A lot of really great Laravel CMS systems have came out in the past year. Everything from the super powerful, to the minimal, to open source and commercial. If...
PHPUnit Code Coverage Analysis is often used with xdebug as the coverage data source. But it has one major drawback: it can become very slow. As you can see, ac...
Upgrading to Laravel Mix 4 on Laravel. You may run into issues while upgrading to Laravel Mix 4 in your Laravel projects. Here are a few things to make the upgr...