MohmmedAshraf / laravel-translations

Laravel Translations UI package provides a user-friendly interface for managing translations in your Laravel application. It simplifies tasks such as adding, editing, deleting, and exporting translations. The package also includes a handy search feature and the ability to invite collaborators for easy translation management
MIT License
615 stars 84 forks source link

why is there a login page #127

Open rabol opened 1 month ago

rabol commented 1 month ago

How can i remove the login page?

I only plan to use the tool in my local environment

Sagmedjo commented 1 month ago

You can just create a user with the php artisan translations:contributor command:

And that should be it. There is currently no easy way to disable the middleware from outside the package's source code.