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?