LaravelDaily / Laraquiz-QuickAdminPanel

Laravel 5.6 based quiz system - generated with QuickAdmin https://quickadminpanel.com
http://laraquiz.com
226 stars 144 forks source link

deployment issue #12

Closed carlosiv closed 6 years ago

carlosiv commented 6 years ago

i tried to deploy this in a shared hosting site and this error

Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in /home/reviewe4/MyQuiz/vendor/symfony/var-dumper/Resources/functions/dump.php on line 18

Any idea on this?

PovilasKorop commented 6 years ago

@carlosiv I'm guessing your PHP version is lower than 7?

carlosiv commented 6 years ago

Thank you. this solved my problem. I needed to change the PHP version.

khelsisura commented 5 years ago

my php version is 7.1.3 but still getting this error