Skip to content
Discussion options

You must be logged in to vote

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:

  1. I did a fresh laravel installation
  2. Updated DB config in .env
  3. Executed composer require backpack/crud
  4. Executed php artisan serve and got http://127.0.0.1:8000 access URL.
  5. Updated APP_URL with the access URL. We need to put the URL from where the application is currently accessible <-- We both missed this step
  6. Finally ran php artisan backpack:install which started working.

Thanks for reporting, let me know if you still face the issue.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jimcraner
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants