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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -