Module/plugin installation working #593 (#594)

* Remove the Sample module

* 593-Fix-Modules-From-Composer

* Fix pre/post install scripts in composer #593

* Formatting
This commit is contained in:
Nabeel S
2020-02-28 16:06:45 -05:00
committed by GitHub
parent dbaac04eea
commit 7e742518bc
27 changed files with 343 additions and 642 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "VENDOR/$LOWER_NAME$-module",
"type": "laravel-module",
"type": "phpvms-module",
"description": "",
"authors": [
{
@@ -9,7 +9,7 @@
}
],
"require": {
"joshbrw/laravel-module-installer": "0.1.x"
"composer/installers": "~1.0"
},
"extra": {
"laravel": {
@@ -24,7 +24,7 @@
},
"autoload": {
"psr-4": {
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\": ""
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\": "."
}
}
}