Hi guys, i'am a new member here and maybe any person can help me with my problems when deploying my project in Laravel Cloud. So, the problems is i try to deploying my Laravel project into Laravel Cloud, and i have an error like in my image, or like this
> @php artisan package:discover --ansi
{"message":"Module [Sales] does not exist!","context":{"exception":{"class":"Nwidart\\Modules\\Exceptions\\ModuleNotFoundException","message":"Module [Sales] does not exist!","code":0,"file":"/var/www/html/vendor/nwidart/laravel-modules/src/FileRepository.php:290"}},"level":400,"level_name":"ERROR","channel":"local","datetime":"2025-03-06T13:52:48.372192+00:00","extra":{}}
In FileRepository.php line 290:
Module [Sales] does not exist!
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
For modules package, i used nwidart/laravel-modules. Maybe any person can help me with this?