Merging tip into the info paragraph.

This commit is contained in:
Matthew Hatcher 2019-09-22 19:59:28 -04:00
parent 8952a9f78a
commit c1f2fea150
No known key found for this signature in database
GPG Key ID: 5CBFA82270D78FD1

View File

@ -1,9 +1,5 @@
# Artisan CLI
::: tip
Artisan is a file located within your Pterodactyl installation directory. If you followed the official guide, it should be `/var/www/pterodactyl`.
:::
::: tip
To simplify this documentaiton, in command usage you'll see things like the following:
@ -15,7 +11,7 @@ To simplify this documentaiton, in command usage you'll see things like the foll
:::
The Artisan CLI, command line interface, is part of the Laravel framework, which Pterodactyl is built on. 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:
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
php artisan list