beyondcode/laravel-query-detector

Unable to public the package in Laravel 7

Nilanth opened this issue · 4 comments

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?

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
or
php 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