Add the lib to your composer.json, run composer require novactive/ezseobundle
to refresh dependencies.
Then inject the bundle in the bundles.php
of your application.
Novactive\Bundle\eZSEOBundle\NovaeZSEOBundle::class => [ 'all'=> true ],
Make sure you add this route to your routing:
# config/routes.yaml
_novaezseo_routes:
resource: '@NovaeZSEOBundle/Resources/config/routing/main.yaml'
It is used in command Add field SEO in Content Type
novactive.novaseobundle.default.admin_user_id: NEW_ADMIN_ID
See the file bundle/Resources/sql/schema.sql
You also need to run:
php bin/console ibexa:graphql:generate-schema
Add a #
at the beginning of the line
#rewrite "^/robots\.txt" "/robots.txt" break;
#RewriteRule ^/robots\.txt - [L]