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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -