Support the ongoing development of Laravel.io →
Requests Input Installation
Last updated 2 years ago.
0

you have same versions of laravel online and offline?.

0

arasmit2453 said:

you have same versions of laravel online and offline?.

i develop it offline then sync it online.

I've already found the bug,

I was using :

try_files $uri $uri/ /index.php?q=$request_uri;

in my nginx config. i've fixed it by changing it to :

 try_files $uri $uri/ /index.php?$query_string; 

Thank you

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.