12345678910111213141516171819202122232425262728 |
- {
- "name": "hugh/laravel-admin-user-optimize",
- "description": "laravel-admin user with url permission check",
- "version": "0.0.1",
- "keywords": ["Hugh", "Laravel", "User", "Permission", "URL"],
- "homepage": "https://git.hugh2113.com/hugh",
- "license": "MIT",
- "authors": [
- {
- "name": "Hugh Harlequin",
- "email": "[email protected]"
- }
- ],
- "require": {
- "php": ">=5.4.0",
- "ext-curl": "*",
- "illuminate/support": ">=4.0",
- "encore/laravel-admin": ">=1.7.0"
- },
- "autoload": {
- "psr-4": {
- "Hugh\\AdminUserOptimize\\": "src/"
- }
- }
- }
|