Latest Laravel/PHP Articles

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


However, most of the magic happens in the backend. As the backend is where developers define how a website will function, it has been described as the engine of...

www.phparch.com

Semantic Versioning
When new software comes out it has a version number like 8.2.0. The software industry needed a standard way to describe software releases so we as consumers of...
This feature really helped me save some time almost daily and it was hiding in plain sight. DBeaver, the open-source database management software, can format JS...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
As you may know, Vapor is a serverless deployment platform for Laravel that strives to make the deployment and scaling of your Laravel project easier than ever....
Intervals or ranges pop-up everywhere in the programming world. The classic example is picking a start and end date, like you would when booking an AirBnB or a...
Waterline is an amazing and elegant UI for monitoring Laravel Workflows. composer require laravel-workflow/waterline php artisan waterline:install Waterline exp...
Laravel Queue Debouncer package allows any queue job or chain in your Laravel application to be debounced, meaning that no matter how many times it’s dispatched...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Since various elements of the Inspector backend rely on Laravel, I worked a lot with the ORM component myself, and its Eager Loading features. Laravel Eloquent...
Password generation is something we all think about doing at some point, but how can we go about doing it - and making these passwords easy to remember and secu...

juststeveking.uk

Fun with Refactoring
Refactoring isn’t a dirty word, quite the opposite. Refactoring is something that you do when you have leveled up or generally improved. We will use a...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
The following article is an excerpt from my ebook Battle Ready Laravel, which is a guide to auditing, testing, fixing, and improving your Laravel applications....
In this article, we will see how to file upload in laravel 9 example. Here we will show you the laravel 9 file upload in the pubic folder example.
Laravel Localizer is an awesome package that allows you to automatically detect and set an app locale that matches your visitor's preference. Define your suppor...
In this article, we will see REST API with passport authentication in laravel 9. Also, we will perform CRUD operations with laravel 9 REST API. REST API is an a...