No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Daniel Covington af50885a19 init hace 1 día
..
README.md init hace 1 día
migrate.php init hace 1 día

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.