Download the PHP package rudi97277/laravel-make-feature without Composer
On this page you can find all versions of the php package rudi97277/laravel-make-feature. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rudi97277/laravel-make-feature
More information about rudi97277/laravel-make-feature
Files in rudi97277/laravel-make-feature
Download rudi97277/laravel-make-feature
More information about rudi97277/laravel-make-feature
Files in rudi97277/laravel-make-feature
Vendor rudi97277
Package laravel-make-feature
Short Description A package to generate feature-related files (controller, service, repository, model, etc.) and auto-discover API routes.
License MIT
Package laravel-make-feature
Short Description A package to generate feature-related files (controller, service, repository, model, etc.) and auto-discover API routes.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-make-feature
Laravel Make Feature
A Laravel package that helps you generate feature-related files such as controllers, services, repositories, models, and routes 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.
- Auto-generate Routes: Automatically create routes for the generated controllers.
- 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:
All versions of laravel-make-feature with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
illuminate/console Version ^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
The package rudi97277/laravel-make-feature contains the following files
Loading the files please wait ....