PHPackages                             gsferro/template-generate-easy - 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. gsferro/template-generate-easy

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

gsferro/template-generate-easy
==============================

09PHP

Since Nov 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/GuilhermeFerro/laravel-template-generate-easy)[ Packagist](https://packagist.org/packages/gsferro/template-generate-easy)[ RSS](/packages/gsferro-template-generate-easy/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-template-generate-easy
==============================

[](#laravel-template-generate-easy)

Estudar esses videos:

-
- [https://www.youtube.com/watch?v=2sPfQIC7cqk&amp;list=PLmwAMIdrAmK5q0c0JUqzW3u9tb0AqW95w&amp;ab\_channel=JasonMcCreary](https://www.youtube.com/watch?v=2sPfQIC7cqk&list=PLmwAMIdrAmK5q0c0JUqzW3u9tb0AqW95w&ab_channel=JasonMcCreary)

Generate entidade
=================

[](#generate-entidade)

- para o stub funcionar, é preciso que o arquivo seja publicado na pasta /stubs
- registrar o comando em Kernel no publish

comando tem q fazer: (Pesquisas)

- crud php artisan make:model Entidade -m # ser executada via blueprint php artisan make:datatable Entidade/Table Entidade php artisan livewire:make Entidade/Index --test --stub=vendor/gsferro/template-generate-easy/src/stubs/livewire # com o stub modificado php artisan livewire:make Entidade/Create --test --stub=vendor/gsferro/template-generate-easy/src/stubs/livewire/create # com o stub modificado # todo unificar php artisan livewire:make Entidade/Edit --test --stub=vendor/gsferro/template-generate-easy/src/stubs/livewire/edit # todo unificar

// form

todo escrever o form baseado no migrate
=======================================

[](#todo-escrever-o-form-baseado-no-migrate)

- modal php artisan livewire:make Entidade/Modal --test --stub=vendor/gsferro/template-generate-easy/src/stubs/livewire/modal
- escrever em web.php
- dashboard

perguntar se quer criar
=======================

[](#perguntar-se-quer-criar)

php artisan make:livewire Dashboard/Entidade --test --stub=vendor/gsferro/template-generate-easy/src/stubs/livewire/dashboard (usando outro stub)

- test (pest e dusk) php artisan pest:test EntidadeModelTest --unit # test model # Todo criar stub php artisan dusk:make EntidadeDuskTest # Todo criar stub

\############################## Analisar:

- no meu comando de criação do livewire, eu pego o arquivos gerados e coloco o nome da Model q eh a Entidade
- ver metodo \\Livewire\\Commands\\ComponentParser@classContents
- da um preg\_replace colocando a route (q sera criado), Model e tudo mais que puder ser generico ou se baseando em perguntas ao executar o meu comando

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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/9857d9f527903d58285b8afd4c9cc5d4150041a5951ba5b84c399d0e579b0255?d=identicon)[gsferro](/maintainers/gsferro)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gsferro-template-generate-easy/health.svg)

```
[![Health](https://phpackages.com/badges/gsferro-template-generate-easy/health.svg)](https://phpackages.com/packages/gsferro-template-generate-easy)
```

PHPackages © 2026

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