我需要在我的项目中安装 Laravel 图表。安装后
composer require consoletvs/charts:6.*
我有这个错误:
[RuntimeException]
Could not scan for classes inside "database/factories" which does not appear
to be a file nor a folder
因此,当我在 App 文件夹中复制我的提供和别名后,我得到了:
Class 'ConsoleTVs\Charts\ChartsServiceProvider' not found
任何人都可以帮忙吗?