brojectco.de / databasefieldchanger
dev-master
2019-10-11 08:21 UTC
Requires
- orchestra/testbench: ^3.8
This package is auto-updated.
Last update: 2025-02-16 00:12:16 UTC
README
Description
A package that gives you the ability to change single model attributes without pressing the save button.
Extends
Installation
This package can be installed via composer:
composer require pbro/database-fieldchanger
Requirements
Usage
Publishables
Config
php artisan vendor:publish --provider="pbro\DatabaseFieldchanger\DatabaseFieldchangerServiceProvider" --tag="config"
Vue components
php artisan vendor:publish --provider="pbro\DatabaseFieldchanger\DatabaseFieldchangerServiceProvider" --tag="vue"
Configuration
Customizability
Usable Resources
Listing and definition of resources that can be used outside the package.
Actions
Permissions
Events
Scopes
Traits
Factories
Vue Components
API Routes
Route | Description |
---|---|
/component/v1/pbro/database-fieldchanger/change | Executes the attribute change |
Helpers
Commands
Exceptions
Uninstallation
- composer remove pbro/database-fieldchanger