ajessup / gae-laravel
Installs: 277
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
pkg:composer/ajessup/gae-laravel
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
- laravel/framework: 4.1.*
This package is not auto-updated.
Last update: 2024-12-17 07:21:09 UTC
README
This package provides support for running Laravel on Google App Engine. This package includes:
- The GaeApplication class, which extends Illuminate\Foundation\Application class with a bugfix that allows the use of streams like gs:// in storage paths.