PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova Toggle Field Switch   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Toggle Field Switch
Output HTML for a Laravel Nova toggle switch field
Author: By
Last change:
Date: 1 year ago
Size: 1,092 bytes
 

Contents

Class file image Download
{ "name": "naif/toggle-switch-field", "description": "A Toggle Switch Field for Nova 4.", "keywords": [ "laravel", "nova4", "field", "fields", "toggle", "switch", "toggle-switch" ], "homepage": "https://github.com/naifalshaye/toggle-switch-field", "license": "MIT", "authors": [ { "name": "Naif Alshaye", "email": "naif@naif.io", "homepage": "https://www.naif.io" } ], "repositories": [ { "type": "composer", "url": "https://nova.laravel.com" } ], "require": { "php": "^7.3|^8.0", "laravel/nova": "~4.0" }, "autoload": { "psr-4": { "Naif\\ToggleSwitchField\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\ToggleSwitchField\\FieldServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }