Deploy Krayin with Easypanel
-
Can anyone help me publish the KrayinCRM application on EasyPanel?
-
Hello @mego
You can publish KrayinCRM on EasyPanel by following these steps:
Prepare the project – clone the repo, install composer & npm dependencies, and build assets.
Configure .env – set database, app URL, and other environment variables.
Set permissions – link storage and give proper write permissions to storage and bootstrap/cache.
Run migrations – php artisan migrate --seed.
Deploy on EasyPanel – either via GitHub integration or Docker. Ensure the web root points to public/.
Run queues & scheduler – for background jobs and tasks.
With these steps, KrayinCRM should be successfully deployed on EasyPanel.
Note: For Further details you can check with the Easy Panel support team.
Warm Regards