Create laravel project without install composer and laravel-installer and use artisan command without SSH connection.
To use:
- Place the studio.pxp file in a folder accessible via HTTP.
- Ask your secret key to the const SECRET
- Set the public folder to const LARAVEL_PUPLIC
To extend the list of standart commands, edit:
- const COMPOSER_COMMAND_LIST,
- const LARAVEL_ARTISAN_COMMAND_LIST.
To create other commands, add metods to class:
- \NineBits\Executor.
To protect studio.pxp, which must be writable by the web client, configure .htaccess or the web server so that users can not view its source code.
After the development is completed, delete all files of this project.