Skip to content

Commit 28eca17

Browse files
committed
initilize
1 parent 5407981 commit 28eca17

File tree

4 files changed

+2887
-0
lines changed

4 files changed

+2887
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.idea
2+
13
/vendor/
24
node_modules/
35
npm-debug.log

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "code-creeper/laravel-helper",
3+
"description": "Package with helper functions",
4+
"type": "library",
5+
"autoload": {
6+
"psr-4": {
7+
"CodeCreeper\\LaravelHelper\\": "src/"
8+
}
9+
},
10+
"authors": [
11+
{
12+
"name": "Abdul Haseeb Khan",
13+
"email": "abdulhaseebkhan407@gmail.com"
14+
}
15+
],
16+
"require": {
17+
"php": "^8.0",
18+
"illuminate/contracts": "^9.21|^10.0|^11.0",
19+
"illuminate/queue": "^9.21|^10.0|^11.0",
20+
"illuminate/support": "^9.21|^10.0|^11.0"
21+
}
22+
}

0 commit comments

Comments
 (0)