PHPackages                             adminpanel-byme/installer - 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. adminpanel-byme/installer

ActiveLibrary[Admin Panels](/categories/admin)

adminpanel-byme/installer
=========================

Installable Livewire admin panel for Laravel projects.

v1.0.0(2mo ago)01MITBladePHP ^8.2

Since Apr 10Pushed 2mo agoCompare

[ Source](https://github.com/studyboyy/adminpanel-installer)[ Packagist](https://packagist.org/packages/adminpanel-byme/installer)[ Docs](https://github.com/adminpanel-byme/adminpanel-installer)[ RSS](/packages/adminpanel-byme-installer/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

AdminPanel Installer
====================

[](#adminpanel-installer)

Installable Livewire admin panel for Laravel projects.

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11/12/13
- Livewire 3 or 4

Installation
------------

[](#installation)

```
composer require adminpanel-byme/installer
```

Quick Start
-----------

[](#quick-start)

Run interactive installer:

```
php artisan adminpanel:install
```

The command will prompt for:

- Route prefix (example: `admin`)
- Middleware (example: `web,auth`)
- Auth pages enable/disable

Then run:

```
npm install
npm run build
php artisan optimize:clear
```

Non-Interactive Usage
---------------------

[](#non-interactive-usage)

```
php artisan adminpanel:install --prefix=admin --middleware=web,auth --with-auth
```

Disable auth pages:

```
php artisan adminpanel:install --prefix=admin --middleware=web --without-auth
```

Overwrite existing files:

```
php artisan adminpanel:install --force
```

What Gets Installed
-------------------

[](#what-gets-installed)

- Livewire admin/auth page classes
- Blade layouts and admin shell
- Reusable UI components (`x-ui.card`, `x-ui.section-title`, etc.)
- Admin pages (dashboard, users, forms, settings, calendar)
- `config/adminpanel.php`
- `routes/adminpanel.php`
- `resources/css/adminpanel.css`
- `resources/js/adminpanel.js`

Installer also:

- Appends `require __DIR__.'/adminpanel.php';` to `routes/web.php` (once)
- Adds Vite inputs for adminpanel assets (once)
- Adds required JS dependencies in `package.json` if missing
- Applies `.env` overrides when options are provided

Route Config
------------

[](#route-config)

Environment variables:

```
ADMINPANEL_ROUTE_PREFIX=admin
ADMINPANEL_ROUTE_MIDDLEWARE=web,auth
ADMINPANEL_AUTH_ENABLED=true
ADMINPANEL_AUTH_PREFIX=auth
```

Publish Flow (Maintainer)
-------------------------

[](#publish-flow-maintainer)

1. Push this package folder to its own repository:
    - `https://github.com/adminpanel-byme/adminpanel-installer`
2. Run release checks:

```
composer run release:check
```

3. Commit and tag release:

```
git add .
git commit -m "release: v1.0.0"
git tag v1.0.0
git push origin main --tags
```

4. Submit repository URL to Packagist.
5. Optional but recommended: set Packagist GitHub webhook so new tags auto-sync.

After that, users can install via `composer require adminpanel-byme/installer`.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance88

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

60d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0004bdd645228fb88a028838aafeeab18eca728f7ad619229e6fc16ca27d2507?d=identicon)[hourve23](/maintainers/hourve23)

---

Top Contributors

[![studyboyy](https://avatars.githubusercontent.com/u/97602705?v=4)](https://github.com/studyboyy "studyboyy (1 commits)")

---

Tags

laravelinstallerlivewiredashboardadmin-panel

### Embed Badge

![Health badge](/badges/adminpanel-byme-installer/health.svg)

```
[![Health](https://phpackages.com/badges/adminpanel-byme-installer/health.svg)](https://phpackages.com/packages/adminpanel-byme-installer)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[riodwanto/superduper-filament-starter-kit

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

2778.6k](/packages/riodwanto-superduper-filament-starter-kit)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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