Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

400B

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.