PHPackages                             vladislavtkachenko/extend-owl-admin - 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. vladislavtkachenko/extend-owl-admin

ActiveLibrary

vladislavtkachenko/extend-owl-admin
===================================

Extend Owl Admin

1.0.3(8y ago)65.3k↑100%3MITPHPPHP &gt;=7.0.0

Since Jan 8Pushed 7y agoCompare

[ Source](https://github.com/vladislavtkachenko/extend-owl-admin)[ Packagist](https://packagist.org/packages/vladislavtkachenko/extend-owl-admin)[ RSS](/packages/vladislavtkachenko-extend-owl-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (4)Used By (0)

Install
-------

[](#install)

`composer require vladislavtkachenko/extend-owl-admin`

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

For Laravel &lt; 5.5 after updating composer, add the service provider to the providers array in config/app.php

`VladislavTkachenko\Admin\Providers\ExtendOwlAdminServiceProvider::class`

### Publish assets

[](#publish-assets)

`php artisan vendor:publish --provider="VladislavTkachenko\Admin\Providers\ExtendOwlAdminServiceProvider" --force`

Usage
-----

[](#usage)

### Orderable block with {image, title, description}

[](#orderable-block-with-image-title-description)

`AdminFormElement::orderableBlock('content', 'Content')`

 [![](https://camo.githubusercontent.com/65143ece53631934b3bd515945b686cb959e085b7f28266153e74a7fd0d73899/687474703a2f2f646c332e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f623832393634643838332e6a7067)](https://camo.githubusercontent.com/65143ece53631934b3bd515945b686cb959e085b7f28266153e74a7fd0d73899/687474703a2f2f646c332e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f623832393634643838332e6a7067)

### Orderable images (only image)

[](#orderable-images-only-image)

In model

`protected $casts = [ 'content' => 'array' ];`

In admin Section

`AdminFormElement::orderableImages('content', 'Content')`

 [![](https://camo.githubusercontent.com/78794c1ff1aca55ec8ce03d217a86a0244191918b728dca1a81b8db6cb35ba89/687474703a2f2f646c342e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f336261656535303064632e6a7067)](https://camo.githubusercontent.com/78794c1ff1aca55ec8ce03d217a86a0244191918b728dca1a81b8db6cb35ba89/687474703a2f2f646c342e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f336261656535303064632e6a7067)

### Color Picker

[](#color-picker)

onDisplay

`AdminColumn::color('color', 'Color')`

onCreate / onEdit

`AdminFormElement::colorPicker('color', 'Color')`

 [![](https://camo.githubusercontent.com/fe870b7cf72ffef1bdb2b78b7f705d055b4276b45c1d3284d697642ad7d757b0/687474703a2f2f646c342e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f656533653362623934322e6a7067)](https://camo.githubusercontent.com/fe870b7cf72ffef1bdb2b78b7f705d055b4276b45c1d3284d697642ad7d757b0/687474703a2f2f646c342e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f656533653362623934322e6a7067)

### Yandex Map

[](#yandex-map)

`AdminFormElement::yandexMap('coords', 'Map')`

 [![](https://camo.githubusercontent.com/2ce498feca440704475f5cb438baa0488c2a7d28e5d7d8858613211925281af6/687474703a2f2f646c342e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f323861333939393732302e6a7067)](https://camo.githubusercontent.com/2ce498feca440704475f5cb438baa0488c2a7d28e5d7d8858613211925281af6/687474703a2f2f646c342e6a6f78692e6e65742f64726976652f323031382f30362f32322f303032352f333438342f313636323336342f36342f323861333939393732302e6a7067)

### Server info page: add to the navigation in Admin/navigation.php

[](#server-info-page-add-to-the-navigation-in-adminnavigationphp)

`(new Page())->setTitle('Server')->setIcon('fa fa-server')->setUrl('/admin/server')`

### Edit robots.txt file

[](#edit-robotstxt-file)

`(new Page())->setTitle('Robots')->setIcon('fa fa-android')->setUrl('/admin/robots')`

### Show Laravel logs files

[](#show-laravel-logs-files)

Set daily Laravel log in .env file

`APP_LOG=daily`

Add to the navigation in Admin/navigation.php

`(new Page())->setTitle('Logs')->setIcon('fa fa-files-o')->setUrl('/admin/logs')`

### Auth

[](#auth)

Add middleware to the routeMiddleware array in app/Http/Kernel.php

`'administrator' => \VladislavTkachenko\Admin\Http\Middleware\Administrator::class`

Add middleware to the 'middleware' array in config/sleeping\_owl.php

`'middleware' => ['web', 'administrator'],`

Configure sleeping\_owl\_extent.php config

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

3042d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81ea7be1d5e65369b06580bc622b4607509b4b25e15c4277d515f1d3cd38ae3e?d=identicon)[vladislavtkachenko](/maintainers/vladislavtkachenko)

---

Top Contributors

[![vladislavtkachenko](https://avatars.githubusercontent.com/u/21283123?v=4)](https://github.com/vladislavtkachenko "vladislavtkachenko (14 commits)")

---

Tags

laravelphp

### Embed Badge

![Health badge](/badges/vladislavtkachenko-extend-owl-admin/health.svg)

```
[![Health](https://phpackages.com/badges/vladislavtkachenko-extend-owl-admin/health.svg)](https://phpackages.com/packages/vladislavtkachenko-extend-owl-admin)
```

PHPackages © 2026

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