- DOI implementation wit unit testing
This commit is contained in:
parent
7f9bd089b1
commit
9b6a6469d7
20 changed files with 2128 additions and 360 deletions
10
doi_notes.txt
Normal file
10
doi_notes.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
doi_notes:
|
||||
|
||||
php artisan make:controller DOIController --resource --model "Models\DatasetIdentifier"
|
||||
|
||||
|
||||
|
||||
composer require guzzlehttp/guzzle
|
||||
|
||||
|
||||
php artisan make:migration create_dataset_identifiers_table --table="dataset_identifiers"
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue