Download the PHP package ravisaini/admin-dashboard without Composer
On this page you can find all versions of the php package ravisaini/admin-dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ravisaini/admin-dashboard
More information about ravisaini/admin-dashboard
Files in ravisaini/admin-dashboard
Package admin-dashboard
Short Description Laravel package to install a multi-theme admin dashboard with authentication, SweetAlert support, and modular layout.
License MIT
Informations about the package admin-dashboard
🛠️ Laravel Admin Dashboard Package
A plug-n-play Laravel package to instantly scaffold an Admin Panel with full authentication, theme setup, guard configuration, and controller-routing views — all in a single command!
Requirements
- PHP >= 8.1
- Laravel >= 11.0
🎯 Features
- 🔐 Admin authentication (via
usersor customadminstable) - 🎨 Ready-to-use theme (Otika included)
- 🛡️ Admin guard (
admin) auto-configured - ⚙️ One command to publish config, assets, views, routes, controllers
- 👤 Create admin user during install
- 🚀 Works out-of-the-box!
📦 Installation
Step 1: Install via Composer
Step 2: Run Installation Command
The installation process will guide you through:
- Theme Selection
- Authentication Table Choice
- Admin User Creation
Example installation flow:
🔧 Configuration
The package will automatically:
- Configure the admin guard
- Create necessary database tables
- Set up authentication
- Publish required assets and views
Middleware Configuration
Add these lines in your bootstrap/app.php file to handle authentication redirects:
This ensures:
- Unauthenticated users are redirected to the login page
- Authenticated users are redirected to the dashboard
🚀 Usage
After installation, you can access your admin panel at:
Login with the credentials you provided during installation.
📝 License
The MIT License (MIT). Please see License File for more information.
All versions of admin-dashboard with dependencies
illuminate/support Version ^11.0|^12.0
illuminate/routing Version ^11.0|^12.0
illuminate/auth Version ^11.0|^12.0