Latest Laravel/PHP Articles

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


I have created a Basic Laravel Admin Panel using Blade templates. This admin comes with basic authentication, user, role, and permission management. You can als...
RESTful APIs are the widely used APIs in the world of web development. RESTful APIs use Hypertext Transfer Protocol (HTTP) requests to create, read, update, and...
The biggest issue with working with third-party APIs is that we have very little visibility. We integrate them into our code base and test them.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Laravel API Response is an amazing package that helps to provide and render consistent HTTP JSON responses to API calls as well as convert and format exceptions...
This article was originally published on my blog, visit it here.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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.
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.
Recently I came across a unique approach to loading routes into Laravel applications, and I wanted to share this amazing idea with you.
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...