Cyril de Wit

Results 16 comments of Cyril de Wit

See https://github.com/laracasts/Laravel-5-Generators-Extended

You probably forgot to add the `Counter` facade to your configuration based on your error log. Did you add the following to your `config/app.php` file? ```php return [ /* |--------------------------------------------------------------------------...

What would be a use case for this?

I find it hard to believe that the `$viewer` property is empty after explicitly setting it in the controller. Can you check if the $user object returns and `id` at...

Hey @adnanerlansyah403 , You can create you own database migration to adjust the views table. You're free to modify it at any time. To extend the package, you find find...

Hey @PaulChase, This package is basically providing an Eloquent model (`View`) and predefined relationships/order by queries. Anything else that's not supported out the blue, can be implemented by using the...

I think the API of this package could have some improvements, since I don't provide a way of accessing this information after a view record was made. Your solution is...

Hey @Bojmaliev, Can you write a testcase within this repository and create a pull request? Then I can see the isolated problem.

Hey @Bojmaliev, Thank for preparing a setup. I see that you're using the `cursorPaginate` method. I think I haven't really tested this yet. I think it's time to upgrade the...