PHPackages                             cyberadmin/dashboard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. cyberadmin/dashboard

ActiveLibrary[Admin Panels](/categories/admin)

cyberadmin/dashboard
====================

A cyberpunk-themed Laravel admin dashboard package with Livewire 4

v1.3.1(2mo ago)017MITBladePHP ^8.2

Since May 17Pushed 2mo agoCompare

[ Source](https://github.com/aviyandev/cyberadmin-dashboard)[ Packagist](https://packagist.org/packages/cyberadmin/dashboard)[ RSS](/packages/cyberadmin-dashboard/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

CyberAdmin Dashboard
====================

[](#cyberadmin-dashboard)

A cyberpunk-themed Laravel admin dashboard package built with Livewire 4 and Fortify, featuring 100% automated zero-configuration installation!

🚀 Three Simple Steps to Get Started!
------------------------------------

[](#-three-simple-steps-to-get-started)

### 1. Create a new Laravel project

[](#1-create-a-new-laravel-project)

```
composer create-project laravel/laravel my-project
cd my-project
```

### 2. Require the package

[](#2-require-the-package)

```
composer require cyberadmin/dashboard
```

### 3. Run the installation command

[](#3-run-the-installation-command)

```
php artisan cyberadmin:install
```

**That's it! Your dashboard is ready!** Visit `/cyberadmin` in your browser! 🎉

---

📦 What the Install Command Does Automatically
---------------------------------------------

[](#-what-the-install-command-does-automatically)

The single `cyberadmin:install` command handles **everything**:

1. ✅ Checks/installs Livewire 4 and Fortify
2. ✅ Publishes all configuration files
3. ✅ Publishes all authentication views
4. ✅ Publishes all frontend assets
5. ✅ Creates storage link
6. ✅ Runs all database migrations
7. ✅ Sets up complete authentication system

---

🛠️ Available Artisan Commands
-----------------------------

[](#️-available-artisan-commands)

### `php artisan cyberadmin:install` (⭐ Main Command)

[](#php-artisan-cyberadmininstall--main-command)

Complete one-click installation - **the only command you need!**

### `php artisan cyberadmin:publish-assets`

[](#php-artisan-cyberadminpublish-assets)

Publishes frontend assets to `public/vendor/cyberadmin`

### `php artisan cyberadmin:publish-config`

[](#php-artisan-cyberadminpublish-config)

Publishes configuration to `config/cyberadmin.php` (use `--force` to overwrite)

---

✨ Features
----------

[](#-features)

- 🎨 **Cyberpunk-themed UI** - Neon colors, glitch effects, futuristic design
- 🌓 **Dual Theme System** - Dark/Light switcher (session-based)
- 🌍 **Multi-language Support** - English, Spanish, French
- ⚡ **Livewire 4** - Fully reactive components
- 🔐 **Authentication Included** - Powered by Laravel Fortify
- 📊 **Production-ready Pages**:
    - Dashboard with stats/charts
    - User management
    - Reports management
    - Profile view/edit
    - Settings page
- 🛡️ **Error Handling &amp; Rollback** - Safe installation with failure recovery
- 📦 **Zero Configuration** - One command setup!

---

⚙️ Configuration
----------------

[](#️-configuration)

Publish config file to customize (optional):

```
php artisan cyberadmin:publish-config
```

Customizable options in `config/cyberadmin.php`:

- `route_prefix` - Dashboard URL prefix (default: `cyberadmin`)
- `middleware` - Middleware for all dashboard routes
- `enabled` - Toggle entire dashboard

---

🏗️ Architecture
---------------

[](#️-architecture)

Built following Laravel &amp; Livewire best practices (like Laravel's official starter kits):

- **Modular Livewire Components** - Each page as independent Livewire component
- **Blade Layout System** - Reusable layouts/components
- **Session-based State** - Theme/language in session
- **Fortify Authentication** - No Laravel UI used!
- **Proper Asset Scoping** - All assets in `public/vendor/cyberadmin`

---

🚨 Troubleshooting
-----------------

[](#-troubleshooting)

**Assets not loading?**

```
php artisan cyberadmin:publish-assets
php artisan storage:link
```

**Permissions?**

- Ensure `storage/` and `bootstrap/cache/` are writable
- Linux/Mac: `chmod -R 775 storage bootstrap/cache`

**Reset everything?**

- Delete `config/cyberadmin.php` and `config/fortify.php`
- Delete `public/vendor/cyberadmin`
- Delete `resources/views/auth`
- Re-run `php artisan cyberadmin:install`

---

📝 License
---------

[](#-license)

MIT

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance86

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

9

Last Release

69d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39535998?v=4)[Vineet Kumar](/maintainers/aviyandev)[@aviyandev](https://github.com/aviyandev)

### Embed Badge

![Health badge](/badges/cyberadmin-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/cyberadmin-dashboard/health.svg)](https://phpackages.com/packages/cyberadmin-dashboard)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
