n ProviderRepository.php line 208: Class 'Yendiscart\HelloWorld\Providers\HelloWorldServiceProvider' not found
-
Please I need a support on this issue. I get this error anytime i am running "php artisan package:make-datagrid TestDataGrid ACME/TestPackage" check image below !https://ibb.co/WKvV02ml)
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
Thanks.
-
Hello @yendiscart ,
please run the following command first:composer require bagisto/bagisto-package-generator
then run the following command:
php artisan package:make-datagrid TestDataGrid ACME/TestPackageThanks!