I have wrote following code inside my modal 'video' => 'mimes:mp4,mov,ogg,qt |max:30000'.I can upload video of size below 3mb. when i tried to upload video of size grater than 3mb it showing following error.
TokenMismatchException in VerifyCsrfToken.php line 53:
I have changed my php.ini file to raise the max fileupload size.Still i have the issue.How can i solve this issue?