orchidsoftware / platform

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
https://orchid.software
MIT License
4.26k stars 631 forks source link

orchid:install not working for 14.14 on laravel 10.10 #2721

Closed psycho3069 closed 1 month ago

psycho3069 commented 9 months ago

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):

Server (please complete the following information):

tabuna commented 9 months ago

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.

sjfarhanzaman commented 6 months ago

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