A project management app derived from Mind-Vision-Code
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Daniel Covington 06cbadef37 Build Project Compass project management app il y a 2 semaines
..
README.md Build Project Compass project management app il y a 2 semaines
migrate.php Build Project Compass project management app il y a 2 semaines
seed_projects.php Build Project Compass project management app il y a 2 semaines

README.md

Scripts

This directory holds project PHP scripts that are meant to be run from the command line.

Examples:

php scripts/migrate.php up
php scripts/migrate.php status
php scripts/migrate.php fresh --seed
php scripts/seed_projects.php --reset

Guidelines:

  • Put CLI-only PHP entrypoints here.
  • Keep reusable logic in core/, app/, or database/.
  • Let scripts stay thin and call into application classes or helper functions.

Powered by TurnKey Linux.