Arno Kaimbacher
8ea540a88c
- laravel framework upgrade frpm 7.x to 8. see also: https://laravel.com/docs/8.x/upgrade#assert-exact-json-method
...
- use PHP7 null coalesce operator instead of laravel optional method
- change Breadcrumbs::register method to Bredcrumbs::for method
- composer updates
2022-08-10 11:18:10 +02:00
Arno Kaimbacher
1b2e77d907
- Convert class references from strings to static ::class constants built-in to PHP for improved code completion and static analysis.
...
- Replace Facade references using the global namespace with their FQCN for improved code completion and static analysis.
- delete database\factories\PageFactory.php and app\services\Registrar.php
2022-08-05 13:26:42 +02:00
Arno Kaimbacher
69f6f250b9
- capitalize type attribute for datacite standard
...
- DatasetExtension filter persons
2020-06-10 21:09:23 +02:00
Arno Kaimbacher
ba38fc1ed1
add geolocation for datacite metadata anf for backend
2020-06-10 21:09:14 +02:00
Arno Kaimbacher
3c50618c8a
first test datacite schema
2020-06-10 21:09:14 +02:00
Arno Kaimbacher
14878a20c8
add contributors to dataset
2020-06-10 21:09:13 +02:00
Arno Kaimbacher
6990469c67
all models into model folder
2020-06-10 21:09:12 +02:00