Skip to main content
Jack Sleight .DEV

Installation

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

composer require jacksleight/statamic-bard-texstyle
composer require jacksleight/statamic-bard-texstyle

Then publish the config file:

php please vendor:publish --tag=statamic-bard-texstyle-config
php please vendor:publish --tag=statamic-bard-texstyle-config

Enable Pro Edition

If you're using the Pro edition you can enable it by opening config/statamic/editions.php and adding it to the addons list:

'addons' => [
'jacksleight/statamic-bard-texstyle' => 'pro',
],
'addons' => [
'jacksleight/statamic-bard-texstyle' => 'pro',
],