Hi Brad, 

Instead of CLI script, does calling this command from your code succeed? 
What happens if you use something in the line of: 

Route::get('/clear-cache', function() {
    $exitCode = Artisan::call('cache:clear');
});

As mentioned, you are better off asking for coding advice in forums such as 
stackoverflow. 


-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dde87595-9e98-402e-b85e-a4926a9502df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to