Hi, I also wanted to see the implementation of this. and how would google computing pricing affect the application :D
Hello, I've done some work in order to make one of my sites work on GAE. The amount of work depends on the features that your site/app is using. I would recommend start by reading the following blog post:
http://blog.neoxia.com/laravel-4-on-google-appengine-for-php/
For my site I had to:
After I realized that I needed email and queue capabilities I started writing my GAE support package for Laravel 4.2, so I could use it in a more object oriented and Laravel friendly manner.
I wrote a special Application class, GAE Mail and Queue providers.
While using my GAE support package I had to make the following changes to my original app:
The remaining tasks are MySQL and periodic tasks to be run on the server. MySQL is explained in the blog post I mentioned, but I'm not planning on adding MySQL support to my GAE support package in the near future, because the use of MySQL on GAE is a payed service. As for periodic tasks GAE has an ability to schedule tasks with cron.
Hope this helps,
Ron.
Hi, just released a version of my Google App Engine Support package for Laravel.
https://packagist.org/packages/shpasser/gae-support
Best,
Ron.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community