tethys/app/Http
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
..
Controllers - array/string Helpers: Laravel Convert old array and string helpers into their modern class-based methods. 2022-08-12 07:53:27 +00:00
Middleware - composer remove fideloper/proxy; use use Illuminate\Http\Middleware\TrustProxies in TrustProxies middlewar; 2022-08-11 18:25:28 +02:00
Requests - 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
Kernel.php - 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