Download the PHP package cedricziel/lumen-appengine-mvm without Composer
On this page you can find all versions of the php package cedricziel/lumen-appengine-mvm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cedricziel/lumen-appengine-mvm
More information about cedricziel/lumen-appengine-mvm
Files in cedricziel/lumen-appengine-mvm
Package lumen-appengine-mvm
Short Description A Laravel Lumen distribution with modifications for Google AppEngines Managed VMs. Applied in a single transparent commit.
License MIT
Informations about the package lumen-appengine-mvm
Lumen PHP Framework (Fitted for Google AppEngine Managed VMs)
Prerequisites
- gcloud command available (install the Google Cloud SDK
- gcloud authentication (
gcloud auth
) - a project in one of the Managed VMs enabled Google Cloud Platform Zones (at the time of writing, those are all in the us)
- git, composer, php, python2, python2-crcmod
- docker & docker-compose if you need a database locally via docker-compose
Preparation
composer install
- modify
app.yaml
to your needs (thedefault
module is exposed at the root of your AppEngine, you can have multiple modules)
Preview
You may start a mysql instance bound to 127.0.0.1/localhost with docker-compose up
Deploy
Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
Official Documentation
Documentation for the framework can be found on the Lumen website.
Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
License
The Lumen framework is open-sourced software licensed under the MIT license