Skip to content

Commit b37524e

Browse files
committed
update readme
1 parent db37142 commit b37524e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
No need for the install tool anymore.
44
This Bundle comes with a command to update the database to reflect all changed made in the dca files.
5-
Furthermore you can now add admin user per command!
5+
Furthermore you can now add admin user per command, accept the license and do the whole first setup process with one command!
66

77
## Installation
88

@@ -27,6 +27,8 @@ app/console contao:database:update --help // prints help messages
2727
app/console contao:database:update -d // updates the database INCLUDING [d]rops
2828
app/console contao:database:addAdmin // interactive
2929
app/console contao:database:addAdmin -u username -a name -m mail -p password // for the pros
30+
app/console contao:license // accept the license
31+
app/console contao:setup // do all together + creates database if not exists
3032
```
3133
3234
## Register database updates to the composer post-update-cmd

0 commit comments

Comments
 (0)