Lanyard is a very simple OOP / Bootstrap Plugin for WordPress using Composer.
Update the details in /plugin.php
, checkout the WordPress Plugin Development docs for more information on that.
Next, Search and replace PluginNameSpace
with your plugins namespace, or leave it alone. Your call.
The rest should be straight forward and commented in the code.
An array of key values, including plugin options.
Checkout the WordPress Documentation for all the hooks and actions :)
The configuration uses Laravel's Helpers. This gives us access to most of Laravels helper functions.
Includes:
- "erusev/parsedown"
- "laravel/helpers"
Keep or remove any package you like, Just note the the helpers rely on laravel/helpers
so adjust accordingly.
Don't forget to composer update!