Updated readme
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
Helge-Mikael Nordgård 2025-06-20 13:58:44 +02:00
parent a870645469
commit fe94d8e641

View File

@ -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
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