brojectco.de/databasefieldchanger

dev-master 2019-10-11 08:21 UTC

This package is auto-updated.

Last update: 2024-05-15 22:43:06 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

  1. Config

    php artisan vendor:publish --provider="pbro\DatabaseFieldchanger\DatabaseFieldchangerServiceProvider" --tag="config"
    
  2. 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

RouteDescription
/component/v1/pbro/database-fieldchanger/changeExecutes the attribute change

Helpers

Commands

Exceptions

Uninstallation

  1. composer remove pbro/database-fieldchanger