Getting Started
Admin Panel
Search for a command to run...
Welcome! This guide will help you install Deeplancer on your server. The installation process is straightforward and includes a built-in installer wizard.
Download Deeplancer from CodeCanyon and extract the files to your web server directory.
Make sure the following directories are writable:
chmod -R 755 storage bootstrap/cacheNavigate to your domain in a web browser. You'll be automatically redirected to the installer:
http://yourdomain.com/installer
The installer will guide you through:
Once installation is complete, you'll see a success message. Click "Go to Homepage" to access your new Deeplancer marketplace!
If you prefer to install manually or the installer doesn't work:
Copy .env.example to .env and configure your settings:
cp .env.example .env
php artisan key:generateEdit .env file with your database credentials:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_passwordphp artisan migrate --force
php artisan db:seed --forcephp artisan storage:linkphp artisan config:clear
php artisan cache:clear
php artisan view:clearAfter installation, make sure to:
If you encounter any issues during installation:
storage/logs/laravel.logstorage/logs/installer.logFor additional help, visit our support documentation or contact support.