Files
symfony-flex-recipes-contrib/mukadi/wordpress-bundle/2.0/post-install.txt
T

6 lines
446 B
Plaintext

* update your 'public/index.php' file accordingly to the 'sf-wp-bootstrap.php' file in the root directory.
* Configure doctrine/dbal to ignore custom wordpress tables (such as tables generated by plugins)
* Add the WordpressBundle routing file in your `config/routes.yaml`, after your custom routes to catch all Wordpress routes.
* <fg=blue>Read</> the documentation at <comment>https://github.com/mbo2olivier/mukadi-wordpress-bundle</>