If there is any tut please help
After Read all things , how to deploy laravel on digitalocean lemp
After read all things and got tired ..
I chose lemp droplet ( i don't know if lamp is better or docker ) .
i sshed into it i found php - mysql - mcrypt all out of the box .
I created sample test.php file in /var/www/html/ and it worked !
i installed git and composer successfully ..
After that get my lara project by .git into /var/www/html/ dir .
and changed storage dir to 777 . add .env .
Composer update and install .
but not working even specifying public dir in the url .
what should i do to get it working ?
http://fixgate.tk/ http://fixgate.tk/fixgate/public/ http://fixgate.tk/fixgate/public/index.php
You need to tweak the Nginx config. Check out "Configure Nginx and the Web Root" in How to Install Laravel with an Nginx Web Server on Ubuntu 14.04. You need to set up your webroot so that it points to laravels public folder and make that all unresolvable requests hit the index.php file there.
Please or to participate in this conversation.