Via Composer
Do not create .env
file just yet - Installer will generate one for you.
Running the Installation Wizard
After downloading its dependencies with:
you will need to install the software in order to get started. By this time you should be able to visit your site's URL which will redirect you to the installer: http://yoursite.com/installer
Using the CLI Installer
You will be prompted for details in order to proceed with the installation process.
You may need to run
ulimit -n 1024
before installing via CLI to temporarily increase your max open files limit.
Automating the CLI Installer
You can automate the installer by creating your own .env file with something like this:
The APP_KEY must be exactly 32 characters in length.
Then run the installer and indicate that the system is ready to install:
Last updated