PHPackages                             david-weber/dominion - 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. david-weber/dominion

ActiveLibrary[Admin Panels](/categories/admin)

david-weber/dominion
====================

A simple, clean admin package for Laravel 4 with no other dependencies.

794PHP

Since May 19Pushed 8y ago2 watchersCompare

[ Source](https://github.com/dpweberza/Dominion)[ Packagist](https://packagist.org/packages/david-weber/dominion)[ RSS](/packages/david-weber-dominion/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (1)Used By (0)

Dominion
========

[](#dominion)

### NOTICE: Unfortunately I will no longer be maintaining this repo.

[](#notice-unfortunately-i-will-no-longer-be-maintaining-this-repo)

A WIP admin package for Laravel 4 that has no dependencies other than Laravel 4. I would not call this production ready just yet, I am still finishing up some of the core modules.

This is my first package and experience with Laravel, having switched from FuelPHP. I started this project to avoid having to create a new admin interface for each project, as I was previously doing. When I started this there weren't many admin packages for Laravel 4, and the few that there was were dependent on third-party packages or had jQuery UI or other components built into the frontend already. While not re-inventing the wheel is great, I am new to Laravel and want to use as much of the core code as possible and avoid third-party packages.

All feedback is welcome and appreciated.

\###Features

- Simple role and module based access control.
- Bootstrap 3 templating.
- Easy to extend admin interface.

### Core Modules

[](#core-modules)

- Module Groups - manage module groups.
- Modules - manage modules.
- Roles - manage user roles and their modules.
- Users - manage users.
- Log Viewer - view the application logs.

\###Road Map

- Unit Tests
- Functional Tests
- Auditing / Action Log
- More Coming Soon...

\###Getting Started ####Configuration

1. Add the package to the require array in the file /composer.json:

    `"david-weber/dominion": "dev-master"`
2. Change the model value in the file /app/config/auth.php to the following:

    `'DavidWeber\Dominion\Models\User',`
3. Add the following string to the providers array in the file /app/config/app.php:

    `'DavidWeber\Dominion\DominionServiceProvider',`

\####Installation Run the following commands from your terminal / command prompt:

1. Publish Config

    `php artisan config:publish david-weber/dominion`
2. Publish Assets

    `php artisan asset:publish "david-weber/dominion"`
3. Run Migrations

    `php artisan migrate --package="david-weber/dominion"`
4. Run Seeders

    `php artisan db:seed --class="DavidWeber\Dominion\Seeders\DatabaseSeeder"`

\####Admin Login You can now browse to

The default credentials are:

Username: admin

Password: password

\###Customization

1. Change the title, footer and logo in the file /app/config/packages/david-weber/dominion/config.php

\###Extending The Admin Interface ####Modules

1. Create a controller which extends DominionController.
2. Create a Module Group entry via the admin GUI or with a seeder.
3. Create the Module entry via the admin GUI or with a seeder.
4. Assign the module to the user's role.
5. Views should extend `'dominion::templates.admin'`

\###Theming The Admin Interface Coming Soon...

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/david-weber-dominion/health.svg)

```
[![Health](https://phpackages.com/badges/david-weber-dominion/health.svg)](https://phpackages.com/packages/david-weber-dominion)
```

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