Replies: 1 comment
-
Fixed this - I removed this in app.php
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running the latest version Laravel Orion (^2.23), and it works very well so far! I am having an issue when running the
php artisan route:cache
command (or running the optimize command which runs the route commands).I get the following error :
In my
app.php
if I comment out line 11 the error goes away, but I guess that isn't the correct way to sort this problem - any ideas?I can see the problem when I run artisan route:list - I have a duplicate set of endpoints, but like I said removing the line above in app.php fixes this - am I doing this the correct way?
Beta Was this translation helpful? Give feedback.
All reactions