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

500 when Model::shouldBeStrict() is used in the application #65

Closed ahtinurme closed 8 months ago

ahtinurme commented 10 months ago

Screenshot 2024-02-02 at 15 46 26 Screenshot 2024-02-02 at 15 46 31 Seems to be related more specifically to Model::preventAccessingMissingAttributes() Using the latest version (1.0.5)

MohmmedAshraf commented 10 months ago

Hello @ahtinurme,

Certainly, as the progress isn't stored in the database; it's dynamically calculated.

ahtinurme commented 8 months ago

I think this one can be closed as it falls back to Laravel framework itself, and I understand they are not planning to fix it.