PHPackages                             bbarron/laravel-resource-manager - 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. bbarron/laravel-resource-manager

ActiveLibrary[Admin Panels](/categories/admin)

bbarron/laravel-resource-manager
================================

Laravel Admin Package for easier database interactions

06JavaScript

Since Mar 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/benbarron/Laravel-Resource-Manager)[ Packagist](https://packagist.org/packages/bbarron/laravel-resource-manager)[ RSS](/packages/bbarron-laravel-resource-manager/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Resource Manager
========================

[](#laravel-resource-manager)

Laravel Resource Manager is a admin package for laravel that allows you to create models, edit the structure of those models, and preform crud functionality on those models without writing a line of code

### Installation

[](#installation)

Laravel Eclipse requires [Php Laravel](https://laravel.org/) v5+ to run.

Create a new Laravel Application

```
$ composer create-project laravel/laravel LaravelResourceManagerDemo

$ cd LaravelResourceManagerDemo

$ composer require bbarron/laravel-resource-manager
```

While this is install go to you .env file and fill in you database information

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=xxxxxx
DB_USERNAME=xxxxxx
DB_PASSWORD=xxxxxx
```

Select Barron\\LaravelResourceManager\\LaravelResourceManagerServiceProvider from the drop down menu.

```
$ php artisan vendor:publish

 Which provider or tags files would you like to publish?:
  [0 ] Publish files from all providers and tags listed below
  [1 ] Provider: Barron\LaravelResourceManager\LaravelResourceManagerServiceProvider

```

Make sure you have your .env file setup before doing this next step. If not the installation script will throw an error.

Next run

```
$ php artisan resource-manager:install
```

After this is done installing a username and password will be printed out onto your terminal window. Go to localhost/admin/login to get started

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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://www.gravatar.com/avatar/165356ed2fbaad4aaa0cafc26fa909e16ab824fc2534ba8395ee7bae74172f05?d=identicon)[ben7barron](/maintainers/ben7barron)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bbarron-laravel-resource-manager/health.svg)

```
[![Health](https://phpackages.com/badges/bbarron-laravel-resource-manager/health.svg)](https://phpackages.com/packages/bbarron-laravel-resource-manager)
```

###  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)
