Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.23k stars 157 forks source link

php artisan route:cache - 404 page not found #182

Closed SarajevoNo1 closed 3 years ago

SarajevoNo1 commented 3 years ago

Hi dear,

When I make php artisan route:cache in my app after installing your package , I got error 404 and cannot open any links, what should be solution ?!

Thanks!

Gummibeer commented 3 years ago

Hey,

I could imagine that it's not a real 404 but there's an underlying exception. Could you check your logs and possibly dump the exception in your exception handler if it's possibly ignored.

This package does nothing with your routing. The only thing could be a missing, cached, wrong configuration throwing an exception on package load. You could also run artisan config:clear to check if it's an outdated cached configuration.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days