generate_service_class
Generate a Laravel service class to encapsulate business logic like billing or notifications. Define methods with parameters and return types.
Instructions
Generate a Laravel service class for business logic (BillingService, NotificationService, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| methods | No | ||
| serviceName | Yes | Service name e.g. 'BillingService' |