diff --git a/config/app.php b/config/app.php index c2cac6e4..06989d8d 100644 --- a/config/app.php +++ b/config/app.php @@ -12,7 +12,7 @@ return [ | any other location as required by the application or its packages. */ - 'name' => 'Crater', + 'name' => 'InvoiceShelf', /* |-------------------------------------------------------------------------- diff --git a/config/invoiceshelf.php b/config/invoiceshelf.php index b8ac2388..0de993c1 100644 --- a/config/invoiceshelf.php +++ b/config/invoiceshelf.php @@ -49,7 +49,7 @@ return [ 'base_url' => 'https://invoiceshelf.com', /* - * List of languages supported by Crater. + * List of languages supported by InvoiceShelf. */ 'languages' => [ ['code' => 'ar', 'name' => 'Arabic'], diff --git a/config/mail.php b/config/mail.php index 094f5ad4..62479798 100644 --- a/config/mail.php +++ b/config/mail.php @@ -57,7 +57,7 @@ return [ 'from' => [ 'address' => env('MAIL_FROM_ADDRESS', 'admin@invoiceshelf.com'), - 'name' => env('MAIL_FROM_NAME', 'Crater'), + 'name' => env('MAIL_FROM_NAME', 'InvoiceShelf'), ], /*