PHPackages                             marianvlad/nova-env-card - 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. marianvlad/nova-env-card

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

marianvlad/nova-env-card
========================

A Laravel Nova card for editing .env file .

v1.0.0(7y ago)710.9k1[1 issues](https://github.com/marianvlad/nova-env-card/issues)[1 PRs](https://github.com/marianvlad/nova-env-card/pulls)MITVuePHP &gt;=7.1.0

Since Aug 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/marianvlad/nova-env-card)[ Packagist](https://packagist.org/packages/marianvlad/nova-env-card)[ Docs](https://github.com/marianvlad/nova-env-card)[ RSS](/packages/marianvlad-nova-env-card/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Nova Environment Editor Card
============================

[](#nova-environment-editor-card)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f5cb26cac441b58bc45000075ffb1bdfe99713729cd08fcf087cc8712c98a8cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617269616e766c61642f6e6f76612d656e762d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marianvlad/nova-env-card)[![Total Downloads](https://camo.githubusercontent.com/025a66270e8fe4fd4c27fc8c9894c49ab975e742ac30c79b0f28dbc3b306387a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617269616e766c61642f6e6f76612d656e762d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marianvlad/nova-env-card)

Edit Environment file inside a modal.

 [![](https://camo.githubusercontent.com/514e0fc90046aca290b682ae2428f90ed8dfb239dd94d7110484c44c7496bf5f/68747470733a2f2f692e696d6775722e636f6d2f714275334361452e706e67)](https://camo.githubusercontent.com/514e0fc90046aca290b682ae2428f90ed8dfb239dd94d7110484c44c7496bf5f/68747470733a2f2f692e696d6775722e636f6d2f714275334361452e706e67) [![](https://camo.githubusercontent.com/844ad6b88d463d24528c06263b5a4eb6cc8457fbd13c221f62fd7b5a43825f15/68747470733a2f2f692e696d6775722e636f6d2f735039595478462e706e67)](https://camo.githubusercontent.com/844ad6b88d463d24528c06263b5a4eb6cc8457fbd13c221f62fd7b5a43825f15/68747470733a2f2f692e696d6775722e636f6d2f735039595478462e706e67)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require marianvlad/nova-env-card
```

Next up, you must register the card Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        (new \Marianvlad\NovaEnvCard\NovaEnvCard)->canSee(function ($request) {
        	return $request->user()->role == 'admin';
        })
    ];
}
```

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

2820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bdc064c2bb0ab647a76bcaf217b29141e6e94c454c2d29b1d25316130715263?d=identicon)[blackburn1911](/maintainers/blackburn1911)

---

Tags

envlaravelnovaphplaravelnova

### Embed Badge

![Health badge](/badges/marianvlad-nova-env-card/health.svg)

```
[![Health](https://phpackages.com/badges/marianvlad-nova-env-card/health.svg)](https://phpackages.com/packages/marianvlad-nova-env-card)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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