techverx / filegenerator
This is a boiler plate for automation
Installs: 340
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/techverx/filegenerator
This package is auto-updated.
Last update: 2026-01-28 18:16:24 UTC
README
Features
- This package will create the Base Service, Base Repository, Interface Repository, Seeder, Factory, Service, Repo, Model and Migration from single command.
- The name you type it creates all the files and also with the route and import statement in web.php, after that you only have logic in the function.
- You can create the code architecture by single command.
- Provide all needed files of the 3-layer architecture in laravel.
Requirements
- PHP >= 7.0.0
- Laravel >= 5.5.0
- Fileinfo PHP Extension
Installation
First, install laravel 5.5, and make sure that php version is 7+.
composer require techverx/filegenerator
Then run this command to publish:
php artisan vendor:publish --provider="Techverx\Contact\ContactServiceProvider"
Command
In this command modelname could be any name e.g Post
php artisan create:model modelname --all
Contributor
- Ali Haider
- Muhammad Ali
- Muhammad Anas