Hello Mua, Artisan is the command-line interface included with Laravel. What do you mean by "resolve it on the app engine"? You seem to say you have run Artisan commands locally, in your development environment, and you would like now to run the same commands to modify your deployed app's code, while running in the Cloud and offering service. This is not possible. If you modified your app locally, you can modify the deployed app's old version only by deploying the new version, and then transferring traffic to this deployed new version.
If you want to see your deployed files, you can do that locally, as the deployed code is necessarily identical to the local code you deployed. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/33a57c5f-25f6-4f94-9c47-58b2a0b48dd1%40googlegroups.com.
