laravel-make-feature maintained by rudi97277
Description
A package to generate feature-related files (controller, service, repository, and model) with ease for Laravel projects.
Author
Last update
2025/01/22 14:18
(dev-main)
License
Downloads
14
Tags
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