add help:commands artisan task to documentation
This commit is contained in:
parent
186b0f2e24
commit
25b8bd889b
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue