Changing app_name on app.php config file

This commit is contained in:
Bruno F. Fontes 2018-09-07 20:25:13 -03:00
parent 3631f08050
commit 4df5268868

View File

@ -13,7 +13,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Share It'),
/*
|--------------------------------------------------------------------------