Skip to content

An values format error occurred while using Traditional Chinese #113

Answered by eric2chek
eric2chek asked this question in Q&A
Discussion options

You must be logged in to vote

found a solution

  • sudo nano /var/www/deming/app/Http/Controllers/AttributeController.php
  • /* remove => |regex:/^(#[a-zA-Z0-9_èéÉ']+ )$/
    'values' => 'required|regex:/^(#[a-zA-Z0-9_èéÉ']+ )$/|max:4000',
    */
  • 'values' => 'required|max:4000',
  • both function about store 、 update
  • it working now

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dbarzin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@eric2chek
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants