From fe94d8e64153862ff0e2882d1c661770c48b198b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge-Mikael=20Nordg=C3=A5rd?= Date: Fri, 20 Jun 2025 13:58:44 +0200 Subject: [PATCH] Updated readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eba13a6..9b1fc24 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ You can see a live version of this package running on https://testapi.outlands.n All backend administration is done through console commands and artisan: -`php artisan mkdemodata` - Add demodata -`php artisan rmdemodata` - Reset and remove all demo data -`php artisan mkuser` - Add a user login (that can use the CRUD functions in the web app) -`php artisan rmuser` - Remove user -`php artisan mkapiadmin` - Designate an existing user that has the ability to add or remove live API keys to SmartDok -`php artisan rmapiadmin` - Remove API admin roles from an existing user \ No newline at end of file +1. `php artisan mkdemodata` - Add demodata +2. `php artisan rmdemodata` - Reset and remove all demo data +3. `php artisan mkuser` - Add a user login (that can use the CRUD functions in the web app) +4. `php artisan rmuser` - Remove user +5. `php artisan mkapiadmin` - Designate an existing user that has the ability to add or remove live API keys to SmartDok +6. `php artisan rmapiadmin` - Remove API admin roles from an existing user \ No newline at end of file