Simple October CMS Response plugin that allows you to manage responses from your API. The plugin contains a middleware that wraps responses in a configurable format. The plugin is configured through code and does not clutter the administration area with it's own navigation panel.
Installation via Command Line
php artisan plugin:install Tober.Response
October CMS Response
1. Publish config
php artisan response:publish
2. Use middleware
\Tober\Response\Http\Middleware\ResponseMiddleware::class
3. Use ResponseService class
use Tober\Response\Classes\Services\ResponseService; ResponseService::successMessage($message);
-
This plugin has not been reviewed yet.
-
| 1.0.2 |
Add included paths config Feb 21, 2026 |
|---|---|
| 1.0.1 |
Add config publishing Feb 21, 2026 |