Canvas Install #1410
-
It's working fine on my development server. However, I'm struggling to install Canvas on my live production server with the php artisan canvas:install command. It just hangs without any indication of what the issue is. It also seems to hang on the php artisan canvas:migrate command, so perhaps related to the database config? I'm installing on an existing production server with users, so already have users registering and logging in to my site without an issue. Any thoughts on how I can work out what's going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems the only thing that wasn't working during was the final part to create the user. I'm not sure exactly why. The workaround was to use the php artisan canvas:user command to create a new use that would allow me to login for the first time. |
Beta Was this translation helpful? Give feedback.
It seems the only thing that wasn't working during was the final part to create the user. I'm not sure exactly why. The workaround was to use the php artisan canvas:user command to create a new use that would allow me to login for the first time.