Chris Fidao

Results 16 issues of Chris Fidao

Check for `$3` (open up remote connections), just like the [MySQL install script](https://github.com/fideloper/Vaprobash/blob/master/scripts/mysql.sh#L28-L44).

enhancement

Laravel 9 has incorporated this package into the core of Laravel. See the upgrade guide here: https://laravel.com/docs/9.x/upgrade, search for **Trusted Proxies** ![image](https://user-images.githubusercontent.com/467411/153210235-9ad1974a-63c2-4faa-b6c9-1d7412b41410.png)

> Error in your book "Implementing Laravel": Page 36, code line 47 - should be "return $result;" :-)

Check to see if this error still exists: > In the book you show the Eloquent models residing under the Impl/models directory. In the GitHub project page they reside under...

Mandrill sends an array of objects, I'm wondering if there are cases where you get multiple messages per event? It looks like the code assumes the first item in the...

Similar to what Sam did for Ruby, I think creating a Dockerfile generator would be interesting. 1. It's useful for anyone who wants to Dockerize Laravel 2. There are "flavors"...