PHPackages                             cloudstudio/resource-generator - 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. cloudstudio/resource-generator

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

cloudstudio/resource-generator
==============================

Resource Generator for Laravel Nova

1.5.2(4y ago)106136.1k↓17.9%18[1 issues](https://github.com/cloudstudio/resource-generator/issues)1MITVuePHP &gt;=7.1.0CI failing

Since Oct 5Pushed 4y ago4 watchersCompare

[ Source](https://github.com/cloudstudio/resource-generator)[ Packagist](https://packagist.org/packages/cloudstudio/resource-generator)[ RSS](/packages/cloudstudio-resource-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (10)Used By (1)

Resource Generator tool for Laravel Nova
========================================

[](#resource-generator-tool-for-laravel-nova)

[![Total Downloads](https://camo.githubusercontent.com/969be64c6da70ffda97ac901bf4a86918174c5fa85886947f76bab71461e59de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c6f756473747564696f2f7265736f757263652d67656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cloudstudio/resource-generator)

Resource Generator for Laravel Nova

##### Resource Generator Tool preview

[](#resource-generator-tool-preview)

[![Resource Generator Tool](https://user-images.githubusercontent.com/74367/46522091-12b5ad00-c882-11e8-8ff6-6af312fa2a42.png)](https://user-images.githubusercontent.com/74367/46522091-12b5ad00-c882-11e8-8ff6-6af312fa2a42.png)

### Installation

[](#installation)

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

```
composer require cloudstudio/resource-generator
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

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

// ...

public function tools()
{
    return [
        // ...
        new \Cloudstudio\ResourceGenerator\ResourceGenerator(),
    ];
}
```

Maybe you need link storage folder

```
php artisan storage:link
```

### To Do

[](#to-do)

- Release v1
- Complete the documentation
- Decorate generated files properly
- Refactorize vue code

### Minor Bugs

[](#minor-bugs)

We have issues with wrong indent when files are generated.

### Documentation

[](#documentation)

Click [here](https://krato.github.io/resource-generator-docs/) for full documentation.

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Eric Lagarda](https://github.com/Krato)
- [Toni Soriano](https://github.com/cloudstudio)

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~156 days

Recently: every ~226 days

Total

9

Last Release

1528d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3589377?v=4)[Toni Soriano](/maintainers/cloudstudio)[@cloudstudio](https://github.com/cloudstudio)

---

Top Contributors

[![cloudstudio](https://avatars.githubusercontent.com/u/3589377?v=4)](https://github.com/cloudstudio "cloudstudio (14 commits)")[![cuviline](https://avatars.githubusercontent.com/u/2626188?v=4)](https://github.com/cuviline "cuviline (8 commits)")[![mathieutu](https://avatars.githubusercontent.com/u/11351322?v=4)](https://github.com/mathieutu "mathieutu (6 commits)")[![Krato](https://avatars.githubusercontent.com/u/74367?v=4)](https://github.com/Krato "Krato (6 commits)")[![mixartemev](https://avatars.githubusercontent.com/u/5181924?v=4)](https://github.com/mixartemev "mixartemev (3 commits)")[![madeITBelgium](https://avatars.githubusercontent.com/u/20304892?v=4)](https://github.com/madeITBelgium "madeITBelgium (1 commits)")[![Otienoh](https://avatars.githubusercontent.com/u/8632640?v=4)](https://github.com/Otienoh "Otienoh (1 commits)")[![programmende](https://avatars.githubusercontent.com/u/19054690?v=4)](https://github.com/programmende "programmende (1 commits)")

---

Tags

laravelgeneratorresourcenova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cloudstudio-resource-generator/health.svg)

```
[![Health](https://phpackages.com/badges/cloudstudio-resource-generator/health.svg)](https://phpackages.com/packages/cloudstudio-resource-generator)
```

###  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-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243369.4k](/packages/optimistdigital-nova-menu-builder)[outl1ne/nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243246.0k3](/packages/outl1ne-nova-menu-builder)[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)
