Geoffrey de Vlugt

Results 2 comments of Geoffrey de Vlugt

Hi, Try using the --username option. This will add the username field to the migration. ``` bash php artisan confide:migration --username ``` Also don't forget to use that same --username...

> But adding ANY parameter will break the pagination: > > ``` > $options = [ > 'page' => 1 > ]; > $result = Category::paginate($options)->toArray(); > ``` This is...