Parse Error in php artisan migrate 1


Solution:

 

Laravel requires a PHP version greater than or equal to 5.5.9 which is why you're getting this error.

If you update PHP it will solve the problem. Or for local development just use Laravel Homestead as it comes with all the necessary requirements.