Parse error: syntax error, unexpected '?' in
/Applications/XAMPP/xamppfiles/htdocs/wedservice/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php
on line 233
You don't need to put your laravel project inside htdocs folder. Just put your project anywhere else and run php artisan serve and then open localhost:8000 in browser
– Shubham Pokhriyal
Ya , localhost:8000 is working ,by the way xampp also should work but that server got error unexpected '?' in /Applications/XAMPP/xamppfiles/htdocs/wedservice/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 233
– kobi
1 Answers
1
votes
may be permission issues ..
1)give permission to all files and folder
or
2)uninstall and re-install Xampp.give all rights
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
php artisan serve
and then openlocalhost:8000
in browser – Shubham Pokhriyal