Skip to content

PSR-4 based plugin base for WordPress custom plugins.

Notifications You must be signed in to change notification settings

digamber89/New-Plugin-Base

Repository files navigation

Plugin Base

PSR-4 Autoload

  • Run composer dump-autload
  • Change Namespace in composer.json and see documentation for PSR-4 Autoload Implementation
 "psr-4": {"Digthis\\PluginBase\\": "includes/"}

to e.g.

 "psr-4": {"<NamespaceName>\\PluginBase\\": "includes/"}

Then in your terminal run

composer dump-autoload -o

Admin Settings

For Admin Setting run npm run start to start development. After all development is done run npm run build

About

PSR-4 based plugin base for WordPress custom plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published