Enable App Engine extensions

2

I'm using Google App Engine - PHP with Laravel 5 , and I'm wanting to use the Intervention/Image Class, however to use it I need to activate the fileinfo of PHP, but I do not know how to do this in Google App Engine.

I created php.ini in the same folder as app.yaml but it did not work.

Can anyone help me?

    
asked by anonymous 29.05.2015 / 02:48

1 answer

0

Google App Engine does not support this extension yet.

What you can do is open a issue and twist to implement.

Maybe including a package that simulates the fileinfo() functions can solve your problem.

    
08.06.2015 / 20:16