Simcy Creative
  • What is Simcify
  • Requirements
  • Getting Started
  • Javascript Functions
    • Simple js Functions
    • Interaction Functions
      • Loader
      • Notifications
      • Credit Card Form
    • Helper Functions
      • Random
      • Cookies
      • Send to server(Ajax)
      • Server Responses
    • HTML helpers
      • Form Processing
      • Send onClick
      • Send onChange
      • Fetch & Display
      • Dropify
      • Switchery
      • Crop Image Input
      • Image Preview
  • PHP Functions
    • Introduction
    • Setup
    • Authentication
      • Login
      • Register
      • Forgot Password
      • Reset Password
    • Configuration
    • Email & SMS
      • SMS
        • Africa's Talking
        • Twilio
      • Email
    • Files Manager
      • Upload
      • Delete
Powered by GitBook
On this page
  1. PHP Functions

Setup

To setup Simcify on the server, ensure you have already met all the requirements.

Follow the steps listed below:

  1. From your cloned repository folder, run the command composer install

  2. Still in the same directory, copy the file .env.example to make a new .env file.

  3. Open and edit the .env file with all relevant values to your project. All database, mail, authentification and app variables are controlled by this file.

PreviousIntroductionNextAuthentication

Last updated 6 years ago