Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.09 KB

Bootstrap Boxes Plugin

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.

Installation

To install this plugin, use the following command:

php artisan plugin:install offline.bootstrapboxes [email protected]:OFFLINE-GmbH/oc-bootstrap-boxes-plugin.git

Clarification

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.

Documentation

You can find the documentation regarding Third-Party-Plugins for OFFLINE.Boxes on the documentation website.