Google AppEngine is my server platform of choice for all new apps. There is one caveat about GAE though: The disk is read-only. Writing to disk is simply not possible.
Is there a way to make Laravel NOT write services.json
to the disk, other than mangling the framework itself to return true in FileSystem->put()
?