PHPackages                             bfg/admin-custom-page - 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. bfg/admin-custom-page

ActiveBfg-admin-extension[Admin Panels](/categories/admin)

bfg/admin-custom-page
=====================

Admin controls for custom pages

0.0.1(2y ago)00MITPHPPHP ^8.0|^8.1

Since Jun 22Pushed 2y ago2 watchersCompare

[ Source](https://github.com/bfg-s/admin-custom-page)[ Packagist](https://packagist.org/packages/bfg/admin-custom-page)[ RSS](/packages/bfg-admin-custom-page/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![Laravel Logo](https://camo.githubusercontent.com/b2febdc58121e626abd661da9b4a4c7575d78d2613627873316924a00d98e776/68747470733a2f2f776f6f642e7665736b6f642e636f6d2f696d616765732f6c6f676f2e706e67)](https://wood.veskod.com/documentation/admin-panel)

[![Total Downloads](https://camo.githubusercontent.com/67f91cf7d35dd5fc60126845e68bf73aade47d9b2ef0f689f6e57ca3d7203ea6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6266672f61646d696e2d637573746f6d2d70616765)](https://packagist.org/packages/bfg/admin-custom-page)[![Latest Stable Version](https://camo.githubusercontent.com/920fe65f3c98bf6e4537287bdb11005ab8f1041a4b75446ec32a5df144b980c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6266672f61646d696e2d637573746f6d2d70616765)](https://packagist.org/packages/bfg/admin-custom-page)[![License](https://camo.githubusercontent.com/b2a1660ce7d64e82bc7fbd08e1ee91fa8f1da73d44e7dcacb313a8ee9f71a69e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6266672f61646d696e2d637573746f6d2d70616765)](https://packagist.org/packages/bfg/admin-custom-page)

Install
=======

[](#install)

```
composer require bfg/admin-custom-page

```

Admin install
=============

[](#admin-install)

```
php artisan admin:extension bfg/admin-custom-page --install

```

Admin menu
==========

[](#admin-menu)

In the case where you need to change the location of the "Pages" menu item in the structure of the administrative panel of your application, there is a specialized method for achieving this goal. This method, called `bfg_admin_custom_page`, allows you to flexibly integrate the "Pages" menu item into any part of your site's management interface. Using this method, you get the opportunity to customize the layout of menu elements in accordance with the administration needs and navigation logic of your web application. Thus, `bfg_admin_custom_page` provides you with tools for optimizing the workspace of the administrative panel, thereby improving its usability and efficiency of working with the Pages settings of your site:

```
class Navigator extends NavigatorExtensionProvider implements ActionWorkExtensionInterface
{
    /**
     * @return void
     */
    public function handle() : void
    {
        $this->bfg_admin_custom_page(); // SEO menu item

        // OR

        $this->group('Pages group', 'pages_group', function (NavGroup $group) {
            $group->bfg_admin_custom_page(); // SEO menu item in group
        })->icon_thumbtack();

        $this->makeDefaults();

        $this->makeExtensions();
    }
}
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

741d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59b2d162a30938ac2c3c56340ebea07a6778a3e1c86cb70b5bc28b69a1c3f04d?d=identicon)[bfg](/maintainers/bfg)

---

Top Contributors

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

---

Tags

laravelextensionadminltebfgadmin-custom-page

### Embed Badge

![Health badge](/badges/bfg-admin-custom-page/health.svg)

```
[![Health](https://phpackages.com/badges/bfg-admin-custom-page/health.svg)](https://phpackages.com/packages/bfg-admin-custom-page)
```

###  Alternatives

[guanguans/dcat-login-captcha

Dcat admin login captcha. - Dcat admin 登录验证码。

42112.7k](/packages/guanguans-dcat-login-captcha)

PHPackages © 2026

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