dcblogdev / dcblogcomments

2 stars 0 forks source link

laravel-get-previous-and-next-record #4

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Laravel get previous and next record - DC Blog | Development Tutorials

A really common task is to display links for the previous and next record typically you find thes...

https://dcblog.dev/laravel-get-previous-and-next-record

JoJuhasz commented 4 years ago

Usefull... You can do the same with an object relations for navigating through puctures of an album for example. $album->pictures()->where()->first()

ejobity commented 4 years ago

thanks it worked