Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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