Update to Laravel 8

This commit is contained in:
Deon George
2021-06-28 11:06:44 +10:00
parent 84fa5f6546
commit d9c4aa5b92
30 changed files with 4604 additions and 5738 deletions

View File

@@ -210,6 +210,7 @@ return [
'Config' => Illuminate\Support\Facades\Config::class,
'Cookie' => Illuminate\Support\Facades\Cookie::class,
'Crypt' => Illuminate\Support\Facades\Crypt::class,
'Date' => Illuminate\Support\Facades\Date::class,
'DB' => Illuminate\Support\Facades\DB::class,
'Eloquent' => Illuminate\Database\Eloquent\Model::class,
'Event' => Illuminate\Support\Facades\Event::class,
@@ -240,6 +241,7 @@ return [
],
// @todo This needs to move.
'invoice_inadvance'=>30,
'font' => 'Noto Sans TC',