Recent changes

This commit is contained in:
2020-11-02 21:44:05 +00:00
parent 06d1e0ad3f
commit 96aa01b9c6
508 changed files with 333 additions and 79 deletions

16
config/adminlte.php Normal file → Executable file
View File

@@ -609,21 +609,5 @@ return [
],
],
[
'name' => 'DropzoneJS',
'active' => true,
'files' => [
[
'type' => 'js',
'asset' => false,
'location' => '/js/plugins/dropzone.min.js'
],
[
'type' => 'css',
'asset' => false,
'location' => '/css/dropzone.min.css'
]
]
]
],
];

18
config/app.php Normal file → Executable file
View File

@@ -46,6 +46,23 @@ return [
*/
'sitehomepage' => env('APP_SITEHOMEPAGE', 'https://google.com'),
/*
|--------------------------------------------------------------------------
| SSL for non-production environments
|--------------------------------------------------------------------------
|
| If you're a developer, and need to use SSL locally for testing,
| enable this setting.
| It forces Laravel to load all assets via HTTPS, even when the environment is
| set to "local". This setting is useless in production because it's already enforced.
| If you don't enable this when using SSL locally, the pages won't load properly.
| If you're a regular user, don't touch this setting.
|
*/
'force_secure' => env('NONPROD_FORCE_SECURE', false),
/*
|--------------------------------------------------------------------------
| Application Environment
@@ -212,6 +229,7 @@ return [
App\Providers\RouteServiceProvider::class,
\App\Providers\MojangStatusProvider::class,
\App\Providers\OptionsProvider::class,
App\Providers\DigitalStorageProvider::class,
],

0
config/auth.php Normal file → Executable file
View File

0
config/broadcasting.php Normal file → Executable file
View File

0
config/cache.php Normal file → Executable file
View File

0
config/cors.php Normal file → Executable file
View File

0
config/database.php Normal file → Executable file
View File

0
config/debugbar.php Normal file → Executable file
View File

0
config/env-editor.php Normal file → Executable file
View File

0
config/filesystems.php Normal file → Executable file
View File

0
config/general.php Normal file → Executable file
View File

0
config/google2fa.php Normal file → Executable file
View File

0
config/hashing.php Normal file → Executable file
View File

0
config/laravellocalization.php Normal file → Executable file
View File

0
config/log-viewer.php Normal file → Executable file
View File

0
config/logging.php Normal file → Executable file
View File

0
config/mail.php Normal file → Executable file
View File

0
config/markdown.php Normal file → Executable file
View File

0
config/notification.php Normal file → Executable file
View File

0
config/onesignal.php Normal file → Executable file
View File

0
config/permission.php Normal file → Executable file
View File

0
config/queue.php Normal file → Executable file
View File

0
config/recaptcha.php Normal file → Executable file
View File

0
config/sentry.php Normal file → Executable file
View File

0
config/services.php Normal file → Executable file
View File

0
config/session.php Normal file → Executable file
View File

0
config/slack.php Normal file → Executable file
View File

0
config/teamwork.php Normal file → Executable file
View File

0
config/view.php Normal file → Executable file
View File