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 deploying app git, check if folder permissions correct , compatible apache user.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -