lundi 23 mai 2016

pagination create bad URL, Laravel

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 ?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1TrJRlt
via IFTTT

Aucun commentaire:

Enregistrer un commentaire