PHPackages                             freis/nova-grid-layout - 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. freis/nova-grid-layout

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

freis/nova-grid-layout
======================

Tool responsible for allowing changing the sizes of fields. Inpired by codenco-dev/nova-grid-system

030Vue

Since Nov 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/felipereisdev/nova-grid-layout)[ Packagist](https://packagist.org/packages/freis/nova-grid-layout)[ RSS](/packages/freis-nova-grid-layout/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nova Grid Layout
================

[](#nova-grid-layout)

Tool responsible for allowing changing the sizes of fields. Inpired by codenco-dev/nova-grid-system

Author
------

[](#author)

- [@felipereisdev](https://www.github.com/felipereisdev)

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

[](#requirements)

- PHP 8.0+
- Laravel Nova 4+

Install
-------

[](#install)

Install with composer

```
  composer require freis/nova-grid-layout
```

Usage
-----

[](#usage)

In NovaServiceProvider.php, method tools(), add:

```
new Freis\NovaGridLayout\NovaGridLayout
```

In resource:

```
  Text::make('Email')
    ->stacked() // prefer stacked
    ->size('w-1/2') // inform the tailwind width class
    ->sortable()
```

Licença
-------

[](#licença)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf4536ab0c5799e0a8664dc47746371809937522e2073806128628d180b4f6d6?d=identicon)[freis](/maintainers/freis)

---

Top Contributors

[![felipereisdev](https://avatars.githubusercontent.com/u/7799406?v=4)](https://github.com/felipereisdev "felipereisdev (10 commits)")

### Embed Badge

![Health badge](/badges/freis-nova-grid-layout/health.svg)

```
[![Health](https://phpackages.com/badges/freis-nova-grid-layout/health.svg)](https://phpackages.com/packages/freis-nova-grid-layout)
```

PHPackages © 2026

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