How to Enable API Routes in Laravel 11+
#laravel #api
https://prostocode.com/posts/how-to-enable-api-routes-in-laravel-11+
In Laravel 11, the default routes/api.php file is removed, so API routes won't work out of the box. But it's easy to make it work again.