# Forge: Site Commands

DevFeed: [Forge: Site Commands](<https://devfeed.tech/articles/forge-site-commands-3685.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-site-commands>)

Author: James Brooks

Published: 2021-03-30T08:23:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Scripting, bash](<https://devfeed.tech/topics/scripting-bash.md>), [Script](<https://devfeed.tech/topics/script.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [servers](<https://devfeed.tech/topics/servers.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [redis](<https://devfeed.tech/tags/redis.md>), [server](<https://devfeed.tech/tags/server.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sign-up](<https://devfeed.tech/tags/sign-up.md>), [video](<https://devfeed.tech/tags/video.md>), [youtube](<https://devfeed.tech/tags/youtube.md>)

## AI overview

Laravel Forge introduces a Commands panel for running one-off Bash commands from a site's directory as the correct user. It records the ten most recent commands, the initiating user, status, output, and failures based on non-zero exit codes.

## Source excerpt

Forge has had the ability to execute arbitrary Bash scripts on your server via Recipes for some time now. However, sometimes you may just need to run a quick command without the overhead of creating a...