PHPackages                             mrosati84/laradmin - 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. mrosati84/laradmin

ActiveLibrary[Admin Panels](/categories/admin)

mrosati84/laradmin
==================

0.1.0(11y ago)020PHPPHP &gt;=5.4.0

Since Oct 21Pushed 11y agoCompare

[ Source](https://github.com/mrosati84/Laradmin)[ Packagist](https://packagist.org/packages/mrosati84/laradmin)[ RSS](/packages/mrosati84-laradmin/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (0)

Laradmin
========

[](#laradmin)

Ad administration package for the [Laravel](http://www.laravel.com) framework.

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

[](#installation)

To use Laradmin in your Laravel project, you first have to include it in your composer.json dependencies. Refer to to get the right version of the package (since it is under active development, I suggest you to always use the `dev-develop` branch).

Your Composer `"require"` section should look like this on an empty Laravel installation:

```
"require": {
    "laravel/framework": "4.2.*",
    "mrosati84/laradmin": "dev-develop"
}
```

next step is to run Composer update:

```
$ php /path/to/composer.phar update

```

you can now install package assets, it's required by Laradmin to render pages correctly (Laradmin uses [Twitter Bootstrap](http://getbootstrap.com)) for the frontend, and some javascript libraries as [jQuery](http://jquery.com) and [AngularJS](https://angularjs.org):

```
$ php artisan asset:publish mrosati84/laradmin

```

you should publish package configuration as well:

```
$ php artisan config:publish mrosati84/laradmin

```

optionally you can also publish package views, if you need to customize the frontend:

```
$ php artisan view:publish mrosati84/laradmin

```

Configuring Laradmin
--------------------

[](#configuring-laradmin)

All the configuration is handled by the package configuration file that you have just published under `config/packages/mrosati84/laradmin/config.php`. You can watch an [example configuration file](https://github.com/mrosati84/Laradmin/blob/develop/src/config/config.php) is provided with the package itself.

### Laradmin configuration options

[](#laradmin-configuration-options)

NameTypeDescriptionDefault value`namespace`stringthe namespace for your admin classes. Rember to add it to your `composer.json` project file*empty*`prefix`stringthe route prefix for the administratoradmin`title`stringused in the HTML ``. This is also used inside the Laradmin navigation top menuAdministration`defaultEntity`stringthe default entity handled by Laradmin. You will be redirected to this entity if you try to navigate the prefix URL without specifying an entity name*empty*`authCallable`stringan authentication callable that must return either `true` or `false` to determine if you can access the administration backend`function() {}``authRedirectRoute`stringredirect to this route name if the authentication callable returns `false`login`paginate`stringset the default pagination. default is 10 results per page (this value is common for all entities)10`entities`arraylist of entities handled by Laradmin`array()`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Every ~1 days

Total

3

Last Release

4216d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b032550dda1be152ecfdac92cb141bcd3c5a6bc0e75e5126b37bad036b27c880?d=identicon)[mrosati84](/maintainers/mrosati84)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mrosati84-laradmin/health.svg)

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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