Latest Laravel/PHP Articles

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


Code reviews on GitHub are an important part of the software development process. They allow developers to collaborate on a project, review each other's code, a...
It is important to know about error types in PHP. Basically we have 4 types of error in PHP and I will show you them with an example. An error that is...
I'm proud to share that we've released two new packages: https://github.com/spatie/laravel-mailcoach-mailer (for Laravel apps) and https://github.com/spatie/mai...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

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...
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...
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...