We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#602 の続き
ISBNの書式チェックがスクレイピング直前で実施されていたので、リクエストが来た時点でチェックするようにしたいのでFormRequestのバリデーションルールとして設定する。(責任の分離がしたい)
required|stringのように|で自分の作ったルールを繋ぐにはサービスプロバイダーに繋ぐ必要がある。
required|string
|
https://github.com/bookbok/bookbok/blob/develop/app/Rules/ISBN.php
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#602 の続き
ISBNの書式チェックがスクレイピング直前で実施されていたので、リクエストが来た時点でチェックするようにしたいのでFormRequestのバリデーションルールとして設定する。(責任の分離がしたい)
required|string
のように|
で自分の作ったルールを繋ぐにはサービスプロバイダーに繋ぐ必要がある。参考
https://github.com/bookbok/bookbok/blob/develop/app/Rules/ISBN.php
The text was updated successfully, but these errors were encountered: