Orion CMS php artisan command

Stb9612

New Member
Mar 28, 2018
16
2
Hello.

I have filled in the .env file correctly like the tut I follow.

The next one is already installed

  • Yarn
  • yarn build
  • composer install
IIS permissions are also correct

The only thing that doesn't want to work is the php artisan migrate --seed and php artisan key:generate

how do I fix that?
 

Attachments

  • Schermafbeelding 2024-11-23 033916.png
    Schermafbeelding 2024-11-23 033916.png
    151.7 KB · Views: 2

j3lk5d0x

New Member
Oct 16, 2024
6
0
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=database_name
DB_USERNAME=user
DB_PASSWORD=password

Make sure you have the settings in your env correctly.

If you need support I can help you add me to discord: sml__zm
 

Users who are viewing this thread

Top