PHPackages                             askedio/laravelcp - 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. askedio/laravelcp

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

askedio/laravelcp
=================

A Modular Laravel Control Panel.

32912PHP

Since Jul 29Pushed 10y agoCompare

[ Source](https://github.com/Askedio/Laravelcp)[ Packagist](https://packagist.org/packages/askedio/laravelcp)[ RSS](/packages/askedio-laravelcp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

LaravelCP v2
============

[](#laravelcp-v2)

A Modular/Packaged based Control Panel for Laravel
--------------------------------------------------

[](#a-modularpackaged-based-control-panel-for-laravel)

Features:

- Laravel 5.1
- Bootstrap 3
- jQuery 2
- RBAC
- User auth

Installation
============

[](#installation)

```
composer create-project laravel/laravel your-project-name --prefer-dist
cd your-project-name
#configure database in .env
composer require "askedio/laravelcp:dev-master"
#append to providers array - Askedio\Laravelcp\Providers\LaravelcpServiceProvider::class,
php artisan vendor:publish
composer dump-autoload
php artisan db:seed --class=UserTableSeeder

```

Register with config/app.php
----------------------------

[](#register-with-configappphp)

```
Askedio\Laravelcp\Providers\LaravelcpServiceProvider::class,

```

Test
----

[](#test)

```
php artisan serv

```

Default login is: admin@localhost password

Provides:
=========

[](#provides)

-
-
-
-
-

Screenshots
===========

[](#screenshots)

[![ScreenShot](https://camo.githubusercontent.com/4510d8ef9179b86773f3e993c04281cc8ba8f416f7a63b25560a53200fbc3d25/687474703a2f2f692e696d6775722e636f6d2f4e4b4262644c7a2e706e67)](https://camo.githubusercontent.com/4510d8ef9179b86773f3e993c04281cc8ba8f416f7a63b25560a53200fbc3d25/687474703a2f2f692e696d6775722e636f6d2f4e4b4262644c7a2e706e67)[![ScreenShot](https://camo.githubusercontent.com/34660bd85d691eb28204c1e85bdf8c3daa9c73f5512ca6ba293e57b94c92857c/687474703a2f2f692e696d6775722e636f6d2f49494a6c6a6a342e706e67)](https://camo.githubusercontent.com/34660bd85d691eb28204c1e85bdf8c3daa9c73f5512ca6ba293e57b94c92857c/687474703a2f2f692e696d6775722e636f6d2f49494a6c6a6a342e706e67)[![ScreenShot](https://camo.githubusercontent.com/1664ac3f07e67f7a42bfcf1496998decfe4cc1a68ca54b2ff003f0983ce9de3b/687474703a2f2f692e696d6775722e636f6d2f6b7972475635472e706e67)](https://camo.githubusercontent.com/1664ac3f07e67f7a42bfcf1496998decfe4cc1a68ca54b2ff003f0983ce9de3b/687474703a2f2f692e696d6775722e636f6d2f6b7972475635472e706e67)[![ScreenShot](https://camo.githubusercontent.com/4047b225caa13d896cd0f488a1ab0fb715655a99a378c4004e9268541913de4b/687474703a2f2f692e696d6775722e636f6d2f686b6c4f3258662e706e67)](https://camo.githubusercontent.com/4047b225caa13d896cd0f488a1ab0fb715655a99a378c4004e9268541913de4b/687474703a2f2f692e696d6775722e636f6d2f686b6c4f3258662e706e67)

Developing notes
================

[](#developing-notes)

Create Migration
----------------

[](#create-migration)

php artisan make:migration test --path="vendor\\askedio\\laravelcp\\src\\Database\\Migrations"

Migrate
-------

[](#migrate)

php artisan migrate --path="vendor\\askedio\\laravelcp\\src\\Database\\Migrations"

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1173636?v=4)[William](/maintainers/gcphost)[@gcphost](https://github.com/gcphost)

---

Top Contributors

[![gcphost](https://avatars.githubusercontent.com/u/1173636?v=4)](https://github.com/gcphost "gcphost (30 commits)")

### Embed Badge

![Health badge](/badges/askedio-laravelcp/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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