Support the ongoing development of Laravel.io →
posted 10 years ago
Requests

I have an admin page that displays a list of schools and then upon clicking on a school, the admin is taken to a page where they can manage the school. From there, he can add a staff member. My problem is that I am not able to pick the schoolID that has been passed into the url. e.g the url of the current school is http://localhost:8000/admin/school/3 and I want the url of creating a staff member to be http://localhost:8000/admin/school/3/staff/create

and instead I get this: http://localhost:8000/admin/school/%7BschoolID%7D/staff/create

Help.

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.