A modern PHP admin dashboard with charts, analytics, and user management.
- Dashboard Overview - Key metrics and statistics
- Interactive Charts - Line, bar, and pie charts
- User Management - CRUD operations for users
- Data Tables - Sortable and searchable tables
- Responsive Design - Mobile-friendly layout
- Authentication - Secure login system
- Role-based Access - Admin and user roles
- Settings Panel - Configurable settings
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Web server (Apache/Nginx)
- Clone the repository
git clone https://github.com/kule-code/admin-dashboard.git
cd admin-dashboard- Import database
mysql -u root -p < database/admin_dashboard.sql-
Configure
config/database.php -
Start server
php -S localhost:8000- Login credentials:
- Email: admin@dashboard.com
- Password: admin123
admin-dashboard/
├── config/
│ └── database.php
├── database/
│ └── admin_dashboard.sql
├── includes/
│ ├── header.php
│ ├── sidebar.php
│ └── footer.php
├── pages/
│ ├── users.php
│ ├── analytics.php
│ └── settings.php
├── assets/
│ ├── css/
│ │ └── style.css
│ └── js/
│ └── dashboard.js
├── index.php
├── login.php
└── README.md
Coming soon...
MIT License