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

Fixed issue with create contributor command #86

Closed amshehzad closed 8 months ago

amshehzad commented 8 months ago

This PR fixes the issue #79 The problem is with how laravel Prompt works. it does not work property with the integer keys as discussed here https://github.com/laravel/prompts/issues/119

So we needed a work around which I added.

MohmmedAshraf commented 8 months ago

Thanks @amshehzad