Description
Supercharged Pipelines for Laravel
Overview
If Laravel is the batteries‑included PHP framework, the Pipeline package represents the batteries‑included version of the Illuminate\Pipeline\Pipeline class.
Compatibility and Enhancements
The package remains largely compatible with Laravel's native pipeline but introduces additional features. One notable addition is the withTransaction() method, which instructs the pipeline to execute within a database transaction. This transaction will automatically commit or roll back at completion based on whether the pipeline succeeds or fails.
Creator
Related Projects
Laravel Artifact
Media Management Package
Mirror
Impersonation Package
LaravelPlus Updater
Sync Laravel Projects
Laravel Credits
Credit Management System
Laravel Glider
Glide Image Manipulation in Blade Templates
Laravel Ownable
Eloquent Ownership Relationships