Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Kuhl committed Mar 6, 2014
1 parent 43b7c38 commit 6ac2c1b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ Quit editing the crontab when you deploy and schedule your artisan commands with
* Schedule artisan commands to run automatically
* Scheduling is maintained within your version control system
* Run commands as other users

## Roadmap

* Accommodate a single command with various parameter sets
* Run commands in certain environments

## Installation

Expand Down Expand Up @@ -100,6 +97,10 @@ You can build your own drivers or extend a driver that's included. Create a pac
'driver' => '\MyApp\ScheduleDriver'
```

## Roadmap

* Accommodate a single command with various parameter sets

## FAQ

**Why do I see a RuntimeExceptionWhen I use `php artisan scheduled:run`?**
Expand Down

0 comments on commit 6ac2c1b

Please sign in to comment.