trasel/laravel-structure-generator

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

Maintainers

Package info

github.com/oTrasel/laravel-structure-generator

pkg:composer/trasel/laravel-structure-generator

Statistics

Installs: 226

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.2 2025-04-03 00:23 UTC

This package is auto-updated.

Last update: 2026-03-03 02:31:29 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