404labfr / 404labfr/laravel-auth-checker
Add fillable property [device_id] to allow mass assignment Lab404\AuthChecker\Models\Login
オープン
- 主要言語
- PHP
- スター
- 222
- フォーク
- 36
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
lab404/laravel-auth-checker v2.0
Use this line in AppServiceProvider
`
Model::shouldBeStrict(!$this->app->isProduction());
`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Find the Login model in the package (likely in src/Models/Login.php). Add 'device_id' to the $fillable array property. Check if there are any tests for mass assignment or model creation to verify the change works. The issue mentions using Model::shouldBeStrict in production, so ensure the change aligns with Laravel's mass assignment safety.
索引モデルが issue の本文から書いたものです。
評価
- 領域
- authentication, backend
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100