PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova Text Field with Icon   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Text Field with Icon
Show a text field with custom icon in Laravel Nova
Author: By
Last change:
Date: 5 years ago
Size: 676 bytes
 

Contents

Class file image Download
{ "name": "naif/text-with-icon", "description": "A Laravel Nova text field with custom icon.", "keywords": [ "laravel", "nova", "icon", "icons", "fontawesome", "font-awesome" ], "license": "MIT", "require": { "php": ">=7.1.0" }, "autoload": { "psr-4": { "Naif\\TextWithIcon\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\TextWithIcon\\FieldServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }