Skip to content

Commit

Permalink
👍 Install plugin by composer support
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Apr 30, 2024
1 parent de40faf commit d48319b
Show file tree
Hide file tree
Showing 3 changed files with 2,191 additions and 1,854 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/node_modules
/public/hot
/public/storage
/public/vendor
/public/mix-manifest.json
/storage/*.key
/vendor
Expand Down
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-zip": "*",
"composer/installers": "^2.2",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^0.6.9",
"intervention/imagecache": "^2.5",
"juzaweb/packages": "^1.2",
"laravel/breeze": "^1.14",
"laravel/framework": "^9.2",
"laravel/tinker": "^2.7"
"laravel/tinker": "^2.7",
"oomphinc/composer-installers-extender": "^2.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
Expand Down Expand Up @@ -72,14 +74,21 @@
"extra": {
"laravel": {
"dont-discover": []
},
"installer-types": ["juzaweb-plugin", "juzaweb-theme"],
"installer-paths": {
"plugins/{$name}/": ["type:juzaweb-plugin"],
"themes/{$name}/": ["type:juzaweb-theme"]
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"composer/installers": true,
"oomphinc/composer-installers-extender": true
}
},
"minimum-stability": "dev",
Expand Down
Loading

0 comments on commit d48319b

Please sign in to comment.