Michael Slowik

Results 27 comments of Michael Slowik

@iamacarpet congrats for your package. I wish I checked it earlier. The package vs [separate Laravel-based project](https://github.com/firevel/firevel) approach is the subject of a long discussion. In general: - App Engine...

Professional but more time-consuming solution would be adding to `app.yaml` option to set a `writeable` parameter that would contain a list of paths that should be writeable, for example: ```...

I pushed [changes](https://github.com/laravel/framework/pull/48115) to Laravel framework so the `storage` path can be overwritten using `LARAVEL_STORAGE_PATH`.

Solution: Use `new google.maps.places.AutocompleteService();` instead of `google.maps.places.AutocompleteService()`;

@mschielmann its: ``` with: test_suffix: Test.php ```

@bshaffer I know it's a workaround, but https://github.com/googleapis/gax-php/pull/632 would be helpful in this situation. gRPC is notoriously problematic in dev environments (usually after an update).

I found a solution. Add to composer: ``` "config": { "platform": { "ext-protobuf": "4" } }, ````