Laravel Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS…
PHP
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…
Latest PECL Releases: Tensor 3.0.7 – Change min PHP version to 8.0.0 phalcon 5.9.1 Full changelog can be found at:…
This is my package activitylog Source: Read MoreÂ