nasrulhazim / springmake
Create Spring Boot Classes via CLI
Requires
- guzzlehttp/guzzle: ^6.2
- symfony/console: ^3.2
- symfony/filesystem: ^3.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-06 17:12:16 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.