beyondcode / laravel-query-detector

Laravel N+1 Query Detector
https://beyondco.de/docs/laravel-query-detector/usage
MIT License
1.99k stars 138 forks source link

Unable to public the package in Laravel 7 #61

Closed Nilanth closed 4 years ago

Nilanth commented 4 years ago

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?

ryu022304 commented 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"

lypsisrudiansyah commented 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"

Thanks for this solution, it works

hasnatbabur commented 4 years ago

Please update the readme file. People feel confusing!

mpociot commented 4 years ago

Thanks, this is now fixed in the readme