PHP Classes

File: resources/js/components/DetailField.vue

Recommend this page to a friend!
  Classes of Naif Alshaye   Random Laravel Nova Password Field   resources/js/components/DetailField.vue   Download  
File: resources/js/components/DetailField.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Random Laravel Nova Password Field
Display a password field in Laravel Nova
Author: By
Last change:
Date: 5 years ago
Size: 160 bytes
 

Contents

Class file image Download
<template> <panel-item :field="field" /> </template> <script> export default { props: ['resource', 'resourceName', 'resourceId', 'field'], } </script>