We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5407981 commit 28eca17Copy full SHA for 28eca17
.gitignore
@@ -1,3 +1,5 @@
1
+.idea
2
+
3
/vendor/
4
node_modules/
5
npm-debug.log
composer.json
@@ -0,0 +1,22 @@
+{
+ "name": "code-creeper/laravel-helper",
+ "description": "Package with helper functions",
+ "type": "library",
+ "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