https://github.com/hongyukeji/laravel-pipeline
https://github.com/hongyukeji/laravel-pipeline
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hongyukeji/laravel-pipeline
- Owner: hongyukeji
- Created: 2020-08-11T10:40:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T10:42:02.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T16:35:01.756Z (5 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaravelPipeline
> LaravelPipeline composer package.
## Install
```shell
$ composer require hongyukeji/laravel-pipeline:*@dev
``````shell
$ php artisan vendor:publish --provider="Hongyukeji\LaravelPipeline\PipelineServiceProvider"
```## Usage
```
$data = ['name'=>'test','password'=>'123456'];
$pipeline = pipeline("pipeline::example", $data);
print_r($pipeline);
```