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

Grumphp Laravel Package

phpro/grumphp

GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically.

View on GitHub
Deep Wiki
Context7

NPM script

The NPM script task will run your configured npm script. It lives under the npm_script namespace and has following configurable parameters:

# grumphp.yml
grumphp:
    tasks:
        npm_script:
            script: ~
            triggered_by: [js, jsx, coffee, ts, less, sass, scss]
            working_directory: "./"
            is_run_task: false
            silent: false

script

Default: null

This option specifies which NPM script you want to run. This option is set to null by default. This means that grumphp will stop immediately. Note that this script should be used to verify things. It is also possible to alter code during commit, but this is surely NOT recommended!

triggered_by

Default: [js, jsx, coffee, ts, less, sass, scss]

This option will specify which file extensions will trigger the NPM script. By default, NPM script will be triggered by altering any file. You can overwrite this option to whatever file you want to use!

working_directory

Default: "./"

This option specifies in which directory the NPM script should be run.

is_run_task

Default: false

This option will append 'run' to the npm command to make it possible to run custom npm scripts.

silent

Default: false

This option will append '--silent' to the npm script to suppress npm ERR! messages from showing.

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.
cadot.eu/make
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
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