Forest Admin CLI commands
This is the official documentation of the forestadmin/laravel-forestadmin
v2+ and forestadmin/symfony-forestadmin
PHP agents.
You've seen in the previous section how developing on Forest Admin leverages our powerful Forest Admin CLI to manage your UI changes.
Installing the Forest Admin CLI
To install the Forest Admin CLI, run the following command in your terminal:
For further details on the package, check out this page ↗.
Using the Forest Admin CLI
In the following pages, we'll cover in details the most important commands available with Forest Admin CLI, from introduction to advanced usage. Here are the main commands available:
projects
schema
help
user
logout
Some additional commands might be added in the future. In the meantime, those should be largely sufficient to manage your development workflow.
Be aware that almost all commands take the FOREST_ENV_SECRET
env variable, provided on the command or inside your .env file, to know in which environment the command will apply.
Last updated