PHPackages                             lukesnowden/gnaw - 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. lukesnowden/gnaw

ActiveLibrary

lukesnowden/gnaw
================

Generates front end scaffold

0.1.7(6y ago)017MITPHP

Since Apr 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lukesnowden/gnaw)[ Packagist](https://packagist.org/packages/lukesnowden/gnaw)[ RSS](/packages/lukesnowden-gnaw/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (1)Versions (27)Used By (0)

Front End Scaffold Generator
============================

[](#front-end-scaffold-generator)

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

[](#installation)

You can install the package via Composer:

```
composer require ensphere/gnaw

```

Next, you must install the service provider to `config/app.php`:

```
'providers' => [
    // ...
    Ensphere\Gnaw\Providers\AppServiceProvider::class,
];
```

### Post CSS Disk

[](#post-css-disk)

And finally you should add a disk named `post-css` to `app/config/filesystems.php` on which the `.pcss` will be saved. This would be a typical configuration:

```
// ...
'disks' => [
    // ...
    'post-css' => [
        'driver' => 'local',
        'root'   => resource_path( 'assets/src/css' ),
    ],
// ...
```

Optionally, you may publish the configuration file with (it is advised to publish and store your variables in the application config file and not the Post CSS config files):

```
php artisan vendor:publish --provider="Ensphere\Gnaw\Providers\AppServiceProvider" --tag="config"

```

Usage
-----

[](#usage)

### Utilities

[](#utilities)

#### Columns

[](#columns)

Current max columns is 16;

- `col:1-of-2`
- `col:5-of-16`
- `col:4-of-12`

#### Colours

[](#colours)

- `background-color:blue`
- `color:red`

#### Spacing

[](#spacing)

- `padding:large`
- `padding-left:large`
- `padding-top:small`
- `padding-right:medium`
- `padding-bottom:extra-large`
- `padding-y-axis:very-small`
- `padding-x-axis:large`
- `margin:large`
- `margin-left:large`
- `margin-top:small`
- `margin-right:medium`
- `margin-bottom:extra-large`
- `margin-y-axis:very-small`
- `margin-x-axis:large`

#### Helpers

[](#helpers)

- `full-width`
- `not-a-list`
- `float:left` | `float:right`
- `children:same-height`
- `child:vertically-aligned`

example;

```

```

#### Media Query Variants

[](#media-query-variants)

This is a mobile first utility framework so no prefix is mobile use. Prefixes available ar `tablet--`, `desktop--`, `wide--` and `huge--`.

- `tablet--padding-x-axis:large`
- `dektop--col:2-of-12`
- `wide--margin-left:small`
- `huge--color:blue`

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~16 days

Total

26

Last Release

2532d ago

### Community

Maintainers

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

---

Top Contributors

[![lukesnowden](https://avatars.githubusercontent.com/u/8149079?v=4)](https://github.com/lukesnowden "lukesnowden (17 commits)")

### Embed Badge

![Health badge](/badges/lukesnowden-gnaw/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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