Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 768 Bytes

development.md

File metadata and controls

76 lines (51 loc) · 768 Bytes

ガチ初回

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/

メール
http://127.0.0.1:2651/