You can check the output from php artisan route:list to check for your duplicate name.
If your code is the same you should also have this local if you run php artisan route:cache (but normally you don't run it local so you will not see it)
okay thanks alot i saw the duplicate in the route:list and read the error again and removed it from the web.route
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.