joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
698 stars 231 forks source link

facing problem while installing with laravel 9 #239

Closed isalman-developer closed 1 year ago

isalman-developer commented 2 years ago

when i try to install it in the laravel 9 i face the following error. any idea how can it be solved

    - joedixon/laravel-translation[v2.0, ..., 2.x-dev] require illuminate/support ^8.0 -> found illuminate/support[v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires joedixon/laravel-translation ^2.0 -> satisfiable by joedixon/laravel-translation[v2.0, 2.x-dev].
malozaibi commented 2 years ago

I have the same issue, I wish if you can add support for Laravel 9 as well as support for Vite instead of mix.

joedixon commented 2 years ago

Hey @isalman-khan - can you give it a try now?

joedixon commented 2 years ago

as well as support for Vite instead of mix.

Hey @malozaibi - Why do you need support for Vite, you don't need to build any of the assets?

joedixon commented 1 year ago

Closing as no reply. Feel free to reopen if you still have an issue.