my goal is to implement something like episodes in laracasts.
I don't need pagination.
I tought to use pagination (with 1 element per page) just to have next and prev buttons out of the box! It was a trick!
Now I realized it can't work because of the url format
Is there antother way to do something similar (with or without pagination)?
But you're talking about episode IDs (like a series on here), if you add one in the middle, you will have to edit the others (or make a query to update everything to the right by one).