Updated readme
This commit is contained in:
parent
a870645469
commit
fe94d8e641
12
README.md
12
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:
|
All backend administration is done through console commands and artisan:
|
||||||
|
|
||||||
`php artisan mkdemodata` - Add demodata
|
1. `php artisan mkdemodata` - Add demodata
|
||||||
`php artisan rmdemodata` - Reset and remove all demo data
|
2. `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)
|
3. `php artisan mkuser` - Add a user login (that can use the CRUD functions in the web app)
|
||||||
`php artisan rmuser` - Remove user
|
4. `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
|
5. `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
|
6. `php artisan rmapiadmin` - Remove API admin roles from an existing user
|
Loading…
Reference in New Issue
Block a user