|
1 | 1 | # An enum field for Laravel Nova applications |
2 | | -[](https://github.com/simplesquid/nova-enum-field/releases) |
3 | | -[](LICENSE) |
4 | | -[](https://packagist.org/packages/simplesquid/nova-vend) |
5 | 2 |
|
6 | | -A Laravel Nova field to add enums to resources. This field uses the [BenSampo/laravel-enum](https://github.com/BenSampo/laravel-enum) package, so make sure to check out the installation instructions there first. |
| 3 | +[](https://packagist.org/packages/simplesquid/nova-enum-field) |
| 4 | +[](https://travis-ci.org/simplesquid/nova-enum-field) |
| 5 | +[](LICENSE.md) |
| 6 | +[](https://packagist.org/packages/simplesquid/nova-enum-field) |
7 | 7 |
|
8 | | - |
| 8 | + Laravel Nova field to add enums to resources. This field uses the [BenSampo/laravel-enum](https://github.com/BenSampo/laravel-enum) package, so make sure to check out the installation instructions there first. |
9 | 9 |
|
10 | | -Contributions, issues and suggestions are very much welcome. |
| 10 | + |
11 | 11 |
|
12 | 12 | ## Installation |
13 | 13 |
|
14 | | -You can install this package in a Laravel app that uses [Nova](https://nova.laravel.com) via composer: |
| 14 | +You can install this package in a Laravel app that uses [Nova](https://nova.laravel.com) via composer: |
15 | 15 |
|
16 | 16 | ```bash |
17 | 17 | composer require simplesquid/nova-enum-field |
@@ -44,14 +44,35 @@ class User extends Resource |
44 | 44 | } |
45 | 45 | ``` |
46 | 46 |
|
| 47 | +### Testing |
| 48 | + |
| 49 | +``` bash |
| 50 | +composer test |
| 51 | +``` |
| 52 | + |
| 53 | +### Changelog |
| 54 | + |
| 55 | +Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. |
| 56 | + |
47 | 57 | ## Contributing |
48 | 58 |
|
49 | | -Please see [CONTRIBUTING](CONTRIBUTING.md). |
| 59 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 60 | + |
| 61 | +### Security |
| 62 | + |
| 63 | +If you discover any security related issues, please email security@simplesquid.co.za instead of using the issue tracker. |
50 | 64 |
|
51 | 65 | ## Credits |
52 | 66 |
|
53 | 67 | - [Matthew Poulter](https://github.com/mdpoulter) |
| 68 | +- [All Contributors](../../contributors) |
| 69 | + |
| 70 | +Package skeleton based on [spatie/skeleton-php](https://github.com/spatie/skeleton-php). |
| 71 | + |
| 72 | +## About us |
| 73 | + |
| 74 | +SimpleSquid is a small web development and design company based in Cape Town, South Africa. |
54 | 75 |
|
55 | 76 | ## License |
56 | 77 |
|
57 | | -The MIT License (MIT). Please see [License File](LICENSE) for more information. |
| 78 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
0 commit comments