Feb 28, 2017
0
Level 1
Infyom Generator: paginate command not generating according to input
I am using Laravel Infyom generator to generate from a table with this command:
php artisan infyom:api_scaffold --fromTable --tableName= --primary= --paginate=15 --save
but after the files are generated, in the view, the pagination per page is still 10
I am using "yajra/laravel-datatables-oracle" with infyom.
I tried changing value to '15', '20' but it will still generate only 10
I have asked the same question at Infyom github, but from the look of the response rate of the other questions, I dont think I am going to get any reply, so I hope someone can hlpe me here
Please or to participate in this conversation.