[Bolt 4] Document bin/console bolt:setup with --no-fixtures and --fixtures options

Open Beginner friendly
#1,047 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
php
Domain
documentation

Research direction

Review the current documentation for the setup commands shown in the issue, starting with the bin/console bolt:setup entry point. Document the --no-fixtures and --fixtures options alongside the existing setup examples, explaining that they control whether dummy content is added. Done when both commands and their effect are clear to readers.

Written by the indexing model from the issue text.

Description

In the current Docs you can setup a project running:

# In one go
bin/console bolt:setup

# As separate steps
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console bolt:add-user --admin
bin/console doctrine:fixtures:load

We could also mention that the options --no-fixtures and --fixtures exist to add or not dummy content.

bin/console bolt:setup --no-fixtures
bin/console bolt:setup --fixtures

Dominant language
PHP
Stars
45
Forks
189
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from bolt/docs

All issues in bolt/docs

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.