laravel new update, omits api.php and i can’t use it
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.”,