Any way to install Krayin in a shared server? #2280
|
Hi, is there a any package to install Krayin in a shared server (without access to ssh - without using the composer cmd? like just deploy the package at the public_html folder and get it installed? Thanks |
Answered by
VikassWebkul214254
Jul 28, 2025
Replies: 2 comments
|
Hi, you can do that via Plesk using "Git Repositories" to the last version or using Softaculous (deprecated version 2.0.4) |
0 replies
|
Krayin is built on Laravel, which requires certain setup steps to run correctly. Please ensure your package is deployed as a proper Laravel application. Required steps:
Without these steps, the application will not function properly. If your hosting doesn’t support SSH or Composer, you can install Krayin locally and upload the entire project (including the vendor folder) to your server. |
0 replies
Answer selected by
VikassWebkul214254
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jmourinho
Krayin is built on Laravel, which requires certain setup steps to run correctly. Please ensure your package is deployed as a proper Laravel application.
Required steps:
Without these steps, the application will not function properly. If your hosting doesn’t support SSH or Composer, you can install Krayin locally and upload the entire project (including the vendor folder) to your server.