mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
6 lines
446 B
Plaintext
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</>
|