Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scotch-io/laravel-queues
https://github.com/scotch-io/laravel-queues
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scotch-io/laravel-queues
- Owner: scotch-io
- Created: 2016-03-17T17:44:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-24T18:07:28.000Z (over 8 years ago)
- Last Synced: 2024-04-14T18:18:19.449Z (7 months ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 30
- Watchers: 6
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Scotch Queues Demo
* Clone
* Run `composer install`
* Run `php artisan migrate`
* Run `git checkout beforeQueues` for codes without queues
* Run `git checkout afterQueues` for codes with queues