Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

andreich1980's avatar

How to make a numeration for related model from 1

I'm wondering how to do numeration of related model always start from 1.

I like the way it's made on laracasts: /series/serie_slug/episodes/NUMBER

How to make that NUMBER starts from 1 for every new serie?

Do I need a special field that is also used for ordering episodes?

0 likes
2 replies
Sergiu17's avatar
Sergiu17
Best Answer
Level 60

You could use the ID, just for safe you could create position or level column, and in future you will be able to order, re sort.

1 like
andreich1980's avatar

@Sergiu17 thanks. I thought so. ID doesn't look good because I want my episodes to be like /series/serie_slug/episodes/1, .../episodes/2 etc. But not like .../episodes/123, .../episodes/551.

1 like

Please or to participate in this conversation.