Latest Laravel/PHP Articles

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


Code your Laravel website faster with Stylify CSS-like utilities. #introduction Introduction https://stylifycss.com is a library that uses CSS-like selectors to...
Nullify is a plain PHP class to convert empty data of any type to null. Usage use MichaelRubel\Nullify\Nullify; Nullify::the($value); Note: the class checks als...
Some of the reactions to my last blog post on https://verraes.net/2014/06/named-constructors-in-php/, originate from the notion that static methods are inherent...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Newer versions of PHP have introduced some excellent language features that bring it closer to other modern programming languages. Despite all of that, there ar...
In this article I will show you how Laravel Middlewares work like a filtering pipeline to process http requests before they come into the controller. I’m Valeri...
5 Laravel Packages from Spatie to Help You Create Your Own Blog In this article, we will take a look at some of the most useful Laravel packages from the popula...
Soketi is your simple, fast, and resilient open-source WebSockets server. There are multiple ways to install and configure soketi, from single instances for dev...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Mailcoach can send beautiful newsletters to your audience. In this blog post, I'd like to explain how we ensure that the CSS of our webpage does not break the l...
In today's development world is easier than ever to deploy your projects online with minimal configuration, with frontend and JAM Stack/node powered apps there...
The implode() function in PHP is used to join together an array of strings into a single string. This function takes two arguments: the first is the glue, which...
Brick/Money is a money and currency library for PHP that handles exact calculations on monies of any size. So we can use this library that is based on brick/mat...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Remotisan is an excellent package that allows you to execute artisan commands remotely, using HTTP, and receiving propagating output on the page. In general, th...
When you're working with database in your Laravel project, and you have a table that is already migrated. Now, if you are looking to add a new column to the dat...
Many web developers choose PHP frameworks because they are reliable and efficient. Although there are several PHP frameworks available, Laravel and Symfony are...
When you enable https://www.elastic.co/guide/en/elasticsearch/reference/current/security-minimal-setup.html in Elasticsearch, your clients (my website in this c...