matiux/php-project-autopilot

Installs: 3 605

Dependents: 4

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Language:Shell

pkg:composer/matiux/php-project-autopilot

dev-master 2023-07-26 13:27 UTC

This package is auto-updated.

Last update: 2025-09-26 18:50:57 UTC


README

Move scripts into project by adding cp command in composer.json file

{
  "scripts": {
    "post-install-cmd": [
      "bash vendor/matiux/php-project-autopilot/src/configure.sh"
    ],
    "post-update-cmd": [
      "bash vendor/matiux/php-project-autopilot/src/configure.sh"
    ]
  }
}

After installation, if necessary, customize check_all, setup functions and the list of supported operations by editing my_config.sh file.

You can also override existing functions:

cp tools/bin/project/override.template.sh tools/bin/project/override.sh