I have install laravel 5.5 on my hosting server, and I got this error, I didn't know what should i doing, I have a look in google for this problem, but I not found it. Please help me guys
Asked
Active
Viewed 34 times
1
-
What version of PHP are you using on your server? – aynber May 14 '18 at 18:40
-
I have run this in PHP 7.0 – Arza Aldi May 14 '18 at 18:46
-
Try this in the project root command line. `find . -iname '*.php' -exec php -l '{}' \; | grep -v '^No syntax errors'` – aynber May 14 '18 at 18:50