Laravel package for handling resumable file uploads with tus protocol and native Uppy.js support without additional tus servers Source: Read…
Laravel
Simplify your Eloquent queries with Laravel’s afterQuery() method, allowing you to define post-processing operations right alongside your query definitions for…
Screen is a terminal renderer written in pure PHP. It powers Solo for Laravel and can be used to build…
We sat down with Dave Hicking to talk about LaraJobs’ new section of articles and videos to help you advance…
The Laravel team released v12.6.0, which includes an Eloquent fillAndInsert() method, a URI path segments helper, a Password appliedRules() method,…
Free & Open Source Invoice App for Individuals & Small Businesses. https://craterapp.com Source: Read MoreÂ
Maintain data consistency in your Laravel application with the withAttributes relationship method. This feature ensures newly created models automatically inherit…
The Laravel team released Laravel Wayfinder, a new first-party package that bridges your routes between the frontend and backend. The…
Laravel Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS…
Pinout is a new project by Dan Johnson that lets you connect your Laravel application to the physical world. The…
Transform your Laravel validation logic with the new fluent numeric rule interface. This chainable approach improves code readability while providing…
Learn how to implement permanent and temporary account suspensions in Laravel applications using database fields, middleware, and scheduled tasks. This…
In this video, we’re implementing feature flags in Laravel using Laravel Pennant The post Feature Flags with Laravel Pennant appeared…
Optimize your Laravel database queries with intuitive date shorthand methods. These expressive helpers simplify time-based filtering while making your code…
Generate OpenAPI Specification for Laravel Applications Source: Read MoreÂ
Laravel released a new #[Scope] attribute you can use to define local scopes in Eloquent models. Using scopes is an…
Master image validation in your Laravel applications with the powerful dimensions rule. This approach ensures uploaded media meets your exact…
Onym is a flexible Laravel package for generating filenames using various strategies and options. The post Onym – Flexible Filename…
Laravel v12.4 has a new AsHtmlString Eloquent cast. The framework already has an `HtmlString` class available; this cast stitches it…
This is my package activitylog Source: Read MoreÂ