PHPackages                             achalj09/editresource - 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. achalj09/editresource

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

achalj09/editresource
=====================

Edit Resource Button

0.0.1(7y ago)417.7k↓35.7%MITVuePHP &gt;=7.1.0

Since Jan 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/achalj09/editresource)[ Packagist](https://packagist.org/packages/achalj09/editresource)[ RSS](/packages/achalj09-editresource/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Edit Resource Button.
=====================

[](#edit-resource-button)

In Laravel Nova, when you use Custom Tool for creating/editing/updating Custom Page,

you might need "Edit Resource Button" with edit SVG icon as custom link field.

Install using
=============

[](#install-using)

```
composer require achalj09/editresource
```

Use in resources
================

[](#use-in-resources)

```
use Achalj09\Editresource\Editresource;

Editresource::make('Edit','edit')
  ->details([
      'href' => function () {
          return "../../createjobs/{$this->id}/edit";
      },
      'text' => function () {
          return 'edit';
      },
  ])->onlyOnIndex()
  ->canSee(function ($request) {
      return $request->user()->can('Update Jobs', $this);
}),
```

Output
======

[](#output)

[![alt Sample Image](https://github.com/achalj09/editresource/raw/master/resources/images/sample-image.png)](https://github.com/achalj09/editresource/blob/master/resources/images/sample-image.png)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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

2720d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8180139?v=4)[Achal Jain](/maintainers/achalj09)[@achalj09](https://github.com/achalj09)

---

Top Contributors

[![achalj09](https://avatars.githubusercontent.com/u/8180139?v=4)](https://github.com/achalj09 "achalj09 (9 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

52178.7k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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