Deployment & Git

Manage .env and run migrations from the panel

Manage .env and run migrations from the panel

For Laravel (and other framework) deployments, SoftServer lets you handle configuration and database tasks from the dashboard.

Edit your .env

  • View and update the application's .env from the panel.
  • Sync environment values so the app has the database credentials, app key and settings it needs.
  • Repair the app key or sessions if the app reports configuration errors.

Run database migrations

  • Trigger Laravel migrations from the panel to build or update your schema.
  • Check the database schema status to confirm tables are in place.
  • Seed a table when you need starter data.

Artisan commands

Run common Artisan tasks from the panel, so you can clear caches, migrate and manage the app without opening a terminal — though the browser terminal is there if you prefer it.

Composer and Node

Install or update Composer and npm dependencies for the deployed app directly from the dashboard.

Related Articles