File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- # Execute TYPO3 Console commands in composer build process
1
+ # Execute TYPO3 Console commands in Composer build process
2
2
3
3
This is a composer package that aims to simplify running [ TYPO3 Console] ( https://github.com/TYPO3-Console/TYPO3-Console )
4
4
every time composer dumps autoload information, e.g. during a ` composer install ` run.
5
5
6
6
The following TYPO3 Console commands are executed:
7
7
8
- * ` install:generatepackagestates `
8
+ * ` install:generatepackagestates ` (only TYPO3 Console lower than 7.0)
9
9
* ` install:fixfolderstructure `
10
10
11
11
And in the case TYPO3 appears to be setup properly (` LocalConfiguration.php `
12
12
file is not missing) and running composer in dev mode (without ` --no-dev ` ) these
13
13
commands are also executed:
14
14
15
- * ` database:updateschema `
16
- * ` cache:flush `
17
- * ` extension:setupactive `
15
+ * ` extension:setup ` (or ` extension:setupactive ` in TYPO3 Console versions lower than 7.0)
18
16
19
17
See the [ command reference] ( https://docs.typo3.org/p/helhum/typo3-console/master/en-us/CommandReference/Index.html )
20
18
for details on these commands.
You can’t perform that action at this time.
0 commit comments