distributed-laravel
distributed-laravel copied to clipboard
Error while running "artisan vendor:publish"
I ran the command php artisan vendor:publish to publish the config file to laravel but it gave me this error. -
[ErrorException]
Argument 1 passed to Optimus\Api\System\Utilities::findNamespaceResources() must be of the type array, null given, called in C:\xampp\htdocs\project1\vendor\optimus\distributed-laravel\src\View
ServiceProvider.php on line 19 and defined
How do I resolve this?