Setup
To setup Simcify on the server, ensure you have already met all the requirements.
Follow the steps listed below:
From your cloned repository folder, run the command
composer install
Still in the same directory, copy the file .env.example to make a new .env file.
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.
Last updated