Setting up Laravel on digitalocean Lemp 18.04
Here are the basic steps needed to setup the laravel framework on a digitalocean lemp doplet. You need composer to be able to install laravel with composer: apt install composer You need to have zip/unzip commands, for composer to install the needed dependencies apt install
0 Comments