Skip to main content

Basic Server Setup

Estimated reading: 1 minutes

Deployment of Laravel application to a web server so that it's accessible over the internet.

Step 1 - Retrieve the project zip file from CodeCanyon, then extract it.
Proceed to the following path: pawlly_app_source_code -> admin-panel, upload the zip file to your Cpanel, and extract it to public_html directory.

Retrieve the project zip

Step 2 - Extract the zip file to that directory

Retrieve the project zip

Step 3 - Then Create a new database from your server MySQL database.

Create MySQL database

Step:3 - Create a DB user and database and assign them to each other.

Create a DB user

Successful !!

After all this, you have to just hit your URL in the browser and go on.