Basset error on "php artisan backpack:install" #811
-
I have a fresh Laravel 10.41.0 install with Breeze and nothing else. I downloaded backpack/crud 6.5 via composer but when I try to run the backpack:install command, I consistently get this error: `Initializing basset check ..................................................................................... DONE ERROR Error fetching the file. │ Backpack Basset failed to check it's working properly.` I've tried the following in various combinations:
I would be grateful for any other suggestions. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @jimcraner I tried the same to confirm and I faced the same error. There was a step we both missed. I think we should highlight it in the docs so others don't face it.
Thanks for reporting, let me know if you still face the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @karandatwani92 -- you are correct, that solved it. I can't believe I missed it. But at least I wasn't alone :-) Thanks a lot! Have a great day! |
Beta Was this translation helpful? Give feedback.
Hi @jimcraner
I tried the same to confirm and I faced the same error.
At first, I thought it was a BUG. It's NOT.
There was a step we both missed. I think we should highlight it in the docs so others don't face it.
Let's do a recap:
composer require backpack/crud
php artisan serve
and gothttp://127.0.0.1:8000
access URL.php artisan backpack:install
which started working.Thanks for reporting, let me know if you still face the issue.