Please help me install composer error

Laraship QuestionsCategory: TechnicalPlease help me install composer error
Burhan Efendi asked 2 years ago
Why this error? composer/package-versions-deprecated: ...done generating version class
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi In Connection.php line 712: SQLSTATE[28000] [1045] Access denied for user 'forge'@'localhost' (using password: NO) (SQL: select column_name as `column_name` from information_schema.columns where table_schema = forge and tabl
e_name = roles)
In Exception.php line 18: SQLSTATE[28000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)
In PDOConnection.php line 40: SQLSTATE[28000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
Attachments
1 Answers
Best Answer
laraship Staff answered 2 years ago
Hello, The team was able to find the issue, while fixing it you can comment the line 48 at /Corals/core/User/UserServiceProvider.php  $this->registerCustomFieldsModels();   and uncomment it when you finish installation