审计师 要求 // 去做 API 怎么跑 $: cd api $: composer install --dev ; setup configuration for database migration $: vim phinx.yml ; execute database migrations $: vendor/bin/phinx migrate -e development ; database seeds $: vendor/bin/phinx seed:run ; run development webserver $: php bin/console server:run 有用的脚