potsky / laravel-localization-helpers

🎌 Artisan commands to generate and update lang files automatically
GNU General Public License v3.0
187 stars 38 forks source link

Laravel 5.3 support #41

Closed pifoux2000 closed 7 years ago

pifoux2000 commented 7 years ago

any plan to release it soon ? Or is there any work around to install it in a laravel 5.3 application?

potsky commented 7 years ago

I will release a new version these days. I can check the 5.3 version support by the way.

potsky commented 7 years ago

There is an error when you execute the command or you cannot install it ?

pifoux2000 commented 7 years ago

Composer refuses to install it as laravel 5.2.* is required in the package composer.json file. I didn't manage to install it manually either. Great package by the way.

imbrish commented 7 years ago

I've been waiting for updates on this package for so long. Great to see you're back!

potsky commented 7 years ago

Hey :-) Thanx !

I was obliged to take a break for almost 6 months for private reasons. I had no more computer and no more time to answer. But I am back and I have bought a new powerbook so here we go! I just need to install all stuffs to develop and all my projects will be up to date. Stay tuned...

potsky commented 7 years ago

Hi @pifoux2000,

I just have pushed a new branch for Laravel 5.3.

You should require the package with this version match 2.4.* in composer.

Can you tell me if it is ok on your installation please?

pifoux2000 commented 7 years ago

Hi @potsky

thank you very much it worked perfectly :-)

potsky commented 7 years ago

Cool!