Latest Laravel/PHP Articles

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


In an application, we store the state of the application in the database. When the state changes, we update the state. By doing this, we lost the previous state...
How to override the Laravel Passport functionality to use UUIDs instead of an incremental ID
This article will show you how to use laravel and vuejs to build datatable without any plugin or third party library. I am very much aware that there are many p...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Social networks have become an essential part of our online presence, more and more apps are integrating with popular social networking providers like Google an...
Laravel provides you built-in functions for uploading any type of file, Here is the code for you to upload an image in Laravel. This code is written in Laravel...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...