Latest Laravel/PHP Articles

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


Developers describe CodeIgniter as “A Fully Baked PHP Framework”. CodeIgniter is a proven, agile & open PHP web application framework with a small footprint. It...
My ultimate goal was to use this recursive function in Laravel, so I could use the Query builder to return the amount of days between from and to, in fields. Th...
In this course, you’ll learn how to create an E-Commerce Website from scratch in Laravel. The process has never been easier I’ll take you from the very beginnin...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel, a name in the web and app development sphere, never fails to impress its users. With regular updates and add-ons, the community constantly works on imp...
In How to Implement ElasticSearch With Laravel Using Docker (1), we installed Docker on our local server, setup a Docker container for ElasticSearch and created...
If you're using any modern framework, chances are you're heavily relying on dependency injection. But do you know what dependency injection actually is about —...
We can define Design Patterns as solution templates for some specific problem often encountered within a software project. They serve as templates to apply to d...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In 2015, PHP started to take a new direction: the version 7 was released. In 2016, version 7.1 was released and, soon after, 7.2, which brought several features...
Creating a good written code brings advantages. We can better organize our code, improve the development process, facilitate expansion, maintain and reduce deve...
One day, I decided to make a example project with a lot of routes. Quickly my web.php file started to show cracks. Like almost 1000 lines of declaring routes ev...
WAMP is a software stack that allows you to deploy in it, it comes with bundle that includes Apache, MySQL and PHP. Here is the download link. After finished th...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this tutorial, you will learn how to deploy ElasticSearch in a Docker container and integrate with your Laravel application. I assume that you already have a...
In case you didn’t know, Laravel includes authorization mechanisms to gracefully authorize an authenticated over a particular action or resource. As a reminder,...
2) Multi-tenant, single platform.So essentially qefira.com, pigiame.co.ke and zoomtanzania.com code all in one codebase, sharing a database, redis and servers.T...
Simple applications may use the routes/web.php or routes/api.php files to describe their routes. Since they’re small, there is no much to write and is sane to k...