php - How to run Laravel artisan command on AppFog? -


how run artisan command on laravel app in appfog?

i need run commands this:

php artisan down php artisan 

any idea?

it looks can run artisan commands within app code, this:

artisan::call('down'); 

reference: laravel forums


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -