Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 807991d

Browse files
committed
Create composer.json
1 parent af286c3 commit 807991d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "larapack/attribute-purging",
3+
"description": "Allows you to define what attributes in your Eloquent Model which should be not be inserted into the database.",
4+
"keywords": ["package", "laravel", "larapack", "purge", "database", "db", "eloquent", "model", "save"],
5+
"license": "MIT",
6+
"type": "package",
7+
"autoload": {
8+
"psr-4": {
9+
"": "src/"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)