| Demo Link | : | press.bsoftbd.com |
|---|---|---|
| Login ID | : | admin |
| Password | : | admin1234 |
Digital Press Management Software is an advanced business solution designed specifically for digital printing presses to manage and streamline all day-to-day operations. With a modern, intuitive dashboard and powerful features, it offers complete control over sales, accounts, inventory, and customer relationships—all in one place.
This software is ideal for print shops of all sizes aiming to automate processes, reduce manual errors, and gain real-time visibility into their business performance.
To install and run the Digital Press Management Software (Laravel Version) smoothly, your server must meet the following minimum requirements:
Follow these steps to manually install and configure the Digital Press Management Software on your server:
source_code/ folder to your server’s public_html or a subdomain directory using FTP or File Manager..env.example to .env..env file and update the following lines with your database credentials:env APP_NAME="Digital Press" APP_URL=http://yourdomain.com DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=your_database_name DB_USERNAME=your_database_user DB_PASSWORD=your_database_password
Requires SSH access and Composer installed on your server.
bash composer install
Still in SSH, run:
bash php artisan key:generate
database/import/digital_press.sql(Optional, if database is not pre-built)
php artisan migrate --seed php artisan config:clear php artisan cache:clear php artisan config:cache
Visit: http://yourdomain.com/
Use default admin login:
Email: admin@example.com