add help:commands artisan task to documentation

This commit is contained in:
Shawn McCool 2012-07-16 11:37:05 +03:00
parent 186b0f2e24
commit 25b8bd889b
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@ # Artisan Commands
## Contents
- [Help](#help)
- [Application Configuration](#application-configuration)
- [Sessions](#sessions)
- [Migrations](#migrations)
@ -12,6 +13,13 @@ ## Contents
- [Application Keys](#keys)
- [CLI Options](#cli-options)
<a name="help"></a>
## Help
Description | Command
------------- | -------------
View a list of available artisan commands. | `php artisan help:commands`
<a name="application-configuration"></a>
## Application Configuration <small>[(More Information)](/docs/install#basic-configuration)</small>