Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vineethkrishnan/laravel-pipeline
Laravel Pipeline code sample
https://github.com/vineethkrishnan/laravel-pipeline
Last synced: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T09:19:54.000Z (almost 2 years ago)
- Last Synced: 2023-12-19T16:32:35.021Z (about 1 year 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