I download latest laravel project v5.3.10 but i cannot find route file and some others.
routes.php
is no longer exists in Laravel 5.3 but there is a new routes directory on your root project folder, it contains two files web.php
and api.php
.
Those two files provide more explicit guidance in how to split the routes for your web interface and your API. The routes in the api route file are automatically assigned the api prefix by the RouteServiceProvider.
for further informations check Laravel 5.3 release notes.
You have the routes
directory in the root of your application.
The route file in a directory. Please check this,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With