Geoffrey Hoffman

Results 10 issues of Geoffrey Hoffman

This library has saved so much time. The only way this helpful library could be better, IMO, is if you detect `created_at`, `updated_at` you include `public $timestamps = true;` in...

Seems that ctrl-c is the only way to exit from an artisan-menu command waiting for input.

I gave this a try, thanks for posting on [r/laravel](https://www.reddit.com/r/laravel/comments/9hjso5/artisan_menu_use_artisan_via_an_elegant_console/). My only suggestion would be to parse the options for a command and let there be a way to include...

Call to undefined method Illuminate\Foundation\Application::share(). [Ref](https://laracasts.com/discuss/channels/laravel/undefined-method-illuminatefoundationapplicationshare-when-upgrading-to-laravel-54) I will give it a look and see about sending a PR.

Using boot2docker Mac OS X is awesome but slow. I followed [this example](https://vagrantcloud.com/yungsang/boxes/boot2docker) with sample vagrant file and it works, but why I try your example docker commands, I just...

I [forked this repository](https://github.com/phpguru/fuel-sdk-php) to get the SDK to more easily load into Symfony, and probably other frameworks such as Laravel. It's available [on Packagist](https://packagist.org/packages/phpguru/fuel-sdk-php). I am not a Symfony...

It would be cool if there was an option to turn the placeholder character for optional characters on/off. For example on a phone field that takes 10 to 13 numeric...

enhancement

Took a stab at this. Maybe I'm not fully groking the tests/index.php file. In any event, this is needed for specific cases.

### Expected behaviour This is not a bug. It's just a bit difficult to find resources when upgrading older PHP code. Documentation shows _With PhpRedis >= 5.3.0 you can specify...