PHPackages                             jaimeeee/laravelpanel - 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. jaimeeee/laravelpanel

ActiveLibrary[Admin Panels](/categories/admin)

jaimeeee/laravelpanel
=====================

A Panel for Laravel Projects

0.1.33(8y ago)195[2 issues](https://github.com/jaimeeee/laravelpanel/issues)MITPHPPHP &gt;=5.5.9

Since Aug 10Pushed 8y ago2 watchersCompare

[ Source](https://github.com/jaimeeee/laravelpanel)[ Packagist](https://packagist.org/packages/jaimeeee/laravelpanel)[ Docs](http://github.com/jaimeeee/laravelpanel)[ RSS](/packages/jaimeeee-laravelpanel/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (2)Versions (37)Used By (0)

[![Packagist](https://camo.githubusercontent.com/3e0e900bc6b23e329cbbcbf5d66e339530354d29606372144e85b98e0194587b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61696d656565652f6c61726176656c70616e656c2e737667)](https://packagist.org/packages/jaimeeee/laravelpanel) [![Packagist](https://camo.githubusercontent.com/1a5cb2733d7d32bf121b2f8a1203ae0c633bfa510fd3c7d2e47135ff311c0061/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61696d656565652f6c61726176656c70616e656c2e737667)](https://packagist.org/packages/jaimeeee/laravelpanel)

laravelpanel
============

[](#laravelpanel)

A Panel for Laravel Websites that provides an easy way to create, edit and delete new objects in your database, with almost no effort in configuration files.

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

[](#requirements)

- PHP &gt;=5.5.9
- Symfony/Yaml &gt;=3.1
- Intervention/Image &gt;=2.3
- Laravel's authentification

Instalation
-----------

[](#instalation)

Require this package with Composer:

```
composer require jaimeeee/laravelpanel
```

After updating Composer, add the Service Provider to the providers array in `config/app.php`:

```
Jaimeeee\Panel\PanelServiceProvider::class,
```

If you haven't enabled Laravel's authentification make sure to run the following command:

```
php artisan make:auth
```

This will create the necesarry controllers and views to log in.

### Copy necesarry files to your folders

[](#copy-necesarry-files-to-your-folders)

To copy all the files to your folders and edit them you just need to run the following command:

```
php artisan vendor:publish --provider="Jaimeeee\Panel\PanelServiceProvider"
```

This will copy the config file, an example blueprint, and the stylesheet.

Blueprints
----------

[](#blueprints)

The blueprints are Yaml files located in `config/panel/` and they represent each entity of your panel.

This is an example blueprint:

```
class: App\User
icon: fa fa-users
sort:
  field: name
  order: asc
list:
  id: ID
  name: Name
  email: E-Mail
fields:
  name:
    label: Name
    type: text
    placeholder: John Doe
    validate: required
  email:
    label: E-Mail
    type: text
    placeholder: email@somewebsite.com
    validate: required|email
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~11 days

Recently: every ~52 days

Total

34

Last Release

3245d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94d0b6664298e29af281b819ba794f785bc6ca67edb3e748d1e52684d3c71801?d=identicon)[jaimeeee](/maintainers/jaimeeee)

---

Top Contributors

[![jaimeeee](https://avatars.githubusercontent.com/u/258357?v=4)](https://github.com/jaimeeee "jaimeeee (55 commits)")

---

Tags

laravelcmscrudadminpanel

### Embed Badge

![Health badge](/badges/jaimeeee-laravelpanel/health.svg)

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

###  Alternatives

[serverfireteam/panel

Admin panel for Laravel applications

42432.3k2](/packages/serverfireteam-panel)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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