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

Routes enhancement and views return types added #22

Closed shahghasiadil closed 1 year ago

MohmmedAshraf commented 1 year ago

Thank you

shahghasiadil commented 1 year ago

@MohmmedAshraf there's a good issue to work on it but I'm not familiar with Livewire

MohmmedAshraf commented 1 year ago

@shahghasiadil I would like to help you resolve the issue, Can you please provide more information about the issue, such as error messages or reproduction steps, so that I can better understand the problem and work on finding a solution?

shahghasiadil commented 1 year ago

@MohmmedAshraf I want run php artisan translation:import from ui side when non of the import exists there will be a button for import translate once clicked on it and it will run import command if command failed it won't be imported otherwise it will import the translations I think I can do it in Livewire too but let's try

shahghasiadil commented 1 year ago

@MohmmedAshraf laravel has this feature when you're accessing model and migration isn't migrated they say run this command from ui side