Closed cleargoal closed 6 months ago
are you have a solution ?
No, I haven't.
Yes. It works as expected. Check middleware settings in trasnlation-manager config.
'route' => [
'prefix' => 'translations',
'middleware' => [
'web',
'auth', // check if you are logged in
],
],
Thank you! Now it works in Laravel 11 too. So, it's solved.
I close it as I'm starter
I didn't know the answer, but I tried to use it with the newest Laravel.
I published migrations, config, and views by the commands you provided in readme. But I have not published either ManagerServiceProvider.php or TranslationServiceProvider.php and not the routes file. Is it the correct published result? What did I miss?
Problem: Now I can't start the translation manager at http://yourdomain.com/translations.
Please, direct me or fix this. Thank you!