Tag: laravel
Posted on August 14, 2019
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:
1 | apt install composer |
You need to have zip/unzip commands, for composer to install the… Read More