Installation
Step 1. Create your project using composer
. This will install the basic set of dependencies and files.
Step 2. Configure your environmental variables. This can be done by copying config-example.php
to config.php
and adding your own details.
You can also use environmental variables in Apache, Heroku, or on the command line.
Step 3. Install the database.
Step 4. Point your web server at the public
directory.
Step 5. Open it up in your web browser and go to /setup
to install your admin user.
Last updated