mkdir backend
make create-project
make install-recommend-packages
これも
declare(strict_types=1);
※Windows は標準で make コマンド無いので、別途インストールまたは WSL 側でコマンド叩いて実行してください。
make init
データベースクリア
make fresh
テスト
make test
Larastan による静的解析
make stan
それ以降
make up
npm install
make npm-install
ide-helper
make ide-helper
Mysql 直打ち
make sql
ローカルホスト
http://127.0.0.1:2649/
PHPMyAdmin
http://127.0.0.1:2650/