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

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

xamani/nova-grid-system
=======================

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

0914Vue

Since Aug 5Pushed 2y agoCompare

[ Source](https://github.com/xamani/nova-column)[ Packagist](https://packagist.org/packages/xamani/nova-grid-system)[ RSS](/packages/xamani-nova-grid-system/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92% 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/56ff56d15dc0abf7492ee4306b94c77838db43524a42ab083dd9f85de4b25651?d=identicon)[xamani](/maintainers/xamani)

---

Top Contributors

[![Tarpsvo](https://avatars.githubusercontent.com/u/2018660?v=4)](https://github.com/Tarpsvo "Tarpsvo (23 commits)")[![xamani](https://avatars.githubusercontent.com/u/25452228?v=4)](https://github.com/xamani "xamani (2 commits)")

### Embed Badge

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

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

###  Alternatives

[johnpbloch/wordpress-core

WordPress is open source software you can use to create a beautiful website, blog, or app.

17712.9M129](/packages/johnpbloch-wordpress-core)

PHPackages © 2026

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