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

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

outl1ne/nova-grid
=================

A Laravel Nova tool that allows placing fields in a grid using -&gt;size() helpers.

1.0.0(2y ago)1017.6k↓35.7%4[1 issues](https://github.com/outl1ne/nova-grid/issues)MITVuePHP &gt;=8.0

Since Jan 5Pushed 2y ago4 watchersCompare

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

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

Nova Grid
=========

[](#nova-grid)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3b244f69f67e130bd671008c4e5a734cdffe7b9aa2c6189ddf9c65c9a1675c5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f75746c316e652f6e6f76612d677269642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/nova-grid)[![Total Downloads](https://camo.githubusercontent.com/3448d94c4fbdc958756c3157d0497b5edf9a59b4a18cd00d7b93c4d19fdf3f78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f75746c316e652f6e6f76612d677269642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/outl1ne/nova-grid)

This [Laravel Nova](https://nova.laravel.com/) package allows you to create simple input filters.

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

[](#requirements)

- `php: >=8.0`
- `laravel/nova: ^4.0`

Features
--------

[](#features)

- `->size()` helpers that allow placing items next to one another on the detail and form views

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

[](#installation)

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

```
composer require outl1ne/nova-grid
```

Usage
-----

[](#usage)

Use `->size()` on any Field.

```
public function fields(NovaRequest $request)
{
    return [
        Text::make('Email')
          ->size('w-1/12')
          ->sizeHalf(), // w-1/2
          ->sizeOneThird(), // w-1/3
          ->sizeTwoThirds(), // w-2/3
    ];
}
```

Credits
-------

[](#credits)

- [Kaspar Rosin](https://github.com/kasparrosin)

License
-------

[](#license)

Nova Input Filter is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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

864d ago

### Community

Maintainers

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

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (22 commits)")[![KasparRosin](https://avatars.githubusercontent.com/u/33309407?v=4)](https://github.com/KasparRosin "KasparRosin (1 commits)")

---

Tags

laravelgridlayoutnova

### Embed Badge

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

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

###  Alternatives

[codenco-dev/nova-grid-system

A Laravel Nova tool to have a grid system

80300.1k](/packages/codenco-dev-nova-grid-system)[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)[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)
