chore: Update to Laravel 9.0

This commit is contained in:
2022-11-12 19:00:35 -03:00
parent 11162a9ffa
commit 2cd7ab11fa
34 changed files with 58508 additions and 15142 deletions

12
lang/en/home.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
// /resources/views/home.blade.php
return [
'no_messages' => 'There are no items shared with you yet.',
'share_item' => 'Share an item!',
'return' => 'Return It',
'cancel_alert' => 'Cancel Alert',
'alert_me' => 'Alert me',
'take' => 'Take It'
];