Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Daniel Covington af50885a19 init před 1 dnem
..
README.md init před 1 dnem
migrate.php init před 1 dnem

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

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.