File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
No need for the install tool anymore.
4
4
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 !
6
6
7
7
## Installation
8
8
@@ -27,6 +27,8 @@ app/console contao:database:update --help // prints help messages
27
27
app/console contao:database:update -d // updates the database INCLUDING [d]rops
28
28
app/console contao:database:addAdmin // interactive
29
29
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
30
32
` ` `
31
33
32
34
# # Register database updates to the composer post-update-cmd
You can’t perform that action at this time.
0 commit comments