Report this

What is the reason for this report?

Laravel Droplet vs RHEL 8 Laravel

Posted on January 23, 2021

On dev dojo the laravel tutorial asks to install composer and valet but is it really necessary to create the blog and the valet install ? ALso, why does it not work with a fresh RH8 install im thinking its because i havent figured out how to use the export command on .bashrc which i am going to try next can someone explain the differences i need to know for installing laravel OOB on a fresh RH8 install thanks !



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

Laravel Valet is a Laravel development environment for MacOS and it is used for local development.

If you want to run your website on a server so that other people could access the site, then you can use the Laravel Droplet. It is based on Ubuntu 20.04.

Laravel would actually run on any OS, so RH8 will be absolutely fine. However, I don’t believe that DigitalOcean has an option for RH8 Droplets out of the box, but you could use CentOS 8 instead and install a LEMP stack as per this tutorial:

https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-8

Let me know if you have any questions. Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.