PHPackages                             handmadeweb/statamic-laravel-packages - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. handmadeweb/statamic-laravel-packages

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

handmadeweb/statamic-laravel-packages
=====================================

1.0.5(2y ago)22.6k3[1 issues](https://github.com/HandmadeWeb/statamic-laravel-packages/issues)[2 PRs](https://github.com/HandmadeWeb/statamic-laravel-packages/pulls)MITPHPPHP ^7.3||^8.0

Since Aug 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/HandmadeWeb/statamic-laravel-packages)[ Packagist](https://packagist.org/packages/handmadeweb/statamic-laravel-packages)[ RSS](/packages/handmadeweb-statamic-laravel-packages/feed)WikiDiscussions main Synced 1mo ago

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

[![MIT Licensed](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Adds "quick access links" and permissions to Statamic, for popular Laravel (Horizon, Nova, Telescope) packages.

Requirements
------------

[](#requirements)

- Statamic 3.1 or higher

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

[](#installation)

You can install the package via composer:

```
composer require handmadeweb/statamic-laravel-packages
```

Then you can assign permissions via Statamic which will be usable in the form of `can` / `cant`, `access laravel telescope`, `access laravel horizon` or `access laravel nova`

Then just update the service provider for your chosen package, for example with Telescope we might use the following.

`\App\Providers\TelescopeServiceProvider`

```
    /**
     * Register the Telescope gate.
     *
     * This gate determines who can access Telescope in non-local environments.
     *
     * @return void
     */
    protected function gate()
    {
        Gate::define('viewTelescope', function ($user) {
            return $user->can('access laravel telescope');
        });
    }
```

And now you will be able to manage access via Statamic.

Usage
-----

[](#usage)

### Permissions

[](#permissions)

You'll be able to add permissions for each of the installed `Laravel Packages` in the Statamic control panel.

[![Permissions](https://user-images.githubusercontent.com/54159303/127936231-da467d4f-fe8c-48fc-9a90-83f877e54af0.png)](https://user-images.githubusercontent.com/54159303/127936231-da467d4f-fe8c-48fc-9a90-83f877e54af0.png)

### Control Panel

[](#control-panel)

Any package/links that the admin/user has permission to access (and is installed) will appear on the sidebar.

[![Sidebar](https://user-images.githubusercontent.com/54159303/127937372-9ec5a9c1-903a-4df8-8b57-b98dd932d1c3.png)](https://user-images.githubusercontent.com/54159303/127937372-9ec5a9c1-903a-4df8-8b57-b98dd932d1c3.png)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](https://statamic.com/addons/handmadeweb/statamic-laravel-packages/release-notes) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/handmadeweb/statamic-laravel-packages/blob/main/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Handmade Web &amp; Design](https://github.com/handmadeweb)
- [Michael Rook](https://github.com/michaelr0)
- [All Contributors](https://github.com/handmadeweb/statamic-laravel-packages/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/handmadeweb/statamic-laravel-packages/blob/main/LICENSE) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~141 days

Recently: every ~176 days

Total

6

Last Release

1037d ago

PHP version history (2 changes)1.0.0PHP ^7.3 || ^8.0

1.0.3PHP ^7.3||^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e7a98568b1db97131b747177e0460eac0afd7e5bb47569243f9656f5da2bc4f?d=identicon)[HandmadeWeb](/maintainers/HandmadeWeb)

---

Top Contributors

[![michaelr0](https://avatars.githubusercontent.com/u/54159303?v=4)](https://github.com/michaelr0 "michaelr0 (5 commits)")[![joelbutcher](https://avatars.githubusercontent.com/u/7163152?v=4)](https://github.com/joelbutcher "joelbutcher (1 commits)")[![sliver37](https://avatars.githubusercontent.com/u/998827?v=4)](https://github.com/sliver37 "sliver37 (1 commits)")

---

Tags

statamicStatamic addonstatamic-horizonstatamic-novastatamic-telescope

### Embed Badge

![Health badge](/badges/handmadeweb-statamic-laravel-packages/health.svg)

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

###  Alternatives

[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

13128.3k](/packages/withcandour-aardvark-seo)[aerni/livewire-forms

A Statamic forms framework powered by Laravel Livewire

2912.8k](/packages/aerni-livewire-forms)[mitydigital/feedamic

A fully-featured RSS and Atom feed generator for Statamic.

1064.0k](/packages/mitydigital-feedamic)[mitydigital/sitemapamic

An XML sitemap generator for Statamic that includes all collections and related taxonomy pages.

1485.2k](/packages/mitydigital-sitemapamic)

PHPackages © 2026

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