I have AMPPS and just now tried installing Laravel on it using this tutorial. As soon as i created new project and tried to run it i got below error
FatalErrorException in BladeCompiler.php line 160: Call to undefined function IlluminateViewCompilerstoken_get_all()
I have no idea what is this error, I am totally new to laravel. I am using AMPPS, I tried php version 5.5 and 5.6
Advertisement
Answer
You probably don’t install Tokenizer PHP Extension
.
You can check it on phpinfo
page