Deploy laravel 5.2 FTP

2

I published my first laravel project via FTP, to understand how the structure works inside a server.

I uploaded everything inside the folder www and created a .htaccess in the root to reference the public folder of laravel, so far everything is correct.

The problem that occurs is that some settings came from the local project, for example the views path, forcing me to run the php artisan config: cache command that solved the problem. But it will not be on all the servers that I will have access via ssh, how can I solve this cache problem, only using FTP?

    
asked by anonymous 13.07.2016 / 21:54

0 answers