platform icon indicating copy to clipboard operation
platform copied to clipboard

orchid:install not working for 14.14 on laravel 10.10

Open psycho3069 opened this issue 2 years ago • 2 comments

Describe the bug I tried to install orchid platform in a fresh laravel project but it is stuck on "php artisan orchid:install" step. Screenshot attached below

To Reproduce Steps to reproduce the behavior:

  1. follow the installation procedures mentioned in the docs upto the step where to run "php artisan orchid:install"

Expected behavior I expected the orchid template to be installed.

Screenshots image

Desktop (please complete the following information):

  • OS: Windows 11 Pro (version 22H2 - build 22621.2361)
  • Browser: chrome (Version 117.0.5938.132)

Server (please complete the following information):

  • Platfrom Version: [14.14.0]
  • Laravel Version: [10.10]
  • PHP Version: [8.1]
  • Database: [MySql]
  • Database Version: [8.0.30]

psycho3069 avatar Oct 04 '23 05:10 psycho3069

Before running the command, make sure that you have properly configured the database connection. You can specify these settings in the ".env" file (usually starting with "DB_") and ensure that they are correctly filled.

Once you have checked and updated the ".env" file, retry the installation process.

tabuna avatar Oct 05 '23 03:10 tabuna

It works with proper configuration! My configuration was bad! @tabuna

sjfarhanzaman avatar Jan 02 '24 12:01 sjfarhanzaman