{"id":19700288,"url":"https://github.com/appstract/nova-signature-field","last_synced_at":"2026-08-17T12:30:18.633Z","repository":{"id":62486416,"uuid":"250895978","full_name":"appstract/nova-signature-field","owner":"appstract","description":"Signature Pad as a Nova Field","archived":false,"fork":false,"pushed_at":"2021-10-27T16:37:36.000Z","size":314,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-05-09T06:14:32.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appstract.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-28T21:21:20.000Z","updated_at":"2021-11-01T10:27:06.000Z","dependencies_parsed_at":"2022-11-02T10:00:45.773Z","dependency_job_id":null,"html_url":"https://github.com/appstract/nova-signature-field","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/appstract/nova-signature-field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fnova-signature-field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fnova-signature-field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fnova-signature-field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fnova-signature-field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appstract","download_url":"https://codeload.github.com/appstract/nova-signature-field/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appstract%2Fnova-signature-field/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36741175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T21:05:05.918Z","updated_at":"2026-08-17T12:30:17.510Z","avatar_url":"https://github.com/appstract.png","language":"Vue","funding_links":["https://www.paypal.me/appstract/10","https://www.patreon.com/appstract"],"categories":[],"sub_categories":[],"readme":"# Nova Signature Field\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/appstract/nova-signature-field.svg?style=flat-square)](https://packagist.org/packages/appstract/nova-signature-field)\n[![Total Downloads](https://img.shields.io/packagist/dt/appstract/nova-signature-field.svg?style=flat-square)](https://packagist.org/packages/appstract/nova-signature-field)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n\nAdd a Signature Pad field to Nova.\n\n## Installation\n\nYou can install the package via composer:\n\n``` bash\ncomposer require appstract/nova-signature-field\n```\n\n## Usage\n\nJust add the field to your resource.\n\n```php\nuse Appstract\\NovaSignatureField\\Signature;\n\npublic function fields(Request $request)\n{\n    return [\n        Signature::make('Drawing')\n    ];\n}\n```\n\nIt is also possible to pass some options to field:\n\n```php\n// Edit in a modal, so the SignaturePad is bigger\nSignature::make('Drawing')-\u003eeditInModal()\n\n// Full width image on detail, without label\nSignature::make('Drawing')-\u003efullWidthOnDetail()\n```\n\n## Contributing\n\nContributions are welcome, [thanks to y'all](https://github.com/appstract/nova-signature-field/graphs/contributors) :)\n\n## About Appstract\n\nAppstract is a small team from The Netherlands. We create (open source) tools for Web Developers and write about related subjects on [Medium](https://medium.com/appstract). You can [follow us on Twitter](https://twitter.com/appstractnl), [buy us a beer](https://www.paypal.me/appstract/10) or [support us on Patreon](https://www.patreon.com/appstract).\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappstract%2Fnova-signature-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappstract%2Fnova-signature-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappstract%2Fnova-signature-field/lists"}