- add ui for editor for publishing dois
- composer updates - unit test with test credentials
This commit is contained in:
parent
367dd328ef
commit
b5abcef327
14 changed files with 422 additions and 102 deletions
|
@ -7,4 +7,14 @@ php artisan make:controller DOIController --resource --model "Models\DatasetIden
|
|||
composer require guzzlehttp/guzzle
|
||||
|
||||
|
||||
php artisan make:migration create_dataset_identifiers_table --table="dataset_identifiers"
|
||||
php artisan make:migration create_dataset_identifiers_table --table="dataset_identifiers"
|
||||
|
||||
|
||||
make php unit tests:
|
||||
php artisan test --testsuite=Feature
|
||||
via composer:
|
||||
composer test
|
||||
|
||||
|
||||
siehe https://doi.datacite.org/repositories/tuw.tethys/dois (angemeldet)
|
||||
e.g. https://doi.org/10.24341/tethys.1
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue