Skip to content

Commit 5f8eb3d

Browse files
Merge pull request #1 from subhashladumor1/dev
init
2 parents a157296 + ac255c1 commit 5f8eb3d

32 files changed

+14835
-2
lines changed

README.md

Lines changed: 512 additions & 2 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "subhashladumor/laravel-helperbox",
3+
"description": "? Laravel HelperBox packs 600+ advanced helpers - SQL optimization, caching, APIs, AI tools, arrays, strings, Blade & model utilities. ?? Save time, boost performance & simplify coding for every project, from startups to enterprise.",
4+
"type": "library",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"Subhashladumor\\LaravelHelperbox\\": "src/"
9+
}
10+
},
11+
"authors": [
12+
{
13+
"name": "Subhash Ladumor"
14+
}
15+
],
16+
"minimum-stability": "stable",
17+
"require": {
18+
"php": "^8.0",
19+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
20+
"illuminate/http": "^9.0|^10.0|^11.0|^12.0",
21+
"illuminate/cache": "^9.0|^10.0|^11.0|^12.0",
22+
"illuminate/session": "^9.0|^10.0|^11.0|^12.0",
23+
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
24+
"illuminate/view": "^9.0|^10.0|^11.0|^12.0"
25+
},
26+
"require-dev": {
27+
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0"
28+
},
29+
"extra": {
30+
"laravel": {
31+
"providers": [
32+
"Subhashladumor\\LaravelHelperbox\\HelperServiceProvider"
33+
]
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)