Installation / Composer / Adding to an existing project
Note: You are currently reading the documentation for Bolt 3.7. Looking for the documentation for Bolt 5.2 instead?
If you already have a Composer project setup then run this command inside the root directory:
composer require bolt/bolt ^3.7
If you use this method you will need to bootstrap Bolt yourself, depending on when you want to dispatch requests to Bolt. For some ideas of how to set up a bootstrap file see the Creating your own Bootstrap page.
Next Steps¶
Permissions¶
Bolt needs to be able to write data to a number of folders. For example the
cache/
folder, and the files/
folder where uploaded images and other files
will be saved.
Generally, servers should be fine with the default permissions. If your server needs to have the permissions set manually, you'll immediately notice when opening your new install in a browser window, because you will greeted by an error, and the message that you should fix this. If this happens, and you require guidance on setting up permissions, see our File System Permissions page.
Finishing Set-up¶
After you've done this, skip to the section Setting up Bolt.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.