PHPackages                             marcelweidum/filament-back-button - 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. marcelweidum/filament-back-button

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

marcelweidum/filament-back-button
=================================

Brings a back button to a resource view/edit page

v1.0.0-beta.2(1mo ago)11MITPHPPHP ^8.2CI passing

Since Apr 21Pushed 1mo agoCompare

[ Source](https://github.com/MarcelWeidum/filament-back-button)[ Packagist](https://packagist.org/packages/marcelweidum/filament-back-button)[ Docs](https://github.com/marcelweidum/filament-back-button)[ GitHub Sponsors](https://github.com/MarcelWeidum)[ RSS](/packages/marcelweidum-filament-back-button/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (7)Versions (4)Used By (0)

Filament back button
====================

[](#filament-back-button)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bbde25677206298c712aaf60a0378951f9cffb27ff195fb1b3a795cbc64ea3c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617263656c77656964756d2f66696c616d656e742d6261636b2d627574746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcelweidum/filament-back-button)[![Total Downloads](https://camo.githubusercontent.com/330da3de6471b75b43d5569147a525dbb9474d8916e468e35af91195486f937c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617263656c77656964756d2f66696c616d656e742d6261636b2d627574746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marcelweidum/filament-back-button)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b34afe846f52e19a822c041703a9168d41d3402bf09ef56f321c5f54fb4d7a38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d617263656c77656964756d2f66696c616d656e742d6261636b2d627574746f6e2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/marcelweidum/filament-back-button/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Filament 4.11.x](https://camo.githubusercontent.com/5ceebabdbe13a89611e94cce0a951d8b58e3360b29b8cc88adfa6c409d48faa1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f46696c616d656e742d342e31312e782d303037656336)](https://camo.githubusercontent.com/5ceebabdbe13a89611e94cce0a951d8b58e3360b29b8cc88adfa6c409d48faa1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f46696c616d656e742d342e31312e782d303037656336)[![Filament 5.6.x](https://camo.githubusercontent.com/24ba9bb5c921b148944af583c5380a05f4771bb563c768ba8e1eb3a0e166cff9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f46696c616d656e742d352e362e782d343463633131)](https://camo.githubusercontent.com/24ba9bb5c921b148944af583c5380a05f4771bb563c768ba8e1eb3a0e166cff9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f46696c616d656e742d352e362e782d343463633131)

Brings a back button to a resource view/edit page

Caution

The current release is a **beta** release — use it cautiously in production.

   ![Filament Back Button cover](art/cover-light.png)Installation
------------

[](#installation)

You can install the package via composer:

```
composer require marcelweidum/filament-back-button
```

Important

If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.

After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.

```
@source '../../../../vendor/marcelweidum/filament-back-button/resources/**/*.blade.php';
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-back-button-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-back-button-views"
```

This is the contents of the published config file:

```
return [
    'all_resources' => true,
    'resources' => [
        // App\Filament\Resources\UserResource::class,
    ],
];
```

Set `all_resources` to `false` to only show the back button on specific Filament resources listed in `resources`.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [MarcelWeidum](https://github.com/MarcelWeidum)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance92

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.3% 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 ~8 days

Total

2

Last Release

41d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9413586?v=4)[Marcel](/maintainers/marcelweidum)[@MarcelWeidum](https://github.com/MarcelWeidum)

---

Top Contributors

[![MarcelWeidum](https://avatars.githubusercontent.com/u/9413586?v=4)](https://github.com/MarcelWeidum "MarcelWeidum (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")

---

Tags

laravelfilamentfilament-pluginfilamentphpMarcelWeidumfilament-back-button

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/marcelweidum-filament-back-button/health.svg)

```
[![Health](https://phpackages.com/badges/marcelweidum-filament-back-button/health.svg)](https://phpackages.com/packages/marcelweidum-filament-back-button)
```

###  Alternatives

[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

127173.7k3](/packages/dotswan-filament-map-picker)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6643.3k](/packages/marcelweidum-filament-passkeys)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12351.0k](/packages/jibaymcs-filament-tour)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

196.5k14](/packages/wsmallnews-filament-nestedset)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94113.9k5](/packages/marcelweidum-filament-expiration-notice)

PHPackages © 2026

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