added version in configuration of Bagisto

This commit is contained in:
Prashant Singh 2019-04-04 13:03:53 +05:30
parent f2e4930e8e
commit 0f8e402380
2 changed files with 17 additions and 11 deletions

View File

@ -1,5 +1,6 @@
APP_NAME=Laravel
APP_ENV=local
APP_VERSION=0.1.5
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

View File

@ -130,22 +130,16 @@ return [
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
|--------------------------------------------------------------------------
|
| The service providers listed here will be automatically loaded on the
| request to your application. Feel free to add your own services to
| this array to grant expanded functionality to your applications.
|
*/
/*
Code Editor
*/
'editor' =>'vscode',
/*
Application Version
*/
'version' => env('APP_VERSION', '0.1.5'),
/**
* Blacklisting attributes while debugging
*/
@ -165,6 +159,17 @@ return [
],
],
/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
|--------------------------------------------------------------------------
|
| The service providers listed here will be automatically loaded on the
| request to your application. Feel free to add your own services to
| this array to grant expanded functionality to your applications.
|
*/
'providers' => [
/*