php - Publish Laravel Project and Project Deployment on LAMP -
i developing php website using laravel 5 framework. published website through git clone server. however, after visiting url, website shows structures, shown as: http://mikemikezhu.me/laravel/laravel_trial/ the index.php in public folder cannot parsed, , folder structure displayed. server running centos 7 system. web server apache , php version 5.4.16. wondering whether because php version old run laravel. or there other ways publish website correctly? not going use forge , envoyer bacause not free of charge. check if have correct php version application command: php -v if using laravel 5.0 need php >= 5.4, php < 7 if using laravel 5.1 need php >= 5.5.9 if using laravel 5.2 need php >= 5.5.9 if deploying app git, check if folder permissions correct , compatible apache user.