Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel vue error 500

-*-*-*-*-*-*- If You Are Using Model to fill data in database Use below method-*-*-*-*-**-

 -*-*-*-*- In your model Add This-*-*-*-*-*-*-*-

protected $fillable = ['task'];

 -*-*-*-*- And Add this to you welcome.blade.php before title tag-*-*-*-*-*-*-*-

<meta name="token" id="token" value="{{ csrf_token() }}">
   
 
PREVIOUS NEXT
Tagged: #laravel #vue #error
ADD COMMENT
Topic
Name
3+6 =