Operations for Laravel
Reference
Configuration reference
| Key | Default | Meaning |
|---|---|---|
models.operation |
Cbox\Operations\Models\Operation |
The Eloquent model backing an operation; point it at a subclass to extend it. |
table |
operations |
The table the migration creates and the model reads. |
Publish the file with php artisan vendor:publish --tag=operations-config.