Latest Laravel/PHP Articles

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


After months of development, testing and fine-tuning, I'm happy to say that the very first version of Blade UI Kit is finally publicly available. Some of you mi...
Tries are composite types that do not necessarily have the same prominence in programming parlance as say, an array or record/tuple but have significant viabili...
In many laravel applications you may need to use different google fonts, font awesome icons. Here I will show you how to import them into a laravel project.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this blogpost I’m going to show you how to merge validation of 4 different type of requests on the same model into one FormRequest class. The framework provi...
· September 2, 2020 · ⋆ Jekyll Lately, I wanted to show related posts on post pages based on the category the current post lies in. So, for instance, of the po...
I was tasked not long ago to make a tiny private prototype. Given the current pandemic, most of work is being routed to web interfaces, and some applications ar...
Example code of AutoLoadOne Library for PHP 5.6 and higher. Why we need this library? To runs this class, we need to include it using our code.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
If you are a PHP Developer in 2020, you don’t have any excuses to use composerimproperly. It allows you to declare the libraries your project depends on and it...
When we are working alone or as a team on a project and care about quality and security of our developments (and we must), we need to define standards of develo...
The retryAfter() method and the retryAfter property of queued jobs, mailers, notifications, and listeners has been renamed to backoff. You should also...

www.phparch.com

Under the Scope
It’s time to review some fundamentals and remind ourselves how some things we might take for granted work. This month, we have articles on serializing PHP objec...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Quite a while ago I have implemented something called RouteBuilder(has been renamed to ViewBuider in the meantime) in Sulu, which - as the name suggests - makes...
Let’s see understanding MVC design pattern in php. Each of these components is also called a layer like a data layer, presentation layer, and business logic lay...
Docker is a marvel in the developer world because it is that perfect deployment solution that ensures that no matter the machine you deploy your application on...
· September 1, 2020 · ⋆ Laravel In one of my articles, I’ve described how you can add different behavior to some of the classes in Laravel using macros. To giv...