trasel/laravel-structure-generator

Package to generate Services and Repositories or complete Repositories/Services/Controllers structure in Laravel

Installs: 226

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/trasel/laravel-structure-generator

1.0.2 2025-04-03 00:23 UTC

This package is auto-updated.

Last update: 2026-02-03 02:20:07 UTC


README

Requirements

  • php: ^8.1
  • Laravel: ^9.0

Install

composer require trasel/laravel-structure-generator

Ways of use

Command Descrição
php artisan make:service ServiceName It will generate the directory and file with the service
php artisan make:repository RepositoryName It will generate the directory and file with the Repository
php artisan make:structure StructureName Generate directories, files and auto imports with Controller/Service/Repository

Usage example

commands

Arquivos gerados