Latest Laravel/PHP Articles

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


Laravel is an open source PHP framework designed for the faster development of MVC web applications in PHP. Composer is required for installing Laravel dependen...
The first solution is here: “Laravel 502 Bad Gateway when starting Laravel Valet — Simple solution” is published by Panjeh
It is a project that shows the creation of a basic catalog of products in an hour. This catalog has the information loaded, so we don’t need to add more product...
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 an extensible framework. It makes extending core services, and even userland services a cinch. It’s this flexibility that we so love about it. We’ll...
When creating an API we often have two great worries, one is the connection between the frontend and the backend (eg: Authentication), and the second is error h...
Many times we face the problem that data is lost or database get corrupted. So it’s necessary to keep regular backup of database and it’s tedious to take backup...
A simple tutorial to help users understand how to use Twilio SMS API to reduce response time when your cron jobs fail In this tutorial, we are going to learn ho...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Recently Kirby Version 3.0 was released. As I have worked with Version 2 quite some time in the past I figured, why not give it a try? Just before Christmas I b...
Multi-tenancy concept has encountered the laravel community recently and made some noise due to the fact it’s going to make your life easier imagine the followi...
Application programming interface or API is an interface for software. APIs are used by software applications in much the same way that interfaces for apps and...
Simplicity; its sounds amazing and interesting right? For you to be able to build modules (a sub system) off your project and reuse them in another project. Yes...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Cleaver will take care of pretty much everything for your— installing a free Let’s Encrypt SSL certificate and setting it up to auto-renew, configuring the prop...
Laravel is a PHP framework that has some default scaffolding right front from the box whoever you are planning to use react as the JS framework. These are the c...
As the Official site states “Just deal with your business logic in php, Restler will take care of the REST! This was the exact excerpt from the official documen...
Eloquent has one less-known function called withCount(): it helps to get the amount of related records inside of the main object. So in this case, we will have...