rudi97277/laravel-make-feature

A package to generate feature-related files (controller, service, repository, and model) with ease for Laravel projects.

v1.0.0 2025-01-22 13:18 UTC

This package is auto-updated.

Last update: 2025-06-22 14:12:10 UTC


README

A Laravel package that helps you generate feature-related files such as controllers, services, repositories, and models with ease. It automates the creation of commonly used files in Laravel projects, promoting clean and consistent feature development.

Features

  • Generate Controller, Service, Repository, and Model: Quickly scaffold the main components of a feature.
  • Flexible Naming: Use any name for the feature, and the package will generate files in the appropriate directories.

Installation

1. Install via Composer

Run the following command to install the package:

composer require rudi97277/laravel-make-feature