Purchase from CodeCanyon, then use our documentation to set up and run your project smoothly.
Follow these steps to upload and extract your project in cPanel:
public_html
directoryCreate a MySQL database and user for your project:
Configure your environment variables for the project:
In your project files, find the .env
file (it may be named .env.example
initially).
DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=your_database_name DB_USERNAME=your_database_user DB_PASSWORD=your_database_password
APP_URL=http://yourdomain.com APP_NAME="Your Project Name"
If you started with .env.example
, rename it to .env
after making changes.
Run these commands to complete installation:
composer install php artisan migrate:fresh --seed
Access and configure your admin account:
http://yourdomain.com/admin/login
superadmin@arcadexit.com
arcadexit
arcadexit
Set up SMTP for sending emails from your application:
info@yourdomain.com
)Mail: smtp Mail Host: mail.yourdomain.com Mail Port: 465 (SSL) or 587 (TLS) Mail Username: info@yourdomain.com Mail Password: your_email_password Mail Encryption: ssl (for 465) or tls (for 587) Mail From Address: info@yourdomain.com Mail From Name: Your Project Name
Send a test email to verify the configuration is working properly.
Set up payment gateways for your e-commerce platform:
If you face any issues or want customization help: