79199875

Date: 2024-11-18 12:22:59
Score: 1
Natty:
Report link

use below command in terminal to get all your laravel routes based on their name,this will help you to find all routes

php artisan route:list --name

and look it up for the route named "login"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hossein Hashemi