Answer the question
In order to leave comments, you need to log in
How to dynamically load controller or view in Laravel routing?
In CakePHP you can specify
$routes->connect('/:controller/:action/*');
...and after that, for example, the address /home/news means that you need to connect the home controller and the news view,
and how to implement this in Laravel.
I searched on Google, it seems like this can not be done without crutches. Please confirm or refute this.
Thanks in advance :)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question