diff --git a/community/tutorials/artisan.md b/community/tutorials/artisan.md index 1bb3a90f..9c4060f7 100644 --- a/community/tutorials/artisan.md +++ b/community/tutorials/artisan.md @@ -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