my pagination creat url like:
http://localhost:8000/cars?paginate=5&page=2
where this should be:
http://localhost:8000/cars/?paginate=5&page=2
My view with pagination:
{!! $dataset->appends(\Input::except("page"))->render() !!}
and this lost / where this is needed. What do I bad ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire