project icon indicating copy to clipboard operation
project copied to clipboard

🚀 Repo to `composer create project` a Bolt 5 project.

Results 25 project issues
Sort by recently updated
recently updated
newest added

I read the available documentation on how to configure Bolt for production but there is no complete list of what files are unrequired or unsafe to store on the production...

When instaling bolt through composer `composer create-project bolt/project myprojectname` the mentioned folder **public/theme/base-2021** isn't created hence all post-install cmd fails: ` sh: 1: exec: php bin/console cache:clear --no-warmup --ansi: not...

In https://github.com/bolt/project/blob/php8/.github/workflows/ci.yml I've commented out the first job, because I couldn't figure out how to make it use PHP8 instead of PHP7.4. The `php8` branch obvs needs to run on...

Hello Boltheads and Docker Friends, i was using Bolt via composer setup in the past but in the last couple of years changed to completely dockerized servers. There are a...

I've created a fresh project using composer create-project bolt/project myproject "2.0.0-beta.6.1" When running docker compose up I get the following errors: > php_1 | setfacl: config: Not supported > php_1...

Hi @toofff, Following the discussion on the slack with this change from **composer.json** **"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"** => **"assets:install %PUBLIC_DIR%": "symfony-cmd"** everything is ok, so it looks like it...

Hello, I installed Bolt CMS using Composer with the command `composer create-project bolt/project myprojectname`. However, I chose not to install the fixtures during the setup `bin/console bolt:setup` as I didn’t...

Related: https://github.com/bolt/core/issues/3504 Fix security rule for project template.

Bump the PHP minimal version to 8.1.

dependencies