Open PayneWheat opened 2 years ago
The routes in routes/web.php are more bloated than necessary. They can be grouped together by their shared middleware (auth and verified).
routes/web.php
auth
verified
Description
The routes in
routes/web.php
are more bloated than necessary. They can be grouped together by their shared middleware (auth
andverified
).References