Latest Laravel/PHP Articles

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


IF statement are very big part of development, the essence of the write up is to avoid deep nested if statements, although there are no fixed rules for every si...
In the first word, Laragon is a GUI desktop application which provides developers with a working environment like XAMPP, HOMESTEAD and etc. As a developer, I am...
Laravel is a framework which allows large migrations to gain control for your database. Migration files are very helpful in keep modifying and changing the data...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This is my second blog post about using Laravel framework without Facades. First post was about explaining why not to use Facades, static classes, and helper fu...
In this post I will show you how to setup the repository design pattern in Laravel from scratch. I will be using the Laravel 5.8.3 version, but the Laravel vers...
.env is short for environment and thus that is your environment configurations. The database.php configuration contains non-critical information. You obviously...
I first started using DreamHost shared hosting in college, as an affordable means of hosting web projects. It includes domain management, no hassel SSL certs, M...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Since appearing in 2011, Laravel has become a very popular option to develop business-focused applications including information management systems (often refer...
The block-chain is the additional new warm technology. If you haven’t heard just about it, you probably know Bitcoin. Well, the block-chain is the underlying te...
Laravel application to perform basic operation such as Create, Read, Update and Delete. “Laravel CRUD application with MySql and Bootstrap” is published by Hare...
The today helper function is similar to the now helper function in that it returns a Carbon for the current date, however, the difference is that the today help...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Recently, I was tasked to add new features to an existing Ghana Education Service (GES) application. Sorry, that’s all you will get to know 😎. I was working wit...
First check your computer whether have any PHP stack installed (MAMP), if we got any of those installed then we already have PHP in the system. If not, head to...
It can sometimes be convenient to automatically validate your model when it gets created or updated. This is very easily achieved with Laravel through the use o...
Almost every web developer has to deal with data insert, update or delete on a Database. You create a beautiful form that is responsive and build with javascrip...