vanilophp / demo

Vanilo Demo Application
https://vanilo.io/docs/
190 stars 54 forks source link

Class "Konekt\AppShell\Providers\ModuleServiceProvider" not found #108

Closed Rub-s closed 2 years ago

Rub-s commented 2 years ago

Hello,

I get this error when running composer install

error : Class "Konekt\AppShell\Providers\ModuleServiceProvider" not found Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1

fulopattila122 commented 2 years ago

Which branch did you use? What is your PHP version? Any other error message before the given error message?

Rub-s commented 2 years ago

I was installing with php -v 8.1 😅 I was changing php version in composer.json. I now installed the demo with php -v 7.4 and it works like a charm 😀

Big props for your work man. And thank you for your quick response.

fulopattila122 commented 2 years ago

The master branch of this repo is bound to PHP8.x/Vanilo 3.x but I have to admit that it's lagging quite a lot behind the latest changes of the framework.

Probably this will get a major update by November, but I can't promise :angel: