404labfr / 404labfr/laravel-auth-checker

Add fillable property [device_id] to allow mass assignment Lab404\AuthChecker\Models\Login

オープン
#31 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。