Moving tip to after the first instance of the required argument being used.

This commit is contained in:
Matthew Hatcher 2019-09-22 20:00:53 -04:00
parent c1f2fea150
commit b532b2cc22
No known key found for this signature in database
GPG Key ID: 5CBFA82270D78FD1

View File

@ -1,16 +1,5 @@
# Artisan CLI
::: tip
To simplify this documentaiton, in command usage you'll see things like the following:
`<hello-world>` - Required argument
`[hello-wolrd]` - Optional argument
`{--hello-world}` - Option
:::
The Artisan CLI, command line interface, is part of the Laravel framework, which Pterodactyl is built on. The Artisan file is located in `/var/www/pterodactyl` if you followed the official guide. This guide goes over some more Pterodactyl specific/related Artisan commands, which are all prefixed with the letter `p` (e.g. `p:user:make`). If you'd like to view all commands, you can do so by running:
```bash
@ -23,6 +12,17 @@ To get information regarding a specific command you can do so by running:
php artisan help <command>
```
::: tip
To simplify this documentaiton, in command usage you'll see things like the following:
`<hello-world>` - Required argument
`[hello-wolrd]` - Optional argument
`{--hello-world}` - Option
:::
## User Management
### Create User