Skip to content

Lanyard is a very simple OOP / Bootstrap Plugin for WordPress using Composer.

Notifications You must be signed in to change notification settings

adampatterson/Lanyard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lanyard

Lanyard is a very simple OOP / Bootstrap Plugin for WordPress using Composer.

Configuration

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.

Config.php

An array of key values, including plugin options.

Hooks

Checkout the WordPress Documentation for all the hooks and actions :)

Helpers

The configuration uses Laravel's Helpers. This gives us access to most of Laravels helper functions.

Composer

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!

About

Lanyard is a very simple OOP / Bootstrap Plugin for WordPress using Composer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages