mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 09:21:59 -06:00
Merging tip into the info paragraph.
This commit is contained in:
parent
8952a9f78a
commit
c1f2fea150
@ -1,9 +1,5 @@
|
|||||||
# Artisan CLI
|
# 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
|
::: tip
|
||||||
To simplify this documentaiton, in command usage you'll see things like the following:
|
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
|
```bash
|
||||||
php artisan list
|
php artisan list
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user