How to configure laravel routing so that the URL corresponds to the controller method? Just like THINKPHP,
I think it’s not good to write routes one by one
天蓬老师2017-05-16 16:55:02
Laravel does not have this routing method after Laravel version 4.
Nowadays, it is generally believed that manual routing is a better way abroad. You can try to slowly accept this method. For a better reason, check out this:
https://phphub.org/topics/2025