trasel/laravel-structure-generator

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

1.0.2 2025-04-03 00:23 UTC

This package is auto-updated.

Last update: 2025-09-03 01:28:08 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