Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m2de committed Sep 1, 2018
1 parent e4921cb commit c851be1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Laravel Nova Checkboxes Field

![Checkboxes in Laravel Nova](formPreview.png)

![Checkboxes in Laravel Nova](detailPreview.png)

![Checkboxes in Laravel Nova](indexPreview.png)

## Installation

`composer require silvanite/novafieldcheckboxes`

## Usage

```php
use Silvanite\NovaFieldCheckboxes\Checkboxes;

Checkboxes::make('Permissions')->options([
'viewNova' => 'Access Admin UI',
'manageUsers' => 'Manage Users',
]),
```

## Support

If you require any support please contact me on [Twitter](https://twitter.com/m2de_io) or open an issue on this repository.

## License

MIT
Binary file added detailPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added formPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added indexPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "@silvanite/novafieldcheckboxes",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "npm run development",
Expand Down

0 comments on commit c851be1

Please sign in to comment.