https://github.com/vineethkrishnan/laravel-pipeline
Laravel Pipeline code sample
https://github.com/vineethkrishnan/laravel-pipeline
Last synced: 4 months ago
JSON representation
Laravel Pipeline code sample
- Host: GitHub
- URL: https://github.com/vineethkrishnan/laravel-pipeline
- Owner: vineethkrishnan
- Created: 2019-12-18T17:05:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T09:19:54.000Z (over 2 years ago)
- Last Synced: 2025-01-29T18:12:31.210Z (6 months ago)
- Language: PHP
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Pipeline Code Sample
### Introduction
Application that uses pipeline to filter eloquent result.### Installation
1. Clone Git Repository
`$ git clone [email protected]:vineethkrishnan/laravel-pipeline.git `
2. Navigate to project root
`$ cd salesdock-products`
3. Run
`composer install`
4. Copy .env.example to .env and fill-out the database details
5. After completing application installation run
`php artisan key:generate`
6. Run migration with --seed flag, it will seed the test data
`php artisan migrate --seed`
7. Create a test server by running
`php artisan serve`Now got to API End point http://localhost:8000/api/product to view the product listing and start filtering through pipeline