Minimal Client with Admin Dashboard
Minimal – Client & Admin Dashboard
It's an advanced administrative and client control panel that offers a clean, easy-to-use interface. It's designed to meet the needs of various projects while providing a superior user experience.
Minimal Edition Features Control Panel
- Modern and responsive user interface
- Modern design with attractive visual elements
- Advanced analytical and statistical tools
- Multilingual support
- Easy to customize and expand
- Integrated permissions system
You can watch an introductory video explaining the most important features.
Minimal Theme Features
What are the requirements for installing Minimal Control Panel?
- Web server (Apache or Nginx)
- PHP 7.4 or higher ( Download PHP )
- MySQL 5.7 or later / MariaDB 10.2 or later
- Composer ( Download Composer )
- Node.js (for development purposes) ( Download Node.js )
Installation steps
1. Upload files
Download the Minimal Dashboard package from the official GitHub repository or from the development site.
2. Install credits
composer install
npm install
3. Prepare the environment file
Copy file .env.example
to .env
and modify settings:
cp .env.example .env
Modify database settings:
DB_DATABASE=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_password
4. Create an application key
php artisan key:generate
5. Implement migration and seed data
php artisan migrate --seed
6. Create a storage link
php artisan storage:link
7. Assets Pooling (for Production Environment)
npm run production
8. Set up a scheduled trigger (optional)
Add this line to your Cron task trigger:
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
See the Laravel Scheduling documentation for more information.
How to operate the Minimal control panel
After completing the installation process, you can access the control panel via the browser:
- Login address:
your-domain.com/login
- Default login data (administrator):
- e-mail:
admin@example.com
- password:
password
- e-mail:
Tips to enhance your website security
- Change default credentials immediately after first login
- Update files regularly
- Use a secure production environment (HTTPS) - You can get a free certificate from Let's Encrypt
- Restrict file and folder permissions
- Use Cloudflare for extra protection
Support and common issues
If you encounter any problems, you can:
- Check log file
storage/logs
- Check system requirements
- Search the official application documentation.
- Visit Stack Overflow for technical questions.
- View GitHub issues to report bugs.
Minimal Dashboard is easy to use and highly flexible, making it an excellent choice for your administrative projects and customer applications.
Download Minimal Control Panel
Download the full v5 Minimal versionDownload the full V6 Minimal version
After downloading, please follow the installation instructions above.