tethys/app/Http/Controllers/Publish
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
..
DoiController.php - Form Request array syntax: Convert pipe (|) delimited validation rules from strings into an array of validation rules while using Laravel Rule objects where available 2022-08-12 06:52:06 +00:00
EditorController.php - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
IndexController.php - edit forms for editor and submitter: add new keywords with language 2021-06-15 14:39:37 +02:00
PublishController.php - add archive disk to config\filesystems.php 2020-06-10 21:09:32 +02:00
ReviewController.php - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
SubmitController.php - Form Request array syntax: Convert pipe (|) delimited validation rules from strings into an array of validation rules while using Laravel Rule objects where available 2022-08-12 06:52:06 +00:00