mcamara / laravel-localization

Easy localization for Laravel
MIT License
3.36k stars 512 forks source link

Class "Inertia\Inertia" not found error #891

Open pixsolution opened 8 months ago

pixsolution commented 8 months ago

Hello, I followed this issue https://github.com/mcamara/laravel-localization/issues/773 for my laravel jestream with livewire project and almost work everything but when I enter in jestream views for eg. http://localhost.com/es/user/profile it show me "Class "Inertia\Inertia" not found error" I think it's because I moved all the routes from the jetstream vendor to my routes file...do you think that's it? If so, how to solve it?