Install Laravel

Step 1: Create a database for Laravel Project

  1. In order to install the eBook on your server, first you need to create a database.
  2. If you already know how to create a database, then you can skip the below steps.
  3. To create the database first, you need to login to the cPanel server and click on the MySQL® Database Wizard link in the "Database" section.
  4. Please follow and enter the database details as guided.
  5. Create the "Database Name" by typing it in the input field and click on the "Next Step" button.
  6. Enter the "Database User Name" and "Password" by typing them in the input fields and click on the "Create User" button.
  7. Now give all privileges by clicking on the "ALL PRIVILEGES" check box and then click on the "Next Step" button.
  8. Now you have successfully created your database

Note : Please copy your Database Name,Database User Name, and Password and enter them exactly when installing the eBook; otherwise, you will receive a 500 | SERVER ERROR page.

 

Step 2: Upload files on your server

  1. Assuming that you have created a database, now upload project files that you have downloaded from CodeCanyon to the web root folder of your domain. It's mostly located in html, www or public_html folder name.
  2. Unzip the uploaded archive zip. Move all the files from Package folder to the web root folder of your domain
  3. You need update below variables in php.ini file (Optional)
    memory_limit = 512M
    upload_max_filesize = 50M
    max_execution_time = 180
    post_max_size = 100M
    max_input_time = 180

Step 3: Set write permissions

Set 755 permission (CHMOD) to these files and folders directory within all children subdirectories:

/bootstrap

/storage

/.env

Step 4: Run Installation Wizard

  1. Now open your site's URL in the browser. Ex: https://yoursite.com/ . That will automatically redirect your site URL to, for example, https://yoursite.com/install