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

10
lang/en/welcome.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'Home' => 'Home',
'Login' => 'Login',
'Register' => 'Register',
'Products' => 'Products',
'Help' => 'Help',
'copyright' => '© 2018 Bruno Fontes All Rights Reserved',
'byAuthor' => 'By Bruno Fontes',
];