DEV Community

Celso Ricardo
Celso Ricardo

Posted on

How to install an already made Laravel script on cPanel

Good Day !

In this article I am going to teach how to install an already made Laravel script in a cPanel hosting service.

for this tutorial, we will install a Laravel rest API for the Artemis payment gateway script.

the Artemis Payment Gateway Script is a Full Stack Application that uses Laravel for its Backend and NextJs 12 for frontend, and today we are going to setup the backend ( the Laravel Rest API ) on a cPanel.

to start I have already downloaded the script from codester and unziped the rest API files in the server root directory, (.../www or .../public_html )

Top comments (0)