Requirements
The Laravel framework has a few system requirements. You should ensure that your web server has the following minimum PHP version and extensions:
- PHP >= 8.1
- BCMath PHP Extension
- Ctype PHP Extension
- cURL PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- SymLink PHP File Extension
Installation Process
Highly recommended hosting provider
Step 1:
Download file from codecanyon and extract in your pc and you will get 02 folder. Listed below:
- Documentation
- Installable File
Now Open installable folder, you will get a zip file. you have to upload it to your server using ftp or file manager.
Step 2:
01. Now login to you cpanel and Upload installable file to server
02: unzip the installable file to server
Step 3:
01. Then, go to > MySQL® Database Wizard
02. Create database
03. Create Database Users, do not forget to keep you database user password, we will need this while we run installation wizard.
04: Add user to the database. check all privileges and click make changes. then click “Next Step”
05: database create is done, keep database user, database name, database password in a note.
Step 4:
Note: It’s based on Laravel framework, and the root folder for it is
/public
. You have to set the site directory as/public
like:domain-root/public
01: Open your browser and visit http://your-sitename/install
Please full fill all requirements from your server and click next button. For folder permissions you can run the following command:
chmod -R 775 /Volumes/workspace/laravel/newinstaller/.env
chmod -R 775 /Volumes/workspace/laravel/newinstaller/storage
chmod -R 775 /Volumes/workspace/laravel/newinstaller/bootstrap/cache
02. Submit your database information & Click Save & Next Button.
Please fill up all input field without space & please Wait, it will take several times.
03: Congratulations! Your Site is Now Ready to use.
Admin Panel Credentials
Admin Panel: https:your-sitename/login
Email: [email protected]
Password: rootadmin
User Panel Credentials
User Panel: https:your-sitename/login
Email: [email protected]
Password: rootadmin