Giter VIP home page Giter VIP logo

wordpress-phoenix / wordpress-development-toolkit Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 4.0 1.52 MB

Generate WordPress Plugins using our Abstract Plugin Boilerplate

Home Page: https://packagist.org/packages/wordpress-phoenix/wordpress-development-toolkit

License: GNU General Public License v2.0

PHP 86.66% CSS 3.94% JavaScript 1.89% Shell 7.51%
wordpress wordpress-development wordpress-development-kit wordpress-plugin wordpress-plugin-boilerplate wordpress-plugin-library wp-plugin

wordpress-development-toolkit's People

Contributors

0averyan avatar akaufman3 avatar mr-ming avatar scarstens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wordpress-development-toolkit's Issues

no admin interface

hi when i click the /wp-admin/admin.php?page=wp-phx-dev-kit i just get a page with "awwyiss"
and that's all. what i'm doing wrong ?

add composer type to composer.json

"type": "wordpress-plugin",
which would allow you to composer install the plugin from the root of WP if you wanted to use it that way.

composer.json file not getting proper search-replace data

after doing a build, my composer file looks "default" as if it didn't get new data.

{
  "name": "usethelinter/<% SLUG %>",
  "description": "<% DESCRIPTION %>",
  "keywords": ["wordpress","site-options","utility","helper"],
  "homepage": "https://github.com/usethelinter/<% SLUG %>",
  "license": "GPL-3.0-or-later",
  "authors": [
	{
	  "name": "Code Devwalker",
	  "email": "[email protected]",
	  "homepage": "https://github.com/usethelinter",
	  "role": "Developer"
	}
  ],
  "require": {
	"WordPress-Phoenix/abstract-plugin-base": "^2.5"
  },
  "config": {
	"vendor-dir": "lib"
  },
  "autoload": {
	"classmap": ["/"]
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.