Level 47
Its in the routes directory: https://github.com/laravel/lumen/blob/5.3/routes/web.php
I think 5.3 is pointing to 5.3.0. The 5.3.3 branch is correct:
composer create-project --prefer-dist laravel/lumen=5.3.3 api5.3
1 like
Lumen Route documentation is wrong. In the 5.3 documentation they are saying route file belongs to routes/web.php but route file actually exist in app/http/routes.php
I used this command to install lumen 5.3: composer create-project --prefer-dist laravel/lumen=5.3 api5.3
Its in the routes directory: https://github.com/laravel/lumen/blob/5.3/routes/web.php
I think 5.3 is pointing to 5.3.0. The 5.3.3 branch is correct:
composer create-project --prefer-dist laravel/lumen=5.3.3 api5.3
Please or to participate in this conversation.