Quick StartΒΆ

After following the instructions under Installation, go to your app.php and add your models and pages like so:

<?php
// app.php
...
\SeoBakery\SeoBakeryPlugin::NAME => [
    'pages' => ['home', 'about', 'contact']
    'behaviorModels' => ['Articles']
],
...

With the above configuration, the plugin will attach the proper behaviors and components auto-magically.

Tip

Read Configuration to see what your options are for a more advance configuration.