File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ at the ``app/config/parameters.yml`` and adjust as needed.
4848
4949Instead of ` phpcr_jackrabbit.yml.dist ` , use the ` phpcr_doctrine_dbal*.yml.dist `
5050files and create the database accordingly. If you have the PHP sqlite extension
51- available, this is the simplest to quickly try out the CMF. Copy one of the files
51+ available, this is the simplest to quickly try out the CMF. Copy the file
5252and then install the dependencies:
5353
54- cp app/config/phpcr_doctrine_dbal_<type> .yml.dist app/config/phpcr.yml
54+ cp app/config/phpcr_doctrine_dbal .yml.dist app/config/phpcr.yml
5555 php composer.phar install
5656
5757The Doctrine DBAL implementation is installed by default already along side the Jackrabbit implementation.
You can’t perform that action at this time.
0 commit comments