📕
Sprnva Docs
  • Introduction
  • What's New?
  • Installation
    • Requirements
    • Download Sprnva zip no composer required
    • Install Sprnva Using Composer
    • Setup Config
  • Deployment
  • File Structure
  • Database
    • Select
    • SelectLoop
    • Insert
    • Update
    • Delete
    • Query
    • Seeder
    • Paginate
    • With
    • andFilter
    • withCount
    • get
  • Query Builder
  • Migration
    • INSTANCES
      • NEW
      • RENAMETABLE
      • DROP
      • CHANGE
    • DUMPS
      • dump
      • dump prune
    • MAKE
    • MIGRATE
      • migrate
      • migrate fresh
    • ROLLBACK
  • Routing
    • with parameter
    • multiple parameters
    • with closure
    • group
    • controller grouping
  • Controllers
    • methods
  • Views
    • Passing Parameters
  • Validation
    • validate
      • validation type
  • Authentication
  • Alert Messages
  • Default Helpers
  • CSRF Protection
  • Email
  • Packages
    • Fortify
  • Themes and Templates
Powered by GitBook
On this page

Deployment

It's easy to deploy Sprnva application to a hosting server no need to scratch your head with all of the configurations.

Instructions:

  1. Select all files and directories of your Sprnva application except for .git directory if present.

  2. Paste or drag the selected files and directories to your hosting's domain directory

  3. If config.php is not present, duplicate config.example.php and rename it to config.php.

  4. edit the config.php and fill in your credentials. Please check the base_url and match it to your hosting's domain directory

  5. If your application require a database, then add a database to your hosting.

  6. If you have migration file to migrate, you can migrate it using the migration module and click the migrate button.

  7. Change the environment to production in config.php

  8. You can now access your application.

Enjoy your sprnva flavoured application in a hosted server.

PreviousSetup ConfigNextFile Structure

Last updated 2 years ago