Results 4 comments of TJ Szewczak

I've created a pull request that should enable support for the Laravel 6 version of Boilerplate: #16

@neppoz if you're looking to override a composer repo with a different branch you can add something like this to your composer.json file: ``` "repositories": [ { "type": "vcs", "url":...

No Problem! It looks like the change to BaseRepository in laravel-boilerplate is backwards breaking, so this PR only works with version 6 of Laravel Boilerplate.

I just implemented Events in my project and discovered a lingering bug; with the latest commit those should now work properly on the back & frontend as well.