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
Requires
- php: ^7.4|^8.0|^8.2
- illuminate/console: ^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0|^11.0
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