Support the ongoing development of Laravel.io →
posted 11 years ago
Configuration

Google AppEngine is my server platform of choice for all new apps. It's affordable (free during development) globally distributed, automatically load-balanced, fast, and Google is one third party that is pretty safe to depend on.

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() ?

Last updated 3 years ago.
0

I would extend the class that writes the file (Illuminate\Foundation\ProviderRepository) and just return the the json encoded manifest.

Last updated 3 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

codefocus codefocus Joined 2 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.