since the LARAVEL omits the API.PHP, when I define the routes, Route:: API Resource(‘students’, Student Controller::class); and I access http://localhost:8000/api/students I get “The route API/students could not be found.”,
i have tried a lot like: PHP artisan route :clear(cache and list), but it does not work
New contributor
Murtaza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.