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 11fc808 commit e6e70d4Copy full SHA for e6e70d4
.gitignore
@@ -0,0 +1,2 @@
1
+/vendor/
2
+composer.lock
composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "vectorial1024/laravel-process-async",
3
+ "description": "Utilize Laravel Process to run PHP code asynchronously.",
4
+ "type": "library",
5
+ "license": "MIT",
6
+ "autoload": {
7
+ "psr-4": {
8
+ "Vectorial1024\\LaravelProcessAsync\\": "src/"
9
+ }
10
+ },
11
+ "authors": [
12
+ {
13
+ "name": "Vectorial1024"
14
15
+ ],
16
+ "require": {}
17
+}
0 commit comments