SupportHow it worksChecklistFAQ Start HostingLogin
Laravel hosting

Deploy Laravel 12 or 13. Keep the hosting flow clear.

Use the Laravel project you already built. RamNaym Cloud gives Laravel its own deployment path instead of treating it like a generic PHP folder.

Laravel 12 Laravel 13 Composer + Vite assets
project / deploymentReady
my-projectLaravel hosting
SourceZIP / GitHub
BuildPlatform managed
ResultPublic URL
artisan composer.json package.json # optional Vite assets app/ routes/ public/
What is supported

Laravel gets its own application path

Laravel is validated separately from plain PHP so framework-specific project structure can be handled more safely and clearly.

Laravel 12

Supported major version.

Laravel 13

Supported major version.

Composer

Backend dependencies are part of the Laravel build path.

Vite assets

Laravel frontend assets can be validated and built when present.

How to deploy

From your project to a live deployment.

Keep the process beginner-friendly: choose the correct stack, add the source, then use the build logs to follow the deployment.

Choose Laravel

Create a Web App, choose PHP as the runtime and Laravel as the framework.

Upload or import

Add the Laravel source from ZIP or GitHub.

Deploy

Follow the framework-specific build logs until the application is ready.

Before you deploy

Quick project checklist

These checks reduce common deployment mistakes and match the runtime behavior used by RamNaym Cloud.

  • Use Laravel 12 or 13.
  • Keep composer.json in the application project.
  • Keep required Laravel source files inside the uploaded project.
  • Use deployment environment variables instead of relying on an uploaded .env file.
Explore related hosting

Use the page that matches your project.

Each landing page focuses on a real stack supported by the platform, so you can read the relevant deployment information without unrelated setup steps.

Common questions

Simple answers before you deploy.

These are the questions developers usually ask when moving this type of project from local development to hosting.

How do I host a Laravel project?

Choose PHP and Laravel in Create Server, add the project from ZIP or GitHub, and deploy.

Which Laravel versions are supported?

The current platform code supports Laravel 12 and Laravel 13.

Is Laravel handled like plain PHP?

No. Laravel has a separate application type and framework-specific validation path.

Can Laravel projects use Vite assets?

The Laravel deployment code includes validation for optional Vite frontend assets.

Ready to put the project online?

Use ZIP or GitHub, choose the matching runtime and follow the build from one dashboard.