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

naykel's avatar

naykel wrote a reply+100 XP

3mos ago

I have not because i could not help but think I was just missing something obvious and felt a bit silly, however you reply makes me think i am not crazy so i will do so now.

Thanks for taking the time to reply.

naykel's avatar

naykel wrote a reply+100 XP

3mos ago

Livewire 4

naykel's avatar

naykel started a new conversation+100 XP

3mos ago

Is there a reason i can't use the word 'index' in any part of a component suffix. For example

Unable to find component: [admin::course.course-index]
Unable to find component: [admin::course.course-abcindex]
Unable to find component: [admin::course.course-thisindexisstillaproblem]

It took me ages to work out i can use any other word except for 'index'.

I can get rid of the 'course'- prefix and index alone works fine but this is not our convention.

naykel's avatar

naykel wrote a comment+100 XP

3mos ago

Is there a reason i can't use the word 'index' in any part of a component suffix. For example

Unable to find component: [admin::course.course-index]
Unable to find component: [admin::course.course-abcindex]
Unable to find component: [admin::course.course-thisindexisstillaproblem]

It took me ages to work out i can use literally any other word except for 'index'.

I can get rid of the 'course'- prefix and index alone works fine but this is not our convention