mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
* Update your <fg=green>package.json</> file
|
|
* Update your <fg=green>webpack.config.js</> file
|
|
* Update your configurations
|
|
* Build your assets with
|
|
|
|
<fg=green>$ yarn encore dev</>
|
|
<fg=green>$ yarn routes:dump</>
|
|
|
|
<fg=green> Read more details about the steps:</>
|
|
<fg=blue> https://docs.enhavo.com/book/app-bundle/installation.html</>
|