This plugin is an example implementation of a plugin for the OFFLINE.Boxes plugin.
It provides ready-to-go Boxes based on Bootstrap's examples.
To install this plugin, use the following command:
php artisan plugin:install offline.bootstrapboxes [email protected]:OFFLINE-GmbH/oc-bootstrap-boxes-plugin.git
By default, you place your Boxes partials in your theme directory. oc-bootstrap-boxes-plugin
is a third-party Boxes plugin that you can install in any project. It installs all code in the plugins/
folder and never touches your theme.
However, the partial structure in the partials/
folder of this plugin is the same as you would use in a theme, so feel free to use it as a reference.
You can find the documentation regarding Third-Party-Plugins for OFFLINE.Boxes on the documentation website.