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 -

VBA function to include CDATA -

php - Warning: file_get_contents() expects parameter 1 to be a valid path, array given 16 -