Skip to content

Commit a7c6946

Browse files
author
riccardodallavia
committed
UPDATE documentation
1 parent 5fff19a commit a7c6946

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/maize-tech/laravel-nova-eloquent-sortable/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/maize-tech/laravel-nova-eloquent-sortable/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/maize-tech/laravel-nova-eloquent-sortable.svg?style=flat-square)](https://packagist.org/packages/maize-tech/laravel-nova-eloquent-sortable)
77

8-
This package allows you to easily add sortable actions do any model in Laravel Nova.
8+
This package allows you to easily add sortable actions to any model in Laravel Nova.
99

1010
> This project is a work-in-progress. Code and documentation are currently under development and are subject to change.
1111

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"name": "maize-tech/laravel-nova-eloquent-sortable",
3-
"description": "This is my package laravel-nova-eloquent-sortable",
3+
"description": "Laravel Nova Eloquent Sortable",
44
"keywords": [
55
"maize-tech",
66
"laravel",
7-
"laravel-nova-eloquent-sortable"
7+
"nova",
8+
"eloquent",
9+
"sortable"
810
],
911
"homepage": "https://github.com/maize-tech/laravel-nova-eloquent-sortable",
1012
"license": "MIT",
1113
"authors": [
1214
{
1315
"name": "Enrico De Lazzari",
1416
"email": "[email protected]",
17+
"homepage": "https://innovation.h-farm.com",
1518
"role": "Developer"
1619
}
1720
],

0 commit comments

Comments
 (0)