您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Daniel Covington af50885a19 init 1 天前
..
README.md init 1 天前
migrate.php init 1 天前

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.