add: full multi-tenancy control
This commit is contained in:
25
packages/Webkul/WebForm/composer.json
Executable file
25
packages/Webkul/WebForm/composer.json
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "krayin/laravel-webform",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jitendra Singh",
|
||||
"email": "jitendra@webkul.com"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webkul\\WebForm\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Webkul\\WebForm\\Providers\\WebFormServiceProvider"
|
||||
],
|
||||
"aliases": {}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user