Skip to content

Create laravel project without install composer and laravel-installer and use artisan command without SSH connection.

Notifications You must be signed in to change notification settings

NineBitsLLC/laravel-html-cmd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-html-cmd

Create laravel project without install composer and laravel-installer and use artisan command without SSH connection.

USAGE

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

EXTEND

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.

SECURITY

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.

About

Create laravel project without install composer and laravel-installer and use artisan command without SSH connection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%