Skip to content

Commit 5ac03ba

Browse files
author
39ff
committed
Add UNIQUE key to the Username column.
Edit the EasyAdmin options.
1 parent faa502c commit 5ac03ba

File tree

10 files changed

+636
-1
lines changed

10 files changed

+636
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# squidmin
22
next generation squid user-management WebUI alternative proxymin,Squid Users Manager
3+
4+
![index](https://user-images.githubusercontent.com/7544687/79716113-a3db6000-8310-11ea-8f53-3f512e02aa46.PNG)
5+
6+
## Installation
7+
PHP7+
8+
9+
10+
## Todo
11+
- [x] Basic User Management
12+
- [ ] Add Authorization
13+
- [ ] Customize ACL Rules
14+
- [ ] Documentation

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ext-iconv": "*",
88
"api-platform/api-pack": "^1.2",
99
"doctrine/doctrine-migrations-bundle": "^2.1",
10+
"easycorp/easyadmin-bundle": "^2.3",
1011
"symfony/console": "5.0.*",
1112
"symfony/dotenv": "5.0.*",
1213
"symfony/flex": "^1.3.1",

0 commit comments

Comments
 (0)