PHPackages                             tonegabes/filament-make-model - 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. tonegabes/filament-make-model

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

tonegabes/filament-make-model
=============================

Generate model, permissions enum, policy, tests, and Filament resource scaffolding.

00PHP

Since Jun 11Pushed 1mo agoCompare

[ Source](https://github.com/tonegabes/laravel-make-model-plus)[ Packagist](https://packagist.org/packages/tonegabes/filament-make-model)[ RSS](/packages/tonegabes-filament-make-model/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Filament Make Model
===================

[](#filament-make-model)

[![Latest Version on Packagist](https://camo.githubusercontent.com/185984da1bcef5524b59b452374dd0eb5cd9f4160f62d80d236cc82cec56a2a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f6e6567616265732f6c61726176656c2d6d616b652d6d6f64656c2d706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tonegabes/laravel-make-model-plus)[![Total Downloads](https://camo.githubusercontent.com/b2ad912166159e3171535b985e6a5887e2461cfe4371ac3019057e120a5e3cf4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f6e6567616265732f6c61726176656c2d6d616b652d6d6f64656c2d706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tonegabes/laravel-make-model-plus)[![License](https://camo.githubusercontent.com/a7edef8f0fe939d324e20312c74adcfc825666fb689427879121fcee27788088/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f746f6e6567616265732f6c61726176656c2d6d616b652d6d6f64656c2d706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tonegabes/laravel-make-model-plus)

`tonegabes/laravel-make-model-plus` implement additional features envolving Filament resources and permissions enums.

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

[](#requirements)

- PHP 8.3+
- Laravel 12 or 13
- Filament 5

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

[](#installation)

```
composer require tonegabes/laravel-make-model-plus
```

Optional: publish config and stubs.

```
php artisan vendor:publish --tag=laravel-make-model-plus-config
php artisan vendor:publish --tag=laravel-make-model-plus-stubs
```

Usage
-----

[](#usage)

```
php artisan make:model-plus Evento --resource=eventos
```

### Available options

[](#available-options)

- `--resource=`: Base permission key (for example, `eventos`)
- `--panel=`: Filament panel id (defaults to `admin`)
- `--no-filament`: Skip Filament resource generation
- `--migration`
- `--factory`
- `--seed`
- `--force`

### Generated files

[](#generated-files)

- Model via `make:model`
- `app/Enums/Permissions/{Model}Permissions.php`
- `app/Policies/{Model}Policy.php`
- `tests/Unit/Enums/Permissions/{Model}PermissionsTest.php`
- `tests/Feature/Policies/{Model}PolicyTest.php`
- Filament Resource with `View` page via `make:filament-resource`

When `--no-filament` is used, only model/domain scaffolding is generated.

Release checklist (`v1.0.0`)
----------------------------

[](#release-checklist-v100)

- Ensure package tests are green: `vendor/bin/pest --compact`
- Ensure code style is clean: `vendor/bin/pint --dirty --format agent`
- Update `CHANGELOG.md` (or release notes) with the final scope
- Create git tag: `v1.0.0`
- Push tag and trigger Packagist update

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance60

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

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/e3601e3761366d2e66ee37b091360e1c9bfc1d1dc764ff0f940434c9c75a36fc?d=identicon)[tonegabes](/maintainers/tonegabes)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tonegabes-filament-make-model/health.svg)

```
[![Health](https://phpackages.com/badges/tonegabes-filament-make-model/health.svg)](https://phpackages.com/packages/tonegabes-filament-make-model)
```

###  Alternatives

[cebe/assetfree-yii2

A meta package that allows you to install yii2 without composer-asset-plugin.

50126.5k4](/packages/cebe-assetfree-yii2)[jyxon/gdpr-cookie-compliance

A library to comply with the GDPR law.

5851.0k](/packages/jyxon-gdpr-cookie-compliance)

PHPackages © 2026

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