Pagination not generated
Closed this issue · 1 comments
ganjarsetia commented
How to generate pagination automatically?
when I run the generator via CLI with option --paginate=10
the pagination is not genarated.
so I manually add
@include('adminlte-templates::common.paginate', ['records' => $records_in_DB])
hijaumuda commented
crud generator
--paginate=10
view:
{!! $model->render() !!}