Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Daniel Covington 1a3923d291 Add CLI migration workflow, scripts directory, and employee directory improvements vor 3 Tagen
..
README.md Add CLI migration workflow, scripts directory, and employee directory improvements vor 3 Tagen
migrate.php Add CLI migration workflow, scripts directory, and employee directory improvements vor 3 Tagen
seed_employees.php Add CLI migration workflow, scripts directory, and employee directory improvements vor 3 Tagen

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_employees.php 1000

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.