-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated savannabits/savadmin generator to v1.3.0 to support multi-t…
…enant aware generation - Updated the package name in composer - Updated Authors - Updated composer description
- Loading branch information
1 parent
286dd25
commit c1a30e2
Showing
3 changed files
with
26 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
{ | ||
"name": "savannabits/charaza-ui", | ||
"name": "savannabits/charaza-ui-tenancy", | ||
"authors": [{ | ||
"name": "Sam Arossi Maosa", | ||
"email": "[email protected]" | ||
}], | ||
"type": "project", | ||
"description": "Laravel 7 Scaffold of Savannabit's Admin CRUD generator", | ||
"description": "Multi-tenant version of savannabits/charaza-ui Admin Code Generator and scaffolder", | ||
"keywords": [ | ||
"framework", | ||
"laravel", | ||
"tenancy", | ||
"coreui", | ||
"savannabits", | ||
"charaza", | ||
"admin generator", | ||
"code-generator", | ||
"boilerplate" | ||
], | ||
"license": "MIT", | ||
|
@@ -24,7 +30,7 @@ | |
"laravel/tinker": "^2.0", | ||
"laravel/ui": "^2.1", | ||
"rennokki/laravel-eloquent-query-cache": "^2.2", | ||
"savannabits/savadmin": "@dev", | ||
"savannabits/savadmin": "^1.3", | ||
"spatie/laravel-medialibrary": "^8.3", | ||
"spatie/laravel-permission": "^3.13", | ||
"stancl/tenancy": "^3.1", | ||
|
@@ -63,10 +69,6 @@ | |
} | ||
}, | ||
"repositories": { | ||
"savannabits/savadmin": { | ||
"type": "path", | ||
"url": "/data/www/savannabits/savadmin" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.