Laravel 9 Attribute [feeds] does not exits #187
cihankusmez
started this conversation in
Bugs
Replies: 1 comment
-
I Added |
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
-
Hi,
Route:feeds() on web.php is working on localhost. But in production I'm recieving an error Attribute [feeds] does not exits. I'm using laravel 9 and I execute commands below after registering routes.
php artisan route:clear
php artisan config:clear
php artisan cache:clear
nothing changed. I had to comment Route::feeds() line
What should I do ?
Beta Was this translation helpful? Give feedback.
All reactions