We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eac5cf commit 07fbce3Copy full SHA for 07fbce3
README.md
@@ -224,8 +224,8 @@ Open a web browser and visit `http://localhost:8080/`.
224
You should see the **Dotkernel Admin** login page.
225
If you ran the migrations you will have an admin user in the database with the following credentials:
226
227
-- **Identity**: `admin`
228
-- **Password**: `dotadmin`
+* **Identity**: `admin`
+* **Password**: `dotadmin`
229
230
---
231
composer.json
@@ -50,6 +50,7 @@
50
"mezzio/mezzio-authorization-rbac": "^1.9.0",
51
"mezzio/mezzio-cors": "^1.14.0",
52
"mezzio/mezzio-fastroute": "^3.13.0",
53
+ "ramsey/uuid": "^4.5.0",
54
"ramsey/uuid-doctrine": "^2.1.0",
55
"roave/psr-container-doctrine": "^5.2.2"
56
},
0 commit comments