Error Conatiner.php with Terminal translation / composer

Laraship QuestionsCategory: TechnicalError Conatiner.php with Terminal translation / composer
Martin Kutter asked 5 years ago
Hi Latest Laraship with Laravel 6 (installed today, Oct 10th 2019). Calling any kind of translation, even composer UPDATE I get the following error (example with translation): Command
php artisan translate --theme=my-theme --namespace=Ecommerce --from=en --to=fr Error
In Container.php line 806:
Target class [Corals\Foundation\Console\Commands\CoralsInstallation] does not exist. In Container.php line 804:
Class Corals\Foundation\Console\Commands\CoralsInstallation does not exist Command
composer update Error
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi In Container.php line 806:

Target class [Corals\Foundation\Console\Commands\CoralsInstallation] does n
ot exist. In Container.php line 804:

Class Corals\Foundation\Console\Commands\CoralsInstallation does not exist   This occurred after updating to "Base Foundation" version 4.2. How can this be fixed? Regards. Martin
2 Answers
laraship Staff answered 5 years ago
Hello, Please update Foundation to 4.3 and run the composer : composer dump
laraship Staff answered 5 years ago
Hello Martin, This is a new version pushed by Guzzle Http this weekend, we just released a new update, please download and test.