Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Scaffold Command Laravel Package

wp-cli/scaffold-command

WP-CLI scaffold-command generates boilerplate code for WordPress: plugins, themes (including _s/Underscores), child themes, blocks, post types, and taxonomies. Create ready-to-customize files fast, with options like activation, network enablement, and overwriting.

View on GitHub
Deep Wiki
Context7
v2.5.7
  • Fix tests involving WordPress 7.0 [#386]
v2.5.6
  • Fix child-theme scaffold error when --path contains relative segments [#384]
  • Fix sed delimiter conflict with Windows-style paths in install-wp-tests.sh [#383]
v2.5.5
  • Tests: Improve Windows compatibility [#382]
  • Sanitize theme slugs for usage in PHP function names [#381]
  • Fixing plugin-github.mustache so it executes correctly [#379]
  • Tests: improve Windows compatibility [#377]
v2.5.4
  • scaffold child-theme: add RTL stylesheet support via wp_style_add_data() [#372]
  • Fix child theme activation failure on subsequent runs with different slug and name [#369]
v2.5.3
  • Fix newly reported PHPStan errors [#370]
  • Add strict slug validation for plugin-tests and theme-tests commands [#358]
v2.5.2
  • Fix test involving WordPress trunk [#360]
v2.5.1
  • Fix tests for Hello Dolly [#355]
  • Adds ABSPATH check in plugin.mustache file [#353]
v2.5.0
  • Fix Gherkin lint issues [#351]
  • Require wp-cli/wp-cli v2.12 [#349]
  • Update templates for child theme scaffolding [#342]
  • Update cpt and taxonomy scaffold [#341]
  • Update GitLab CI config file [#338]
  • Remove grunt from plugin scaffolding [#337]
v2.4.0
  • PHPUnit template: convert deprecations to exceptions [#348]
  • Composer: prevent a lock file from being created [#347]
  • Add dependency checks and error handling for svn and download tools [#345]
  • Regenerate README file [#344]
  • Accept Bitbucket as valid CI in scaffold plugin [#340]
  • Update Bitbucket CI [#339]
v2.3.0
  • Update theme tests to remove P2 and use TwentyTwelve [#336]
  • Correct plugin main file in bootstrap in scaffolded test [#335]
  • Scaffold theme test should work in PHP greater than 8.0 [#334]
  • Regenerate README file [#333]
  • Add GitHub as valid CI for plugin and theme scaffold [#331]
  • Update scaffold command examples [#329]
v2.2.0
  • Add [@require-mysql](https://github.com/require-mysql) for tests with explicit MySQL dependency [#326]
  • Remove Travis CI from wp scaffold plugin-tests [#325]
v2.1.3
  • Update to WPCS v3 [#324]
  • Run test only on PHP 7.0+ [#323]
v2.1.2
  • Only install trunk on PHP 7.0+ [#321]
v2.1.1
  • Add composer phpcbf and allow wordpress-core-installer [#319]
  • Replace empty namespace autoloader with classmap [#318]
v2.1.0
  • Update the github URL for db.php [#317]
  • Add phpcompatibility-wp coding standards to Gitlab template [#315]
  • Use platform-agnostic mysql-client packages in Gitlab CI [#314]
  • Added vendor to the generated .gitignore which the scaffold creates. [#279]
v2.0.18
  • Add backup files ending with tilde to default .distignore [#273]
v2.0.17
  • Deprecate wp scaffold block in favor of [@wordpress](https://github.com/wordpress)/create-block [#311]
  • Add testsuite name in phpunit.xml.dist [#310]
v2.0.16
  • Allow for diverging PHPUnit version specifics in tests [#304]
  • Allow Composer plugins to run [#303]
  • Add php 8.1 support [#301]
v2.0.15
  • Fix testing on WP trunk [#297]
  • .distignore: ignore .github directory [#295]
  • Remove Travis config [#294]
v2.0.14
  • Regenerate README file [#290]
v2.0.13
  • Use version range for wp-cli/wp-cli-tests dependency [#289]
  • Move wp-cli/wp-cli-tests to dev dependecies and update [#288]
  • Fix variables in tests [#284]
  • Add missing clean-up in templates/install-wp-tests.sh [#283]
  • Add updated GHA testing workflow [#282]
v2.0.12
  • Fix PHPCS issues for post-types [#276]
  • Add a callback for the bulk messages for post-types [#275]
v2.0.11
  • Keep test suite in sync with WP files when testing trunk/nightlies [#271]
v2.0.10
  • GitHub workflow files should be ignored on build [#270]
  • Make use of $EXTRA connection settings in install_db() [#269]
  • Add PHP version 7.3, 7.4 into matrix on Travis CI [#268]
  • WP_CORE_DIR does not need a trailing slash [#266]
  • Updated minimum required PHP version to 5.6 [#265]
  • Bump PHPCS compatibility tests to new PHP 5.6+ minimum [#264]
  • Scaffold block support for child theme. [#242]
v2.0.9
  • Update plugin/theme test scaffolding [#262]
  • Bump Travis CI OS from trusty to xenial [#260]
  • Enforce PHP 7.4 compatibility in Travis CI [#259]
  • Use longer option names in install_db() to avoid stalling CIs [#255]
  • Fix Travis CI sudo warning [#254]
  • Deal with existing database in test init script [#249]
v2.0.8
  • Fix Travis TLS handshake error [#245]
  • Include --ignore-externals when running svn co [#243]
v2.0.7
  • Add preliminary PHP 7.4 testing [#240]
  • Required PHP version header [#238]
  • Fix deprecated whitelist code flag [#236]
  • Switch test prep feature from global PHPUnit to local PHPUnit [#235]
  • Add a minimum php requirement [#234]
  • Scripts added to plugin package.json [#225]
v2.0.6
  • Update README.md file [#223]
  • Fix renamed command in bundled commands manifest [#222]
v2.0.5
  • Enhancement: Add PHP 7.3 to Travis CI build matrix [#221]
  • Implement CS checking based on the WP_CLI_CS ruleset [#220]
  • PHPCS: fix up the code base [3] - strict comparisons (second try) [#218]
  • Rename _s method to underscores and provide alias for backcompat [#217]
  • Rename scaffold method to get rid of underscore prefix [#216]
  • PHPCS: fix up the code base [5] - multi-line function calls [#215]
  • PHPCS: fix up the code base [4] - assignments in conditions [#214]
  • Prefix variables in global namespace [#213]
  • PHPCS: fix up the code base [3] - strict comparisons [#209]
  • PHPCS: fix up the code base [2] - scope modifiers [#208]
  • PHPCS: fix up the code base [1] - whitespace & inline control structures [#207]
  • QA: don't unnecessarily use array_merge() [#206]
  • QA: don't unnecessarily create variables within a function call [#205]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#204]
  • Prevent creating unregisterable blocks due to invalid plugin slug [#203]
  • Add dependencies.yml to plugin .distignore [#202]
  • Add DeployHQ .deployignore to ignored files in .distignore [#201]
  • Ignore various JavaScript config files in plugin .distignore [#200]
  • Update links to blocks documentation [#199]
v2.0.4
  • Split up the list of expected files to allow for WP 5.0+ changes [#195]
v2.0.3
  • Run docker-php-ext-install with sudo -E in CircleCI [#188]
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views