Questions tagged [multiparameter]
31 questions
-2
votes
1 answer
How we use laravel URL with multiple parameters? Is it necessary to specify each parameter as method argument?Can't we access them through Request?
For the time being, I'm trying to use a URL with multiple parameters this way.
For example, I'd pass employee ID, Group ID and current status of the employee in URL using the following pattern.
mydomain.com/en/employee/benefit-status/1-1-enroll
Theā¦

Afifa
- 65
- 1
- 7