Latest Laravel/PHP Articles

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


www.eloquentarchitecture.com

SDKs, The Laravel Way
Each call to the builder will modify the underlying pending request. Every modification, another link in the chain, that will be sent, finally, with get(). ...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...