| currentMenu |
|---|
getting-started |
As BoomCMS is based on Laravel it requires the same PHP version and extensions as Laravel.
In addition to Laravel's system requirements, BoomCMS also needs the imagick PHP extension.
Installation is done via Composer
composer create-project boomcms/boomcms <directory>
You will then need to ensure that the storage and bootstrap/cache directories are writable by your webserver.
After configuring your web server you can then go to the new Boom site in your browser to complete the installation.