Installation process does not continue #688
-
Hey, I'm running the command "sudo php artisan backpack:install" but while creating the users table, it does not continue. STEP 1 Installing Backpack CRUD. I've already tried it multiple times, and it just won't continue and shows me "RUNNING" for hours. The database connection is available and running well. PHP Version:PHP 8.2.10 (cli) (built: Sep 2 2023 06:59:22) (NTS) Composer.json:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @SaschaNe , If the automatic installation isn't working for you, for any reason, you can follow the manual installation process. If you already have the Let me know if that works for you, or you get a roadblock in the manual installation too. Cheers! |
Beta Was this translation helpful? Give feedback.
Hi @SaschaNe ,
If the automatic installation isn't working for you, for any reason, you can follow the manual installation process. If you already have the
users
table then indeed you don't need to run the migrations, so you can skip that step entirely.Let me know if that works for you, or you get a roadblock in the manual installation too.
Cheers!