conedevelopment / i18n

Push your Laravel translations to the front-end and use them easily with JavaScript.
https://pineco.de/using-laravels-localization-js/
MIT License
129 stars 21 forks source link

Fix laravel workflow #40

Closed szepeviktor closed 6 months ago

szepeviktor commented 7 months ago
szepeviktor commented 7 months ago

@iamgergo Laravel v9 runs on PHP 8.0 https://github.com/laravel/framework/blob/9.x/composer.json#L18 but we have a problem.

szepeviktor commented 7 months ago

In Laravel v9 it is vendor:publish --tag=lang

szepeviktor commented 7 months ago

No tests for Laravel v9?