Looking to hire Laravel developers? Try LaraJobs

laravel-make-feature maintained by rudi97277

Description
A package to generate feature-related files (controller, service, repository, and model) with ease for Laravel projects.
Last update
2025/01/22 14:18 (dev-main)
License
Links
Downloads
14

Comments
comments powered by Disqus

Laravel Make Feature

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