zerospam / laravel-gettext

Adds localization support to laravel applications using PoEdit and GNU-Gettext.
99 stars 56 forks source link

Use Gettext in Laravel package not Laravel framework #20

Closed samuelchlui closed 5 years ago

samuelchlui commented 5 years ago

I am developing a Laravel package which does not have php artisan command support.

This Laravel package will be installed in my future Laravel project.

As I know Laravel-gettext need to use php artisan command to generate config, updated string, etc.

So can I use this Laravel-gettext package inside my Laravel package? Thanks!

(P.S. I can use Laravel-gettext in Laravel Project successfully)