Skip to content

post-install-cmd #1

@stickeepaul

Description

@stickeepaul

Both this package and the https://github.com/stickeepaul/laravel-code-style package run into an issue when installing on a brand new project.

As no grumphp.yml file exists, the GrumPHP package runs its own post-install-cmd which creates a blank one.

These two projects therefore need to run their own post-install-cmd which copy the /dist files over on installation. This isn't possible with Composer however GrumPHP gets around this by registering itself as a Composer plugin which does run the post-install-cmd.

These two packages need their own copy of this code which will run on installation so that the default grumphp.yml file is replaced by the one contained in these packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions