Closed Nilanth closed 4 years ago
I run below command and it works
php artisan vendor:publish --provider=BeyondCode\\QueryDetector\\QueryDetectorServiceProvider
or
php artisan vendor:publish --provider="BeyondCode\QueryDetector\QueryDetectorServiceProvider"
I run below command and it works
php artisan vendor:publish --provider=BeyondCode\\QueryDetector\\QueryDetectorServiceProvider
orphp artisan vendor:publish --provider="BeyondCode\QueryDetector\QueryDetectorServiceProvider"
Thanks for this solution, it works
Please update the readme file. People feel confusing!
Thanks, this is now fixed in the readme
When we run this command
php artisan vendor:publish --provider=BeyondCode\QueryDetector\QueryDetectorServiceProvider
Getting this error Unable to locate publishable resources. Could you please help to resolve this issue?