recca0120 / laravel-terminal

Runs artisan command in web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document the config file

ftrotter opened this issue · comments

It is not obvious what it means to be in the "confirmToProceed" section or what "interpreters" means. Or what "route" does. I think I can guess what the whitelist section does... but others might have trouble. and it is not clear how enabling or disabling debuging would help.

Have read the readme, and it did not cover how to use the config file.. and the version of the config file that is listed in the readme does not match the contents of the auto-generated file.

It would help if these things were clearly explained.

Perhaps this could be added to the docs directory, or just in GitHub wiki.

Or I guess just added as comments to the config/terminal.php file, as per other Laravel config files. 👍