Skip to main content

Update

Update

  • Download the latest package from Codecanyon.
  • Unzip the package.
  • Open laravel_app folder.
  • Select all the files and make a zip file.
  • Upload it to cPanel File Manger.
  • Extract it.
  • Go to http://www.yourdomain.com/public/update to begin the update wizard.

Warning

We are not responsible if you loose your customization or your data, please do these steps carefully. We recommend you to make a full backup of your website files and database before going through the update procedure.

Read more …Update

  • Hits: 530

Installation Wizard

Installation Wizard

Follow all the steps carefully in the installation wizard for a successful installation.

Checking Requirements

Permissions

Change the permission of the following folders to 775

  • storage/framework
  • storage/logs
  • bootstrap/cache

Environment

Fill the form with your application details.

Database

Enter the database credentials created in the previous step.

Read more …Installation Wizard

  • Hits: 557

Create Database

Create Database

  • In the cPanel, click on MySQL Database Wizard.
  • Give a name for the database.
  • Give a username and password for the database.
  • Check all the privileges.
  • Finalize the step and make note of the following details.
    • Database name
    • Database username
    • Database password.

Read more …Create Database

  • Hits: 507

Upload on Server

Upload on Server

Please follow all the steps carefully.

Step 1 - Get the zip file

  • After downloading the package from Codecandyon, unzip the package.
  • Go to laravel_app folder
  • Select all the files in the folder and make a laravel_app.zip file.

Step 2 - Upload to Server

  • Login to your cPanel webhost.
  • Go to File Manager.
  • Upload the laravel_app.zip file into public_html or any folder of your choice.
  • Extract the zip file after uploading.

Read more …Upload on Server

  • Hits: 576

Laravel Introduction

Introduction

Follow the video tutorial to install the Laravel Application on cPanel.

Laravel is a web application framework with an expressive, elegant syntax. We’ve already laid the foundation freeing you to create without sweating the small things.

The Laravel framework has a few system requirements. Of course, all of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment. However, if you are not using Homestead, you will need to make sure your server meets the following requirements:

  • PHP Version (7.3.x and above)
  • OpenSSL
  • PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Exif Extension
  • PHP Fileinfo Extension

Read more …Laravel Introduction

  • Hits: 473