Michael Rubél

Results 15 issues of Michael Rubél

### Laravel Official `.gitignore` for latest PHP Laravel projects. - https://github.com/laravel/laravel/blob/9.x/.gitignore

I see only one commit past year nad it was just a fix... This project is "finished" and we have to abandon it in the future? Just because standards of...

If configuring the stack Nginx (SSL 443) -> Varnish (6081) -> Nginx with PageSpeed (8080), how to serve .pagespeed. rewritten files? As I see Varnish returning the page with URLs...

These parameters always false: pagespeed ImagePreserveURLs true; pagespeed CssPreserveURLs true; pagespeed JsPreserveURLs true; I'm checked sources and got that these options exist in Apache version of PageSpeed but not in...

Hello! It is an interesting concept to be able to control applications using the method binding. But currently, it is limited to use container calls. Why can't we use explicit...

@MarceauKa 29 days passed, and PRs are still there unreviewed.

If there is more than one device logged, an error appears on login: ![image](https://user-images.githubusercontent.com/37669560/165001176-52d45335-2475-4abb-b6b4-5110e88c2d58.png) This PR fixes the issue.

Faced the issue with untracked IDE files when working with the package. This PR adds these missing `.gitignore` entries.

Hey @calebporzio Continuing the [discussion](https://github.com/livewire/livewire/discussions/4912) I'm adding Livewire Best Practices to ReadMe so it will be useful for those who work with Livewire on a daily basis. Let me know...

Changes visibility of properties and the method to `protected` in the `Client` class. This allows the overriding of `SoapClient` without touching other parts of the class.