Skip to content

Commit 2185ce2

Browse files
committed
Add description and keywords
1 parent ad91887 commit 2185ce2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "codezero/laravel-localized-routes",
3-
"description": "",
4-
"keywords": [],
3+
"description": "A convenient way to set up, manage and use localized routes in a Laravel app.",
4+
"keywords": [
5+
"php",
6+
"laravel",
7+
"localization",
8+
"locale",
9+
"language",
10+
"country",
11+
"routes",
12+
"routing"
13+
],
514
"license": "MIT",
615
"authors": [
716
{

0 commit comments

Comments
 (0)