nasrulhazim / springmake
Create Spring Boot Classes via CLI
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/nasrulhazim/springmake
Requires
- guzzlehttp/guzzle: ^6.2
- symfony/console: ^3.2
- symfony/filesystem: ^3.2
This package is auto-updated.
Last update: 2025-10-06 15:09:12 UTC
README
Spring Boot CLI for making classes from CLI
Installation
composer global require nasrulhazim/springmake
Usage
New Controller
$ springmake controller Hello/World
This will create a class in your application - src/main/java/Controllers/Hello/World.java
New Model
$ springmake model Hello/World
This will create a class in your application - src/main/java/Models/Hello/World.java
Contributing
Thank you for considering contributing to the Laravel Standalone Package Creator! You can fork and make a pull request to contribute!
Security Vulnerabilities
If you discover a security vulnerability within this package, do report in the Issues tab of this repository. All security vulnerabilities will be promptly addressed.
License
The springmake is open-sourced software licensed under the MIT license.