Skip to content

Commit

Permalink
r Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dusterio committed Oct 17, 2016
1 parent a92e622 commit c98d29b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ This package helps you run your Laravel (or Lumen) jobs in AWS worker environmen
![Standard Laravel queue flow](https://www.mysenko.com/images/queues-laravel.png)
![AWS Elastic Beanstalk flow](https://www.mysenko.com/images/queues-aws_eb.png)

## Requirements

PHP >= 5.5
Laravel (or Lumen) >= 5.1

## Scheduled tasks

You remember how Laravel documentation advised you to invoke the task scheduler? Right, by running ```php artisan schedule:run``` on regular basis, and to do that we had to add an entry to our cron file:
Expand Down Expand Up @@ -68,7 +63,7 @@ If you dispatch jobs from another instance of Laravel or if you are following La
## Dependencies

* PHP >= 5.5
* Laravel (or Lumen) >= 5.2
* Laravel (or Lumen) >= 5.1

## Installation via Composer

Expand Down

0 comments on commit c98d29b

Please sign in to comment.