shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

Artisan console for local development #62

Closed josh18 closed 7 years ago

josh18 commented 8 years ago

The artisan console doesn't seem to work in local development, whenever I try to use it I get the error: [ErrorException] escapeshellarg() has been disabled for security reasons

I narrowed it down to this line so it looks like it is turned off intentionally?

The reason I want to use it in local development is so that I can upload a file to Cloud Storage (local) when I run php artisan db:seed. However if I do this from the command line I get the error Unable to find the wrapper "gs" - did you forget to enable it when you configured PHP.

shpasser commented 7 years ago

It looks like you use GAE SDK for local development. Am I right?

josh18 commented 7 years ago

Yup that's right.

shpasser commented 7 years ago

Actually I built it so it would be possible to use it for apps actually running on GAE. For local environment I would just use the regular php artisan.