bolt / bolt/docs

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

Open
#1,047 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
45
Forks
189
PR merge metrics
No merged PRs in 30d

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`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.