PHPackages                             mylinex/administration - 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. mylinex/administration

ActiveLibrary[Admin Panels](/categories/admin)

mylinex/administration
======================

v4.2.0(3y ago)03052[1 PRs](https://github.com/lionwalker/mylinex-administration/pulls)MITJavaScript

Since Dec 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/lionwalker/mylinex-administration)[ Packagist](https://packagist.org/packages/mylinex/administration)[ RSS](/packages/mylinex-administration/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (5)Versions (27)Used By (0)

Mylinex Administration
======================

[](#mylinex-administration)

Getting started
---------------

[](#getting-started)

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

[](#installation)

Require the mylinex/administration package in your composer.json and update your dependencies:

```
composer require mylinex/administration

```

Configuration
-------------

[](#configuration)

The defaults are set in config/app.php. Publish the config to copy the file to your own config:

```
php artisan vendor:publish --provider="Administration\AdministrationServiceProvider"

```

Please add this route to your web.php

```
Route::get('/', function () {
    return view('Administration::auth.login');
});

```

Add this line to DatabaseSeeder.php in /database/seeds/

```
$this->call([
    PermissionsTableSeeder::class,
    MenuTableSeeder::class,
    RolesTableSeeder::class,
    UsersTableSeeder::class
]);

```

\*\* If your application is with laravel 9 and PHP 8

Change app/Http/Middleware/TrustProxies.php

```
protected $headers = Request::HEADER_X_FORWARDED_ALL;

//to

protected $headers =
    Request::HEADER_X_FORWARDED_FOR |
    Request::HEADER_X_FORWARDED_HOST |
    Request::HEADER_X_FORWARDED_PORT |
    Request::HEADER_X_FORWARDED_PROTO |
    Request::HEADER_X_FORWARDED_AWS_ELB;

```

Migrate database &amp; seed

```
php artisan migrate

php artisan db:seed

```

Run development server

```
php artisan serve

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 80.6% 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 ~49 days

Recently: every ~35 days

Total

24

Last Release

1213d ago

Major Versions

1.2 → 2.02020-02-06

2.0 → 3.02020-03-02

3.14 → v4.0.02022-08-10

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/8ead4dc8e4d868bc0ea41b6c078e52a3a2d56177ddb8665decf75450294711d1?d=identicon)[lionwalker](/maintainers/lionwalker)

---

Top Contributors

[![ccdilan](https://avatars.githubusercontent.com/u/17356380?v=4)](https://github.com/ccdilan "ccdilan (25 commits)")[![pasindu-dil](https://avatars.githubusercontent.com/u/59782723?v=4)](https://github.com/pasindu-dil "pasindu-dil (6 commits)")

### Embed Badge

![Health badge](/badges/mylinex-administration/health.svg)

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

###  Alternatives

[area17/twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.

4.0k445.4k16](/packages/area17-twill)[appzcoder/laravel-admin

Laravel Admin Panel

747106.3k](/packages/appzcoder-laravel-admin)[sebastienheyd/boilerplate

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

28618.2k3](/packages/sebastienheyd-boilerplate)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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