Creating a Vultr Laravel install snapshot
Creating and installing a blank Laravel app on an Ubuntu 22.04 Vultr instance to be snapshotted for rapid redeployment. This includes Apache, Composer and PHP 8.1 installations. Current promotion free…
Creating and installing a blank Laravel app on an Ubuntu 22.04 Vultr instance to be snapshotted for rapid redeployment. This includes Apache, Composer and PHP 8.1 installations. Current promotion free…
Prevent Laravel from showing the directory structure and instead show your application when using Apache. This is done by creating and assigning a new virtual host, to incorporate the /public…
Installing Apache and PHP 8.1 on Ubuntu 21.10 x64. This post covers creating an HTTP web server using Apache with the new PHP 8.1 version. You will need sudo permissions…
Apache alias is the method to use the filesystem other than under the document root. Setting an alias directory with Apache means that when going to the specified URL path…