laravel-value-objects
It is an example template for Laravel packages. Fill or change it the way you like.
laravel-enhanced-pipeline
Laravel Pipeline with DB transaction support, events and additional methods.
laravel-helpful-traits
Makes your FormRequest keys retrieved from `$request->safe()` method by default to prevent retrieval of unvalidated input values.
laravel-safe-request
Makes your FormRequest keys retrieved from `$request->safe()` method by default to prevent retrieval of unvalidated input values.
laravel-sql-function-repository
It is an example template for Laravel packages. Fill or change it the way you like.
laravel-enhanced-container
This package provides DX tweaks for Service Container in Laravel.
laravel-stripe-integration
This package represents ready-to-use integration with Stripe.
laravel-package-template
It is an example template for Laravel packages. Fill or change it the way you like.
laravel-couponables
This package provides polymorphic coupon functionality for your Laravel application.
laravel-auto-binder
This package adds the possibility to bind interfaces to implementations in the Service Container by scanning the specified project folders. This helps avoid manually registering container bindings when the project needs to bind a lot of interfaces to its implementations.
laravel-seo-manager
Provides simple functionality to manage SEO tags based on URL path within your Laravel application.
laravel-formatters
This package is a collection of classes you can use to standardize data formats in your Laravel application. It uses the Service Container to easily extend or override the formatter classes.