株の取引を記録する日記
- Ubuntu: 22.04.2 LTS
- MySQL: 8.0.35
- PHP: 8.1.2
- Laravel: 10.12.0
データベースの接続設定を行う。
/.env
データベース、テーブルを作成する。
php artisan migrate
種類 | 場所 |
---|---|
Model | /app/Models |
View | /resources/views |
Controller | /app/Http/Controllers |
Migration | /database/migrations |
Tests | /tests/Feature |
Routing | /routes/web.php |
Docker | /docker |