PHPackages                             fastleo/fastleo - 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. fastleo/fastleo

ActiveLibrary[Admin Panels](/categories/admin)

fastleo/fastleo
===============

Admin panel for laravel

2.4.3(4y ago)0270MITPHP ^8.0

Since May 11Compare

[ Source](https://github.com/Camanru/fastleo)[ Packagist](https://packagist.org/packages/fastleo/fastleo)[ Docs](https://fastleo.ru)[ RSS](/packages/fastleo-fastleo/feed)WikiDiscussions Synced 2d ago

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

About
-----

[](#about)

Admin panel for laravel

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Used
----

[](#used)

**Install Fastleo**

```
composer require fastleo/fastleo
php artisan migrate
php artisan storage:link
php artisan vendor:publish --tag=fastleo --force

```

**After update Fastleo**

```
php artisan migrate
php artisan vendor:publish --tag=fastleo --force

```

**Create admin**

```
php artisan fastleo:user --admin

```

**Clear cache**

```
php artisan fastleo:clear
composer dump-autoload

```

**Enter in Fastleo**

```
http://site.org/fastleo

```

**Fastleo setting model**

```
public $fastleo = ModelName[title];

public $fastleo_group = GroupModels[title];

public $fastleo_description = ModelDescription[text];

public $fastleo_columns = [

    'column' => [

        'title' => 'Title',
        'type' => 'string[number|checkbox|text|select|include]',
        'visible' => true,
        'description' => '',
        'placeholder' => '',

        // if type == string
        'media' => false,

        // if type == text
        'tinymce' => false,

        // if type == select
        'multiple' => false,

        // if type == select
        // example [10,20,30]
        // example 'App\User:id:email:name'
        // example 'Model:key:value:?order?'
        // example 'Model:key:value:where:value:?order?'
        'data' => [],
        'data' => 'Model:key:value',

        // if type == include
        'model' => 'Relationship model' // example 'App\UserImages'
        'relation' => 'Relationship method' // example 'images'

    ],
];

```

**Fastleo local**

```
"require": {
    "fastleo/fastleo": "@dev"
},
"repositories": [
    {
        "type": "path",
        "url": "../fastleo",
        "options": {
            "symlink": true
        }
    }
]

composer update fastleo/fastleo --prefer-source

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity78

Established project with proven stability

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 ~47 days

Recently: every ~509 days

Total

55

Last Release

51d ago

Major Versions

1.1.4 → 2.0.02019-11-21

PHP version history (3 changes)1.0.0PHP &gt;=7.2

2.4.0PHP &gt;=7.3

2.4.3PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d43fff3afc9e2255cdfde4a3cbf523b1267d223489cd75bf489cf5f4c2a5c9e?d=identicon)[Fastleo](/maintainers/Fastleo)

---

Tags

laravelcmscmfadminfastleo

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[dcat-plus/laravel-admin

dcat-plus admin

1433.7k9](/packages/dcat-plus-laravel-admin)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[arbory/arbory

Administration interface for Laravel

4753.9k3](/packages/arbory-arbory)[eveseat/web

SeAT Web Interface

2623.4k149](/packages/eveseat-web)

PHPackages © 2026

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