tethys/app
Arno Kaimbacher 7d1406ee5c - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods.
-  Use Laravel Carbon: Laravel provides an Illuminate\Support\Carbon class which wraps the underlying Carbon class. By using this class, you gain access to some additional testing methods and create separation between your code and underlying dependencies.
2022-08-12 07:53:27 +00:00
..
Commands review back button to index page 2020-06-10 21:09:20 +02:00
Console - Convert class references from strings to static ::class constants built-in to PHP for improved code completion and static analysis. 2022-08-05 13:26:42 +02:00
Constants - add ResumptionToken for OAI-ListIdentifiers 2020-06-10 21:09:37 +02:00
Events update solr index 2020-06-10 21:09:15 +02:00
Exceptions - laravel framework upgrade frpm 7.x to 8. see also: https://laravel.com/docs/8.x/upgrade#assert-exact-json-method 2022-08-10 11:18:10 +02:00
Handlers initial commit 2020-06-10 21:04:18 +02:00
Helpers - remove protocoll from get_domain() function in app\Helpers\utils.php 2021-06-15 21:52:52 +02:00
Http - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
Interfaces - DOI implementation wit unit testing 2021-02-26 17:02:07 +01:00
Library - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
Listeners - also group api routes in routes/api.php 2021-06-02 09:21:49 +02:00
Mail - inform main admin about new user registration 2020-10-13 12:18:49 +02:00
Models - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
Observers - Bug: data serialisaion on laravel 7.x (Coverage.php) 2021-05-27 11:28:57 +02:00
Providers - laravel framework upgrade frpm 7.x to 8. see also: https://laravel.com/docs/8.x/upgrade#assert-exact-json-method 2022-08-10 11:18:10 +02:00
Rules - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
Tethys/Utils - Upgrade to 7.x from 6.x #11 2021-05-25 14:15:02 +02:00