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
648 stars 91 forks source link

Fix TS types, code styling, auth, publish #92

Closed ahtinurme closed 8 months ago

ahtinurme commented 8 months ago

This PR consists of 4 fixes:

  1. Fix global type because of the Ziggy change
  2. When running "publish" command in production environment, the callSilent hides away migration confirmation, thus failing the command
  3. Change from deprecated boolval to (bool) casting
  4. AuthenticationException is thrown as 500 status, so fall back using parent error handler rendering (login form in that case)
MohmmedAshraf commented 8 months ago

Thank you @ahtinurme