https://github.com/arhea/laravel-appengine
A package that allows Laravel to work on AppEngine
https://github.com/arhea/laravel-appengine
Last synced: about 2 months ago
JSON representation
A package that allows Laravel to work on AppEngine
- Host: GitHub
- URL: https://github.com/arhea/laravel-appengine
- Owner: arhea
- Created: 2013-05-31T13:51:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T14:02:22.000Z (about 13 years ago)
- Last Synced: 2025-01-17T23:25:44.877Z (over 1 year ago)
- Language: PHP
- Size: 96.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel App Engine
*NOTE:* This package is under active development and is not yet posted on packagist
This package modifys and adds functionality to Laravel to get Laravel working on Google App Engine. I hope someday this package is not needed but for the time being is.
### Getting Started
* Install the package
* Comment out the `mcrypt` extension check on line 27-32 of `vendor/laravel/framework/src/Illuminate/Foundation/start.php`
* Comment out the default laravel Encryption service provider in `app/config/app.php` and replace it with `LaravelAppEngine\Encryption\EncryptionServiceProvider'`
### Encryption Service Provider
This is a drop in extension to the Encryption class that changes the implementation to use Open SSL because Mcrypt is not yet support by App Engine. I have filed a [bug report](https://code.google.com/p/googleappengine/issues/detail?id=9332&q=language%3DPHP&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log) which at the time of writing this has been started and well requested. So please star that issue as I do not like changing core functionality of Laravel.
### License
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
### Author
Alex Rhea
alex.rhea@gmail.com