Latest Laravel/PHP Articles

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


In the current PHP trend, the Laravel Framework is so popular in the PHP community. Laravel gives us many features from the beginning of the release and it’s co...
In former posts, we often mentioned how powerful can be a feature, that filters your database results based on the current HTTP query string. Now, let’s take a...
We are installing Laravel 5 Framework on our Linode Server. For our company notes about the installation and to help you with your own installation. We have wri...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Sometimes you want to develop beautiful notifications in HTML or markdown format. But how do you style them easily without having to send them every time you’ve...
Laravel Homestead is an official, per-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web ser...
Here is a helpful tip for those who want to model a many-to-many relationship with extra columns or fields in a Laravel app with Eloquent.
Many times I ended up writing messy code that ultimately caused issues. Doing so repeatedly I started thinking how can I improve the code and how can I remove t...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Future-proof Laravel deployments with Kubernetes and DevSpace. This tutorial works with any Kubernetes cluster (minikube, GKE, AKS, EKS etc.
With the release of Laravel 6, I made a change to Shift to default the configuration files. Primarily this was done in an effort to improve the user experience....
Martin Hujer published a write-up on how he uses PHPStan to a full extent in a real-world application that combines Symfony Framework with Doctrine ORM and is t...
Contributed by Grégoire Pineau in #32742. The Console component includes some features to output tables and configure them in many different ways. In Symfony...
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.
Hello there! In this opportunity, I would like to show you how to create a simple web app with PHP and Yii from scratch, set up your app on your local Apache se...
One of the most important parts of building an API, or any codebase for that matter, is making sure it is well-documented.
This article we are going to learn is: How to install and run the Swoft database. This article is one of a series of articles on the Swoft Database ORM. Let’s l...
Laravel ships with a great starting directory structure, one which may support your entire project, depending on the size. If, however, you notice it’s getting...