laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

dynamic Controller method #2554

Closed astutesixface closed 3 years ago

astutesixface commented 3 years ago

Hi team, I need some clarification with dynamic controller method i upgrading the laravel 5.1 to 8.*, all is done, but only one bug, my url is admin/admin-profile in 5.1 is working fine, but laravel 8 is not working 404 page error is showing. this url will call method getAdminProfile(){ } but is not calling. if this functionality is not available in laravel 8, then how can i manage this, if single url i will create route, but my application have more than 100 url like this, so please help me to solve this... i was check this issues by compare all file both laravel 5.1 and laravel 8 missing one file to capture the like this problem from ControllerInspector from routing folder. so please help to solve this.. i can't write each method in web.php

astutesixface commented 3 years ago

any one can help this issue

ahinkle commented 3 years ago

This repository is for framework ideas and new features. For help please use the support channels: