From 25b8bd889b9f38c665b227672257063fd0feb590 Mon Sep 17 00:00:00 2001 From: Shawn McCool Date: Mon, 16 Jul 2012 11:37:05 +0300 Subject: [PATCH] add help:commands artisan task to documentation --- laravel/documentation/artisan/commands.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/laravel/documentation/artisan/commands.md b/laravel/documentation/artisan/commands.md index 997e86ce..0a2dd5ff 100644 --- a/laravel/documentation/artisan/commands.md +++ b/laravel/documentation/artisan/commands.md @@ -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) + +## Help + +Description | Command +------------- | ------------- +View a list of available artisan commands. | `php artisan help:commands` + ## Application Configuration [(More Information)](/docs/install#basic-configuration)