Step 1: Create a database for Laravel Project
- In order to install the eBook on your server, first you need to create a database.
- If you already know how to create a database, then you can skip the below steps.
- 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.
- Please follow and enter the database details as guided.
- Create the "Database Name" by typing it in the input field and click on the "Next Step" button.
- Enter the "Database User Name" and "Password" by typing them in the input fields and click on the "Create User" button.
- Now give all privileges by clicking on the "ALL PRIVILEGES" check box and then click on the "Next Step" button.
- 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
- 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.
- Unzip the uploaded archive zip. Move all the files from Package folder to the web root folder of your domain
- 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
Note: If you want to install our script in a subfolder and remove
/public from the URL, please follow these steps (
Click Here) as well before step 3
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
- 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