Latest Laravel/PHP Articles

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


The must-have tinker tool for every PHP and Laravel developer. This magical desktop app may not be able to fly. But when it comes to PHP code, it sure knows how...
The must-have tinker tool for every PHP and Laravel developer. This magical desktop app may not be able to fly. But when it comes to PHP code, it sure knows how...
Stay up to date with all things Laravel, PHP, and JavaScript. Follow me on Twitter. I regularly tweet out programming tips, and what I myself have learned in on...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel supports verifying email addresses out of the box. This package adds support for verifying new email addresses. When a user updates its email address, i...
Enum is a Zero-dependencies PHP library that can supercharge enum functionalities. We can check whether an enum includes some names or values. Pure enums check...

www.juststeveking.uk

Eloquent Attribute Casting
Eloquent Castable attributes are one of the more powerful features of Laravel, some people use them religiously while others tend to shy away from them.
Recently I came across a unique approach to loading routes into Laravel applications, and I wanted to share this amazing idea with you.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Aimeos is a professional, full-featured, and high-performance e-commerce platform that lets you build fully featured online shops, marketplaces, or B2B applicat...
Caching plays a vital role in optimizing the performance of a web application. According to this article, google engineers discovered that 400ms is long enough...
Working with third party APIs can be frustrating, we get plain old array - and we send data as arrays too. What if I told you it didn’t have to be this wa...
As developers, the chance of you having a personal website is pretty high. After all, it is what we do - and most likely, you have rebuilt this countless times.
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.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
Recently, a minor release for Laravel 9.x has introduced many new features that mostly include the revamp/fresh new look of Artisan commands. This includes comm...
Airdrop determines when you can skip building static assets, saving a LOT of time and server resources in continuous integration and deployment. Stay up to date...
In this tutorial, I will show you how you can create a google autocomplete address using google place API.