Commit 25b8bd88 authored by Shawn McCool's avatar Shawn McCool

add help:commands artisan task to documentation

parent 186b0f2e
......@@ -2,6 +2,7 @@
## Contents
- [Help](#help)
- [Application Configuration](#application-configuration)
- [Sessions](#sessions)
- [Migrations](#migrations)
......@@ -12,6 +13,13 @@
- [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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment