Guys why every time when I installing Laravel 5 after typing the command
" laravel new project-name "
usually I got the issue
Parse error: parse error, expecting "identifier (T_STRING)"' or"variable (T_VARIABLE)"' or '{'' or'$'' in /Applications/MAMP/htdocs/test/artisan on line 31
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
[RuntimeException]
Error Output:
Also when i'm trying to the command " php -S localhost:8888 -t public "
to open the sever and open it in the browser I always see this issue on my home page
Parse error: parse error, expecting "identifier (T_STRING)"' or"variable (T_VARIABLE)"' or '{'' or'$'' in /Applications/MAMP/htdocs/test/public/index.php on line 50
how I can fixed it !!!
HI ,
I'm changed my internet connection and tried a lot of time but every time I get the same issue !!!
I think It's not from the installer , there's something else missing :(
No , I didn't installed the homestead , I think I don't need it
I installed laravel before without homestead and it was working well
I'm working on Mac not window