php - Migrate fails Laravel -


so decided try out laravel since heard it's great framework similar rails etc. got stuck in basic first parts of creating testapplikation. when try create migration file errors.

php artisan migrate:make create_users_table   parse error: parse error in /myfolders/myproject/vendor/laravel/framework/src/illuminate/support/helpers.php on line 411 

anyone have ideas? should mention don't have composer installed cause want focus on creating basic laravel project.

you need upgrade php version, laravel 4 requires php >= 5.4.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -