3722 lines
278 KiB
PHP
3722 lines
278 KiB
PHP
<?php
|
|
/* @noinspection ALL */
|
|
// @formatter:off
|
|
// phpcs:ignoreFile
|
|
|
|
namespace PHPSTORM_META {
|
|
|
|
/**
|
|
* PhpStorm Meta file, to provide autocomplete information for PhpStorm
|
|
*
|
|
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
|
* @see https://github.com/barryvdh/laravel-ide-helper
|
|
*/
|
|
override(new \Illuminate\Contracts\Container\Container, map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\Illuminate\Container\Container::makeWith(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\Illuminate\Contracts\Container\Container::get(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\Illuminate\Contracts\Container\Container::make(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\Illuminate\Contracts\Container\Container::makeWith(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\App::get(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\App::make(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\App::makeWith(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\app(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\resolve(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
override(\Psr\Container\ContainerInterface::get(0), map([
|
|
'' => '@',
|
|
'Illuminate\Bus\BatchRepository' => \Illuminate\Bus\DatabaseBatchRepository::class,
|
|
'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class,
|
|
'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\LogBroadcaster::class,
|
|
'Illuminate\Contracts\Console\Kernel' => \App\Console\Kernel::class,
|
|
'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class,
|
|
'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class,
|
|
'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class,
|
|
'Illuminate\Contracts\Http\Kernel' => \App\Http\Kernel::class,
|
|
'Illuminate\Contracts\Pipeline\Hub' => \Illuminate\Pipeline\Hub::class,
|
|
'Illuminate\Contracts\Queue\EntityResolver' => \Illuminate\Database\Eloquent\QueueEntityResolver::class,
|
|
'Illuminate\Contracts\Routing\ResponseFactory' => \Illuminate\Routing\ResponseFactory::class,
|
|
'Illuminate\Contracts\Validation\UncompromisedVerifier' => \Illuminate\Validation\NotPwnedVerifier::class,
|
|
'Illuminate\Routing\Contracts\CallableDispatcher' => \Illuminate\Routing\CallableDispatcher::class,
|
|
'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class,
|
|
'JoeDixon\Translation\Drivers\Translation' => \JoeDixon\Translation\Drivers\File::class,
|
|
'Laracasts\Flash\SessionStore' => \Laracasts\Flash\LaravelSessionStore::class,
|
|
'Laravel\Passport\Contracts\AuthorizationViewResponse' => \Laravel\Passport\Http\Responses\AuthorizationViewResponse::class,
|
|
'Lcobucci\JWT\Parser' => \Lcobucci\JWT\Token\Parser::class,
|
|
'Maatwebsite\Excel\Transactions\TransactionHandler' => \Maatwebsite\Excel\Transactions\DbTransactionHandler::class,
|
|
'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class,
|
|
'Spatie\Ignition\Contracts\ConfigManager' => \Spatie\Ignition\Config\FileConfigManager::class,
|
|
'auth' => \Illuminate\Auth\AuthManager::class,
|
|
'auth.driver' => \Illuminate\Auth\SessionGuard::class,
|
|
'auth.password' => \Illuminate\Auth\Passwords\PasswordBrokerManager::class,
|
|
'auth.password.broker' => \Illuminate\Auth\Passwords\PasswordBroker::class,
|
|
'blade.compiler' => \Illuminate\View\Compilers\BladeCompiler::class,
|
|
'cache' => \Illuminate\Cache\CacheManager::class,
|
|
'cache.store' => \Illuminate\Cache\Repository::class,
|
|
'command.tinker' => \Laravel\Tinker\Console\TinkerCommand::class,
|
|
'composer' => \Illuminate\Support\Composer::class,
|
|
'cookie' => \Illuminate\Cookie\CookieJar::class,
|
|
'datatables' => \Yajra\DataTables\DataTables::class,
|
|
'datatables.config' => \Yajra\DataTables\Utilities\Config::class,
|
|
'datatables.request' => \Yajra\DataTables\Utilities\Request::class,
|
|
'db' => \Illuminate\Database\DatabaseManager::class,
|
|
'db.connection' => \Illuminate\Database\MySqlConnection::class,
|
|
'db.factory' => \Illuminate\Database\Connectors\ConnectionFactory::class,
|
|
'db.schema' => \Illuminate\Database\Schema\MySqlBuilder::class,
|
|
'db.transactions' => \Illuminate\Database\DatabaseTransactionsManager::class,
|
|
'dompdf' => \Dompdf\Dompdf::class,
|
|
'dompdf.wrapper' => \Barryvdh\DomPDF\PDF::class,
|
|
'encrypter' => \Illuminate\Encryption\Encrypter::class,
|
|
'events' => \Illuminate\Events\Dispatcher::class,
|
|
'excel' => \Maatwebsite\Excel\Excel::class,
|
|
'files' => \Illuminate\Filesystem\Filesystem::class,
|
|
'filesystem' => \Illuminate\Filesystem\FilesystemManager::class,
|
|
'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class,
|
|
'flare.logger' => \Monolog\Logger::class,
|
|
'flash' => \Laracasts\Flash\FlashNotifier::class,
|
|
'form' => \Alban\LaravelCollectiveSpatieHtmlParser\FormAdapter::class,
|
|
'hash' => \Illuminate\Hashing\HashManager::class,
|
|
'hash.driver' => \Illuminate\Hashing\BcryptHasher::class,
|
|
'log' => \Illuminate\Log\LogManager::class,
|
|
'mail.manager' => \Illuminate\Mail\MailManager::class,
|
|
'mailer' => \Illuminate\Mail\Mailer::class,
|
|
'memcached.connector' => \Illuminate\Cache\MemcachedConnector::class,
|
|
'migration.creator' => \Illuminate\Database\Migrations\MigrationCreator::class,
|
|
'migration.repository' => \Illuminate\Database\Migrations\DatabaseMigrationRepository::class,
|
|
'migrator' => \Illuminate\Database\Migrations\Migrator::class,
|
|
'paypal_client' => \Srmklive\PayPal\Services\PayPal::class,
|
|
'pipeline' => \Illuminate\Pipeline\Pipeline::class,
|
|
'queue' => \Illuminate\Queue\QueueManager::class,
|
|
'queue.connection' => \Illuminate\Queue\SyncQueue::class,
|
|
'queue.failer' => \Illuminate\Queue\Failed\DatabaseFailedJobProvider::class,
|
|
'queue.listener' => \Illuminate\Queue\Listener::class,
|
|
'queue.worker' => \Illuminate\Queue\Worker::class,
|
|
'redirect' => \Illuminate\Routing\Redirector::class,
|
|
'redis' => \Illuminate\Redis\RedisManager::class,
|
|
'router' => \Illuminate\Routing\Router::class,
|
|
'session' => \Illuminate\Session\SessionManager::class,
|
|
'session.store' => \Illuminate\Session\Store::class,
|
|
'translation.loader' => \Illuminate\Translation\FileLoader::class,
|
|
'translator' => \Illuminate\Translation\Translator::class,
|
|
'url' => \Illuminate\Routing\UrlGenerator::class,
|
|
'validation.presence' => \Illuminate\Validation\DatabasePresenceVerifier::class,
|
|
'view' => \Illuminate\View\Factory::class,
|
|
'view.engine.resolver' => \Illuminate\View\Engines\EngineResolver::class,
|
|
'view.finder' => \Illuminate\View\FileViewFinder::class,
|
|
]));
|
|
|
|
override(\auth()->user(), map([
|
|
'' => \App\User::class,
|
|
]));
|
|
override(\Illuminate\Contracts\Auth\Guard::user(), map([
|
|
'' => \App\User::class,
|
|
]));
|
|
override(\Illuminate\Support\Facades\Auth::user(), map([
|
|
'' => \App\User::class,
|
|
]));
|
|
override(\request()->user(), map([
|
|
'' => \App\User::class,
|
|
]));
|
|
override(\Illuminate\Http\Request::user(), map([
|
|
'' => \App\User::class,
|
|
]));
|
|
override(\Illuminate\Support\Facades\Request::user(), map([
|
|
'' => \App\User::class,
|
|
]));
|
|
|
|
override(\config(), map([
|
|
'concurrency.default' => 'string',
|
|
'app.name' => 'string',
|
|
'app.env' => 'string',
|
|
'app.debug' => 'boolean',
|
|
'app.url' => 'string',
|
|
'app.frontend_url' => 'string',
|
|
'app.asset_url' => 'NULL',
|
|
'app.timezone' => 'string',
|
|
'app.locale' => 'string',
|
|
'app.fallback_locale' => 'string',
|
|
'app.faker_locale' => 'string',
|
|
'app.cipher' => 'string',
|
|
'app.key' => 'string',
|
|
'app.previous_keys' => 'array',
|
|
'app.maintenance.driver' => 'string',
|
|
'app.maintenance.store' => 'string',
|
|
'app.providers' => 'array',
|
|
'app.aliases.App' => 'string',
|
|
'app.aliases.Arr' => 'string',
|
|
'app.aliases.Artisan' => 'string',
|
|
'app.aliases.Auth' => 'string',
|
|
'app.aliases.Blade' => 'string',
|
|
'app.aliases.Broadcast' => 'string',
|
|
'app.aliases.Bus' => 'string',
|
|
'app.aliases.Cache' => 'string',
|
|
'app.aliases.Config' => 'string',
|
|
'app.aliases.Cookie' => 'string',
|
|
'app.aliases.Crypt' => 'string',
|
|
'app.aliases.DB' => 'string',
|
|
'app.aliases.Eloquent' => 'string',
|
|
'app.aliases.Event' => 'string',
|
|
'app.aliases.File' => 'string',
|
|
'app.aliases.Gate' => 'string',
|
|
'app.aliases.Hash' => 'string',
|
|
'app.aliases.Http' => 'string',
|
|
'app.aliases.Lang' => 'string',
|
|
'app.aliases.Log' => 'string',
|
|
'app.aliases.Mail' => 'string',
|
|
'app.aliases.Notification' => 'string',
|
|
'app.aliases.Password' => 'string',
|
|
'app.aliases.Queue' => 'string',
|
|
'app.aliases.Redirect' => 'string',
|
|
'app.aliases.Redis' => 'string',
|
|
'app.aliases.Request' => 'string',
|
|
'app.aliases.Response' => 'string',
|
|
'app.aliases.Route' => 'string',
|
|
'app.aliases.Schema' => 'string',
|
|
'app.aliases.Session' => 'string',
|
|
'app.aliases.Storage' => 'string',
|
|
'app.aliases.Str' => 'string',
|
|
'app.aliases.URL' => 'string',
|
|
'app.aliases.Validator' => 'string',
|
|
'app.aliases.View' => 'string',
|
|
'app.aliases.Form' => 'string',
|
|
'app.aliases.HTML' => 'string',
|
|
'app.aliases.Image' => 'string',
|
|
'app.aliases.Carbon' => 'string',
|
|
'app.aliases.Date' => 'string',
|
|
'app.aliases.HTMLHelper' => 'string',
|
|
'app.aliases.Util' => 'string',
|
|
'app.aliases.Excel' => 'string',
|
|
'app.aliases.DataTables' => 'string',
|
|
'app.aliases.Yard' => 'string',
|
|
'app.api_domain' => 'string',
|
|
'app.domain' => 'string',
|
|
'app.promo_url' => 'string',
|
|
'app.promo_domain' => 'string',
|
|
'app.shop_url' => 'string',
|
|
'app.shop_domain' => 'string',
|
|
'app.checkout_mail' => 'string',
|
|
'app.checkout_test_mail' => 'string',
|
|
'app.info_mail' => 'string',
|
|
'app.info_test_mail' => 'string',
|
|
'app.main_tax' => 'string',
|
|
'app.main_tax_rate' => 'string',
|
|
'app.main_user_id' => 'string',
|
|
'app.exception_mail' => 'string',
|
|
'app.logistic_mail' => 'string',
|
|
'auth.defaults.guard' => 'string',
|
|
'auth.defaults.passwords' => 'string',
|
|
'auth.guards.web.driver' => 'string',
|
|
'auth.guards.web.provider' => 'string',
|
|
'auth.guards.user.driver' => 'string',
|
|
'auth.guards.user.provider' => 'string',
|
|
'auth.guards.api.driver' => 'string',
|
|
'auth.guards.api.provider' => 'string',
|
|
'auth.providers.users.driver' => 'string',
|
|
'auth.providers.users.model' => 'string',
|
|
'auth.passwords.users.provider' => 'string',
|
|
'auth.passwords.users.table' => 'string',
|
|
'auth.passwords.users.expire' => 'integer',
|
|
'auth.passwords.users.throttle' => 'integer',
|
|
'auth.password_timeout' => 'integer',
|
|
'broadcasting.default' => 'string',
|
|
'broadcasting.connections.reverb.driver' => 'string',
|
|
'broadcasting.connections.reverb.key' => 'NULL',
|
|
'broadcasting.connections.reverb.secret' => 'NULL',
|
|
'broadcasting.connections.reverb.app_id' => 'NULL',
|
|
'broadcasting.connections.reverb.options.host' => 'NULL',
|
|
'broadcasting.connections.reverb.options.port' => 'integer',
|
|
'broadcasting.connections.reverb.options.scheme' => 'string',
|
|
'broadcasting.connections.reverb.options.useTLS' => 'boolean',
|
|
'broadcasting.connections.reverb.client_options' => 'array',
|
|
'broadcasting.connections.pusher.driver' => 'string',
|
|
'broadcasting.connections.pusher.key' => 'string',
|
|
'broadcasting.connections.pusher.secret' => 'string',
|
|
'broadcasting.connections.pusher.app_id' => 'string',
|
|
'broadcasting.connections.pusher.options.cluster' => 'string',
|
|
'broadcasting.connections.pusher.options.useTLS' => 'boolean',
|
|
'broadcasting.connections.ably.driver' => 'string',
|
|
'broadcasting.connections.ably.key' => 'NULL',
|
|
'broadcasting.connections.log.driver' => 'string',
|
|
'broadcasting.connections.null.driver' => 'string',
|
|
'broadcasting.connections.redis.driver' => 'string',
|
|
'broadcasting.connections.redis.connection' => 'string',
|
|
'cache.default' => 'string',
|
|
'cache.stores.array.driver' => 'string',
|
|
'cache.stores.database.driver' => 'string',
|
|
'cache.stores.database.table' => 'string',
|
|
'cache.stores.database.connection' => 'NULL',
|
|
'cache.stores.file.driver' => 'string',
|
|
'cache.stores.file.path' => 'string',
|
|
'cache.stores.memcached.driver' => 'string',
|
|
'cache.stores.memcached.persistent_id' => 'NULL',
|
|
'cache.stores.memcached.sasl' => 'array',
|
|
'cache.stores.memcached.options' => 'array',
|
|
'cache.stores.memcached.servers.0.host' => 'string',
|
|
'cache.stores.memcached.servers.0.port' => 'integer',
|
|
'cache.stores.memcached.servers.0.weight' => 'integer',
|
|
'cache.stores.redis.driver' => 'string',
|
|
'cache.stores.redis.connection' => 'string',
|
|
'cache.stores.dynamodb.driver' => 'string',
|
|
'cache.stores.dynamodb.key' => 'string',
|
|
'cache.stores.dynamodb.secret' => 'string',
|
|
'cache.stores.dynamodb.region' => 'string',
|
|
'cache.stores.dynamodb.table' => 'string',
|
|
'cache.stores.dynamodb.endpoint' => 'NULL',
|
|
'cache.stores.octane.driver' => 'string',
|
|
'cache.stores.apc.driver' => 'string',
|
|
'cache.prefix' => 'string',
|
|
'cart.tax' => 'integer',
|
|
'cart.database.connection' => 'NULL',
|
|
'cart.database.table' => 'string',
|
|
'cart.destroy_on_logout' => 'boolean',
|
|
'cart.format.decimals' => 'integer',
|
|
'cart.format.decimal_point' => 'string',
|
|
'cart.format.thousand_seperator' => 'string',
|
|
'cart.discountOnFees' => 'boolean',
|
|
'cors.paths' => 'array',
|
|
'cors.allowed_methods' => 'array',
|
|
'cors.allowed_origins' => 'array',
|
|
'cors.allowed_origins_patterns' => 'array',
|
|
'cors.allowed_headers' => 'array',
|
|
'cors.exposed_headers' => 'boolean',
|
|
'cors.max_age' => 'boolean',
|
|
'cors.supports_credentials' => 'boolean',
|
|
'database.default' => 'string',
|
|
'database.connections.sqlite.driver' => 'string',
|
|
'database.connections.sqlite.url' => 'NULL',
|
|
'database.connections.sqlite.database' => 'string',
|
|
'database.connections.sqlite.prefix' => 'string',
|
|
'database.connections.sqlite.foreign_key_constraints' => 'boolean',
|
|
'database.connections.mysql.driver' => 'string',
|
|
'database.connections.mysql.url' => 'NULL',
|
|
'database.connections.mysql.host' => 'string',
|
|
'database.connections.mysql.port' => 'string',
|
|
'database.connections.mysql.database' => 'string',
|
|
'database.connections.mysql.username' => 'string',
|
|
'database.connections.mysql.password' => 'string',
|
|
'database.connections.mysql.unix_socket' => 'string',
|
|
'database.connections.mysql.charset' => 'string',
|
|
'database.connections.mysql.collation' => 'string',
|
|
'database.connections.mysql.prefix' => 'string',
|
|
'database.connections.mysql.prefix_indexes' => 'boolean',
|
|
'database.connections.mysql.strict' => 'boolean',
|
|
'database.connections.mysql.engine' => 'NULL',
|
|
'database.connections.mysql.options' => 'array',
|
|
'database.connections.mariadb.driver' => 'string',
|
|
'database.connections.mariadb.url' => 'NULL',
|
|
'database.connections.mariadb.host' => 'string',
|
|
'database.connections.mariadb.port' => 'string',
|
|
'database.connections.mariadb.database' => 'string',
|
|
'database.connections.mariadb.username' => 'string',
|
|
'database.connections.mariadb.password' => 'string',
|
|
'database.connections.mariadb.unix_socket' => 'string',
|
|
'database.connections.mariadb.charset' => 'string',
|
|
'database.connections.mariadb.collation' => 'string',
|
|
'database.connections.mariadb.prefix' => 'string',
|
|
'database.connections.mariadb.prefix_indexes' => 'boolean',
|
|
'database.connections.mariadb.strict' => 'boolean',
|
|
'database.connections.mariadb.engine' => 'NULL',
|
|
'database.connections.mariadb.options' => 'array',
|
|
'database.connections.pgsql.driver' => 'string',
|
|
'database.connections.pgsql.url' => 'NULL',
|
|
'database.connections.pgsql.host' => 'string',
|
|
'database.connections.pgsql.port' => 'string',
|
|
'database.connections.pgsql.database' => 'string',
|
|
'database.connections.pgsql.username' => 'string',
|
|
'database.connections.pgsql.password' => 'string',
|
|
'database.connections.pgsql.charset' => 'string',
|
|
'database.connections.pgsql.prefix' => 'string',
|
|
'database.connections.pgsql.prefix_indexes' => 'boolean',
|
|
'database.connections.pgsql.schema' => 'string',
|
|
'database.connections.pgsql.sslmode' => 'string',
|
|
'database.connections.sqlsrv.driver' => 'string',
|
|
'database.connections.sqlsrv.url' => 'NULL',
|
|
'database.connections.sqlsrv.host' => 'string',
|
|
'database.connections.sqlsrv.port' => 'string',
|
|
'database.connections.sqlsrv.database' => 'string',
|
|
'database.connections.sqlsrv.username' => 'string',
|
|
'database.connections.sqlsrv.password' => 'string',
|
|
'database.connections.sqlsrv.charset' => 'string',
|
|
'database.connections.sqlsrv.prefix' => 'string',
|
|
'database.connections.sqlsrv.prefix_indexes' => 'boolean',
|
|
'database.migrations' => 'string',
|
|
'database.redis.client' => 'string',
|
|
'database.redis.options.cluster' => 'string',
|
|
'database.redis.options.prefix' => 'string',
|
|
'database.redis.default.url' => 'NULL',
|
|
'database.redis.default.host' => 'string',
|
|
'database.redis.default.password' => 'NULL',
|
|
'database.redis.default.port' => 'string',
|
|
'database.redis.default.database' => 'string',
|
|
'database.redis.cache.url' => 'NULL',
|
|
'database.redis.cache.host' => 'string',
|
|
'database.redis.cache.password' => 'NULL',
|
|
'database.redis.cache.port' => 'string',
|
|
'database.redis.cache.database' => 'string',
|
|
'debugbar.enabled' => 'NULL',
|
|
'debugbar.hide_empty_tabs' => 'boolean',
|
|
'debugbar.except' => 'array',
|
|
'debugbar.storage.enabled' => 'boolean',
|
|
'debugbar.storage.driver' => 'string',
|
|
'debugbar.storage.path' => 'string',
|
|
'debugbar.storage.connection' => 'NULL',
|
|
'debugbar.storage.provider' => 'string',
|
|
'debugbar.editor' => 'string',
|
|
'debugbar.remote_sites_path' => 'NULL',
|
|
'debugbar.local_sites_path' => 'string',
|
|
'debugbar.include_vendors' => 'boolean',
|
|
'debugbar.capture_ajax' => 'boolean',
|
|
'debugbar.add_ajax_timing' => 'boolean',
|
|
'debugbar.ajax_handler_auto_show' => 'boolean',
|
|
'debugbar.ajax_handler_enable_tab' => 'boolean',
|
|
'debugbar.defer_datasets' => 'boolean',
|
|
'debugbar.error_handler' => 'boolean',
|
|
'debugbar.error_level' => 'integer',
|
|
'debugbar.clockwork' => 'boolean',
|
|
'debugbar.collectors.phpinfo' => 'boolean',
|
|
'debugbar.collectors.messages' => 'boolean',
|
|
'debugbar.collectors.time' => 'boolean',
|
|
'debugbar.collectors.memory' => 'boolean',
|
|
'debugbar.collectors.exceptions' => 'boolean',
|
|
'debugbar.collectors.log' => 'boolean',
|
|
'debugbar.collectors.db' => 'boolean',
|
|
'debugbar.collectors.views' => 'boolean',
|
|
'debugbar.collectors.route' => 'boolean',
|
|
'debugbar.collectors.auth' => 'boolean',
|
|
'debugbar.collectors.gate' => 'boolean',
|
|
'debugbar.collectors.session' => 'boolean',
|
|
'debugbar.collectors.symfony_request' => 'boolean',
|
|
'debugbar.collectors.mail' => 'boolean',
|
|
'debugbar.collectors.laravel' => 'boolean',
|
|
'debugbar.collectors.events' => 'boolean',
|
|
'debugbar.collectors.default_request' => 'boolean',
|
|
'debugbar.collectors.logs' => 'boolean',
|
|
'debugbar.collectors.files' => 'boolean',
|
|
'debugbar.collectors.config' => 'boolean',
|
|
'debugbar.collectors.cache' => 'boolean',
|
|
'debugbar.collectors.models' => 'boolean',
|
|
'debugbar.collectors.livewire' => 'boolean',
|
|
'debugbar.options.auth.show_name' => 'boolean',
|
|
'debugbar.options.db.with_params' => 'boolean',
|
|
'debugbar.options.db.backtrace' => 'boolean',
|
|
'debugbar.options.db.backtrace_exclude_paths' => 'array',
|
|
'debugbar.options.db.timeline' => 'boolean',
|
|
'debugbar.options.db.explain.enabled' => 'boolean',
|
|
'debugbar.options.db.explain.types' => 'array',
|
|
'debugbar.options.db.hints' => 'boolean',
|
|
'debugbar.options.db.show_copy' => 'boolean',
|
|
'debugbar.options.mail.full_log' => 'boolean',
|
|
'debugbar.options.views.data' => 'boolean',
|
|
'debugbar.options.route.label' => 'boolean',
|
|
'debugbar.options.logs.file' => 'NULL',
|
|
'debugbar.options.cache.values' => 'boolean',
|
|
'debugbar.inject' => 'boolean',
|
|
'debugbar.route_prefix' => 'string',
|
|
'debugbar.route_middleware' => 'array',
|
|
'debugbar.route_domain' => 'NULL',
|
|
'debugbar.theme' => 'string',
|
|
'debugbar.debug_backtrace_limit' => 'integer',
|
|
'dompdf.show_warnings' => 'boolean',
|
|
'dompdf.public_path' => 'NULL',
|
|
'dompdf.convert_entities' => 'boolean',
|
|
'dompdf.options.font_dir' => 'string',
|
|
'dompdf.options.font_cache' => 'string',
|
|
'dompdf.options.temp_dir' => 'string',
|
|
'dompdf.options.chroot' => 'string',
|
|
'dompdf.options.allowed_protocols.file://.rules' => 'array',
|
|
'dompdf.options.allowed_protocols.http://.rules' => 'array',
|
|
'dompdf.options.allowed_protocols.https://.rules' => 'array',
|
|
'dompdf.options.log_output_file' => 'NULL',
|
|
'dompdf.options.enable_font_subsetting' => 'boolean',
|
|
'dompdf.options.pdf_backend' => 'string',
|
|
'dompdf.options.default_media_type' => 'string',
|
|
'dompdf.options.default_paper_size' => 'string',
|
|
'dompdf.options.default_paper_orientation' => 'string',
|
|
'dompdf.options.default_font' => 'string',
|
|
'dompdf.options.dpi' => 'integer',
|
|
'dompdf.options.enable_php' => 'boolean',
|
|
'dompdf.options.enable_javascript' => 'boolean',
|
|
'dompdf.options.enable_remote' => 'boolean',
|
|
'dompdf.options.font_height_ratio' => 'double',
|
|
'dompdf.options.enable_html5_parser' => 'boolean',
|
|
'dompdf.orientation' => 'string',
|
|
'dompdf.defines.font_dir' => 'string',
|
|
'dompdf.defines.font_cache' => 'string',
|
|
'dompdf.defines.temp_dir' => 'string',
|
|
'dompdf.defines.chroot' => 'string',
|
|
'dompdf.defines.enable_font_subsetting' => 'boolean',
|
|
'dompdf.defines.pdf_backend' => 'string',
|
|
'dompdf.defines.default_media_type' => 'string',
|
|
'dompdf.defines.default_paper_size' => 'string',
|
|
'dompdf.defines.default_font' => 'string',
|
|
'dompdf.defines.dpi' => 'integer',
|
|
'dompdf.defines.enable_php' => 'boolean',
|
|
'dompdf.defines.enable_javascript' => 'boolean',
|
|
'dompdf.defines.enable_remote' => 'boolean',
|
|
'dompdf.defines.font_height_ratio' => 'double',
|
|
'dompdf.defines.enable_html5_parser' => 'boolean',
|
|
'filesystems.default' => 'string',
|
|
'filesystems.disks.local.driver' => 'string',
|
|
'filesystems.disks.local.root' => 'string',
|
|
'filesystems.disks.public.driver' => 'string',
|
|
'filesystems.disks.public.root' => 'string',
|
|
'filesystems.disks.public.url' => 'string',
|
|
'filesystems.disks.public.visibility' => 'string',
|
|
'filesystems.disks.s3.driver' => 'string',
|
|
'filesystems.disks.s3.key' => 'string',
|
|
'filesystems.disks.s3.secret' => 'string',
|
|
'filesystems.disks.s3.region' => 'string',
|
|
'filesystems.disks.s3.bucket' => 'string',
|
|
'filesystems.disks.s3.url' => 'NULL',
|
|
'filesystems.disks.user.driver' => 'string',
|
|
'filesystems.disks.user.root' => 'string',
|
|
'filesystems.disks.user.url' => 'string',
|
|
'filesystems.disks.user.visibility' => 'string',
|
|
'filesystems.disks.import.driver' => 'string',
|
|
'filesystems.disks.import.root' => 'string',
|
|
'filesystems.disks.import.url' => 'string',
|
|
'filesystems.links./var/www/html/public/storage' => 'string',
|
|
'filesystems.cloud' => 'string',
|
|
'hashing.driver' => 'string',
|
|
'hashing.bcrypt.rounds' => 'integer',
|
|
'hashing.argon.memory' => 'integer',
|
|
'hashing.argon.threads' => 'integer',
|
|
'hashing.argon.time' => 'integer',
|
|
'hashing.rehash_on_login' => 'boolean',
|
|
'ide-helper.filename' => 'string',
|
|
'ide-helper.models_filename' => 'string',
|
|
'ide-helper.meta_filename' => 'string',
|
|
'ide-helper.include_fluent' => 'boolean',
|
|
'ide-helper.include_factory_builders' => 'boolean',
|
|
'ide-helper.write_model_magic_where' => 'boolean',
|
|
'ide-helper.write_model_external_builder_methods' => 'boolean',
|
|
'ide-helper.write_model_relation_count_properties' => 'boolean',
|
|
'ide-helper.write_model_relation_exists_properties' => 'boolean',
|
|
'ide-helper.write_eloquent_model_mixins' => 'boolean',
|
|
'ide-helper.include_helpers' => 'boolean',
|
|
'ide-helper.helper_files' => 'array',
|
|
'ide-helper.model_locations' => 'array',
|
|
'ide-helper.ignored_models' => 'array',
|
|
'ide-helper.model_hooks' => 'array',
|
|
'ide-helper.extra.Eloquent' => 'array',
|
|
'ide-helper.extra.Session' => 'array',
|
|
'ide-helper.magic' => 'array',
|
|
'ide-helper.interfaces' => 'array',
|
|
'ide-helper.model_camel_case_properties' => 'boolean',
|
|
'ide-helper.type_overrides.integer' => 'string',
|
|
'ide-helper.type_overrides.boolean' => 'string',
|
|
'ide-helper.include_class_docblocks' => 'boolean',
|
|
'ide-helper.force_fqn' => 'boolean',
|
|
'ide-helper.use_generics_annotations' => 'boolean',
|
|
'ide-helper.macro_default_return_types.Illuminate\Http\Client\Factory' => 'string',
|
|
'ide-helper.additional_relation_types' => 'array',
|
|
'ide-helper.additional_relation_return_types' => 'array',
|
|
'ide-helper.enforce_nullable_relationships' => 'boolean',
|
|
'ide-helper.post_migrate' => 'array',
|
|
'ide-helper.custom_db_types' => 'array',
|
|
'localization.supportedLocales.de.name' => 'string',
|
|
'localization.supportedLocales.de.script' => 'string',
|
|
'localization.supportedLocales.de.native' => 'string',
|
|
'localization.supportedLocales.de.regional' => 'string',
|
|
'logging.default' => 'string',
|
|
'logging.deprecations.channel' => 'string',
|
|
'logging.deprecations.trace' => 'boolean',
|
|
'logging.channels.stack.driver' => 'string',
|
|
'logging.channels.stack.channels' => 'array',
|
|
'logging.channels.stack.ignore_exceptions' => 'boolean',
|
|
'logging.channels.single.driver' => 'string',
|
|
'logging.channels.single.path' => 'string',
|
|
'logging.channels.single.level' => 'string',
|
|
'logging.channels.daily.driver' => 'string',
|
|
'logging.channels.daily.path' => 'string',
|
|
'logging.channels.daily.level' => 'string',
|
|
'logging.channels.daily.days' => 'integer',
|
|
'logging.channels.slack.driver' => 'string',
|
|
'logging.channels.slack.url' => 'NULL',
|
|
'logging.channels.slack.username' => 'string',
|
|
'logging.channels.slack.emoji' => 'string',
|
|
'logging.channels.slack.level' => 'string',
|
|
'logging.channels.papertrail.driver' => 'string',
|
|
'logging.channels.papertrail.level' => 'string',
|
|
'logging.channels.papertrail.handler' => 'string',
|
|
'logging.channels.papertrail.handler_with.host' => 'NULL',
|
|
'logging.channels.papertrail.handler_with.port' => 'NULL',
|
|
'logging.channels.stderr.driver' => 'string',
|
|
'logging.channels.stderr.handler' => 'string',
|
|
'logging.channels.stderr.formatter' => 'NULL',
|
|
'logging.channels.stderr.with.stream' => 'string',
|
|
'logging.channels.syslog.driver' => 'string',
|
|
'logging.channels.syslog.level' => 'string',
|
|
'logging.channels.errorlog.driver' => 'string',
|
|
'logging.channels.errorlog.level' => 'string',
|
|
'logging.channels.null.driver' => 'string',
|
|
'logging.channels.null.handler' => 'string',
|
|
'logging.channels.emergency.path' => 'string',
|
|
'logging.channels.browser.driver' => 'string',
|
|
'logging.channels.browser.path' => 'string',
|
|
'logging.channels.browser.level' => 'string',
|
|
'logging.channels.browser.days' => 'integer',
|
|
'logging.channels.deprecations.driver' => 'string',
|
|
'logging.channels.deprecations.handler' => 'string',
|
|
'mail.default' => 'string',
|
|
'mail.mailers.smtp.transport' => 'string',
|
|
'mail.mailers.smtp.host' => 'string',
|
|
'mail.mailers.smtp.port' => 'string',
|
|
'mail.mailers.smtp.encryption' => 'string',
|
|
'mail.mailers.smtp.username' => 'NULL',
|
|
'mail.mailers.smtp.password' => 'NULL',
|
|
'mail.mailers.ses.transport' => 'string',
|
|
'mail.mailers.postmark.transport' => 'string',
|
|
'mail.mailers.resend.transport' => 'string',
|
|
'mail.mailers.sendmail.transport' => 'string',
|
|
'mail.mailers.sendmail.path' => 'string',
|
|
'mail.mailers.log.transport' => 'string',
|
|
'mail.mailers.log.channel' => 'NULL',
|
|
'mail.mailers.array.transport' => 'string',
|
|
'mail.mailers.failover.transport' => 'string',
|
|
'mail.mailers.failover.mailers' => 'array',
|
|
'mail.mailers.roundrobin.transport' => 'string',
|
|
'mail.mailers.roundrobin.mailers' => 'array',
|
|
'mail.from.address' => 'string',
|
|
'mail.from.name' => 'string',
|
|
'mail.markdown.theme' => 'string',
|
|
'mail.markdown.paths' => 'array',
|
|
'main.renewal_days' => 'string',
|
|
'main.abo_booking_days' => 'string',
|
|
'main.remind_first_days' => 'string',
|
|
'main.remind_sec_days' => 'string',
|
|
'main.remind_last_days' => 'string',
|
|
'main.edit_data_pass' => 'string',
|
|
'main.add_number_id' => 'string',
|
|
'models.*.path' => 'string',
|
|
'models.*.namespace' => 'string',
|
|
'models.*.parent' => 'string',
|
|
'models.*.use' => 'array',
|
|
'models.*.connection' => 'boolean',
|
|
'models.*.timestamps' => 'boolean',
|
|
'models.*.soft_deletes' => 'boolean',
|
|
'models.*.date_format' => 'string',
|
|
'models.*.per_page' => 'integer',
|
|
'models.*.base_files' => 'boolean',
|
|
'models.*.snake_attributes' => 'boolean',
|
|
'models.*.indent_with_space' => 'integer',
|
|
'models.*.qualified_tables' => 'boolean',
|
|
'models.*.hidden' => 'array',
|
|
'models.*.guarded' => 'array',
|
|
'models.*.casts.*_json' => 'string',
|
|
'models.*.except' => 'array',
|
|
'models.*.only' => 'array',
|
|
'models.*.table_prefix' => 'string',
|
|
'models.*.lower_table_name_first' => 'boolean',
|
|
'models.*.relation_name_strategy' => 'string',
|
|
'models.*.with_property_constants' => 'boolean',
|
|
'models.*.pluralize' => 'boolean',
|
|
'models.*.override_pluralize_for' => 'array',
|
|
'paypal.mode' => 'string',
|
|
'paypal.sandbox.client_id' => 'string',
|
|
'paypal.sandbox.client_secret' => 'string',
|
|
'paypal.sandbox.app_id' => 'string',
|
|
'paypal.live.client_id' => 'string',
|
|
'paypal.live.client_secret' => 'string',
|
|
'paypal.live.app_id' => 'string',
|
|
'paypal.payment_action' => 'string',
|
|
'paypal.currency' => 'string',
|
|
'paypal.notify_url' => 'string',
|
|
'paypal.locale' => 'string',
|
|
'paypal.validate_ssl' => 'boolean',
|
|
'profanity.replaceFullWords' => 'boolean',
|
|
'profanity.replaceWith' => 'string',
|
|
'profanity.strReplace.a' => 'string',
|
|
'profanity.strReplace.b' => 'string',
|
|
'profanity.strReplace.c' => 'string',
|
|
'profanity.strReplace.d' => 'string',
|
|
'profanity.strReplace.e' => 'string',
|
|
'profanity.strReplace.f' => 'string',
|
|
'profanity.strReplace.g' => 'string',
|
|
'profanity.strReplace.h' => 'string',
|
|
'profanity.strReplace.i' => 'string',
|
|
'profanity.strReplace.j' => 'string',
|
|
'profanity.strReplace.k' => 'string',
|
|
'profanity.strReplace.l' => 'string',
|
|
'profanity.strReplace.m' => 'string',
|
|
'profanity.strReplace.n' => 'string',
|
|
'profanity.strReplace.o' => 'string',
|
|
'profanity.strReplace.p' => 'string',
|
|
'profanity.strReplace.q' => 'string',
|
|
'profanity.strReplace.r' => 'string',
|
|
'profanity.strReplace.s' => 'string',
|
|
'profanity.strReplace.t' => 'string',
|
|
'profanity.strReplace.u' => 'string',
|
|
'profanity.strReplace.v' => 'string',
|
|
'profanity.strReplace.w' => 'string',
|
|
'profanity.strReplace.x' => 'string',
|
|
'profanity.strReplace.y' => 'string',
|
|
'profanity.strReplace.z' => 'string',
|
|
'profanity.full_word_check' => 'array',
|
|
'queue.default' => 'string',
|
|
'queue.connections.sync.driver' => 'string',
|
|
'queue.connections.database.driver' => 'string',
|
|
'queue.connections.database.table' => 'string',
|
|
'queue.connections.database.queue' => 'string',
|
|
'queue.connections.database.retry_after' => 'integer',
|
|
'queue.connections.beanstalkd.driver' => 'string',
|
|
'queue.connections.beanstalkd.host' => 'string',
|
|
'queue.connections.beanstalkd.queue' => 'string',
|
|
'queue.connections.beanstalkd.retry_after' => 'integer',
|
|
'queue.connections.beanstalkd.block_for' => 'integer',
|
|
'queue.connections.sqs.driver' => 'string',
|
|
'queue.connections.sqs.key' => 'string',
|
|
'queue.connections.sqs.secret' => 'string',
|
|
'queue.connections.sqs.prefix' => 'string',
|
|
'queue.connections.sqs.queue' => 'string',
|
|
'queue.connections.sqs.region' => 'string',
|
|
'queue.connections.redis.driver' => 'string',
|
|
'queue.connections.redis.connection' => 'string',
|
|
'queue.connections.redis.queue' => 'string',
|
|
'queue.connections.redis.retry_after' => 'integer',
|
|
'queue.connections.redis.block_for' => 'NULL',
|
|
'queue.batching.database' => 'string',
|
|
'queue.batching.table' => 'string',
|
|
'queue.failed.driver' => 'string',
|
|
'queue.failed.database' => 'string',
|
|
'queue.failed.table' => 'string',
|
|
'services.postmark.token' => 'NULL',
|
|
'services.ses.key' => 'string',
|
|
'services.ses.secret' => 'string',
|
|
'services.ses.region' => 'string',
|
|
'services.resend.key' => 'NULL',
|
|
'services.slack.notifications.bot_user_oauth_token' => 'NULL',
|
|
'services.slack.notifications.channel' => 'NULL',
|
|
'services.mailgun.domain' => 'NULL',
|
|
'services.mailgun.secret' => 'NULL',
|
|
'services.mailgun.endpoint' => 'string',
|
|
'services.recaptcha.site_key' => 'string',
|
|
'services.recaptcha.secret_key' => 'string',
|
|
'session.driver' => 'string',
|
|
'session.lifetime' => 'string',
|
|
'session.expire_on_close' => 'boolean',
|
|
'session.encrypt' => 'boolean',
|
|
'session.files' => 'string',
|
|
'session.connection' => 'NULL',
|
|
'session.table' => 'string',
|
|
'session.store' => 'NULL',
|
|
'session.lottery' => 'array',
|
|
'session.cookie' => 'string',
|
|
'session.path' => 'string',
|
|
'session.domain' => 'NULL',
|
|
'session.secure' => 'NULL',
|
|
'session.http_only' => 'boolean',
|
|
'session.same_site' => 'string',
|
|
'session.partitioned' => 'boolean',
|
|
'sluggable.source' => 'NULL',
|
|
'sluggable.maxLength' => 'NULL',
|
|
'sluggable.maxLengthKeepWords' => 'boolean',
|
|
'sluggable.method' => 'NULL',
|
|
'sluggable.separator' => 'string',
|
|
'sluggable.unique' => 'boolean',
|
|
'sluggable.uniqueSuffix' => 'NULL',
|
|
'sluggable.firstUniqueSuffix' => 'integer',
|
|
'sluggable.includeTrashed' => 'boolean',
|
|
'sluggable.reserved' => 'NULL',
|
|
'sluggable.onUpdate' => 'boolean',
|
|
'sluggable.slugEngineOptions' => 'array',
|
|
'view.paths' => 'array',
|
|
'view.compiled' => 'string',
|
|
'view.expires' => 'boolean',
|
|
'translation.driver' => 'string',
|
|
'translation.route_group_config.middleware' => 'string',
|
|
'translation.translation_methods' => 'array',
|
|
'translation.scan_paths' => 'array',
|
|
'translation.ui_url' => 'string',
|
|
'translation.database.connection' => 'string',
|
|
'translation.database.languages_table' => 'string',
|
|
'translation.database.translations_table' => 'string',
|
|
'boost.enabled' => 'boolean',
|
|
'boost.browser_logs_watcher' => 'boolean',
|
|
'boost.executable_paths.php' => 'NULL',
|
|
'boost.executable_paths.composer' => 'NULL',
|
|
'boost.executable_paths.npm' => 'NULL',
|
|
'boost.executable_paths.vendor_bin' => 'NULL',
|
|
'mcp.redirect_domains' => 'array',
|
|
'passport.guard' => 'string',
|
|
'passport.private_key' => 'NULL',
|
|
'passport.public_key' => 'NULL',
|
|
'passport.connection' => 'NULL',
|
|
'passport.client_uuids' => 'boolean',
|
|
'passport.personal_access_client.id' => 'NULL',
|
|
'passport.personal_access_client.secret' => 'NULL',
|
|
'excel.exports.chunk_size' => 'integer',
|
|
'excel.exports.pre_calculate_formulas' => 'boolean',
|
|
'excel.exports.strict_null_comparison' => 'boolean',
|
|
'excel.exports.csv.delimiter' => 'string',
|
|
'excel.exports.csv.enclosure' => 'string',
|
|
'excel.exports.csv.line_ending' => 'string',
|
|
'excel.exports.csv.use_bom' => 'boolean',
|
|
'excel.exports.csv.include_separator_line' => 'boolean',
|
|
'excel.exports.csv.excel_compatibility' => 'boolean',
|
|
'excel.exports.csv.output_encoding' => 'string',
|
|
'excel.exports.csv.test_auto_detect' => 'boolean',
|
|
'excel.exports.properties.creator' => 'string',
|
|
'excel.exports.properties.lastModifiedBy' => 'string',
|
|
'excel.exports.properties.title' => 'string',
|
|
'excel.exports.properties.description' => 'string',
|
|
'excel.exports.properties.subject' => 'string',
|
|
'excel.exports.properties.keywords' => 'string',
|
|
'excel.exports.properties.category' => 'string',
|
|
'excel.exports.properties.manager' => 'string',
|
|
'excel.exports.properties.company' => 'string',
|
|
'excel.imports.read_only' => 'boolean',
|
|
'excel.imports.ignore_empty' => 'boolean',
|
|
'excel.imports.heading_row.formatter' => 'string',
|
|
'excel.imports.csv.delimiter' => 'NULL',
|
|
'excel.imports.csv.enclosure' => 'string',
|
|
'excel.imports.csv.escape_character' => 'string',
|
|
'excel.imports.csv.contiguous' => 'boolean',
|
|
'excel.imports.csv.input_encoding' => 'string',
|
|
'excel.imports.properties.creator' => 'string',
|
|
'excel.imports.properties.lastModifiedBy' => 'string',
|
|
'excel.imports.properties.title' => 'string',
|
|
'excel.imports.properties.description' => 'string',
|
|
'excel.imports.properties.subject' => 'string',
|
|
'excel.imports.properties.keywords' => 'string',
|
|
'excel.imports.properties.category' => 'string',
|
|
'excel.imports.properties.manager' => 'string',
|
|
'excel.imports.properties.company' => 'string',
|
|
'excel.imports.cells.middleware' => 'array',
|
|
'excel.extension_detector.xlsx' => 'string',
|
|
'excel.extension_detector.xlsm' => 'string',
|
|
'excel.extension_detector.xltx' => 'string',
|
|
'excel.extension_detector.xltm' => 'string',
|
|
'excel.extension_detector.xls' => 'string',
|
|
'excel.extension_detector.xlt' => 'string',
|
|
'excel.extension_detector.ods' => 'string',
|
|
'excel.extension_detector.ots' => 'string',
|
|
'excel.extension_detector.slk' => 'string',
|
|
'excel.extension_detector.xml' => 'string',
|
|
'excel.extension_detector.gnumeric' => 'string',
|
|
'excel.extension_detector.htm' => 'string',
|
|
'excel.extension_detector.html' => 'string',
|
|
'excel.extension_detector.csv' => 'string',
|
|
'excel.extension_detector.tsv' => 'string',
|
|
'excel.extension_detector.pdf' => 'string',
|
|
'excel.value_binder.default' => 'string',
|
|
'excel.cache.driver' => 'string',
|
|
'excel.cache.batch.memory_limit' => 'integer',
|
|
'excel.cache.illuminate.store' => 'NULL',
|
|
'excel.cache.default_ttl' => 'integer',
|
|
'excel.transactions.handler' => 'string',
|
|
'excel.transactions.db.connection' => 'NULL',
|
|
'excel.temporary_files.local_path' => 'string',
|
|
'excel.temporary_files.local_permissions' => 'array',
|
|
'excel.temporary_files.remote_disk' => 'NULL',
|
|
'excel.temporary_files.remote_prefix' => 'NULL',
|
|
'excel.temporary_files.force_resync_remote' => 'NULL',
|
|
'flare.key' => 'NULL',
|
|
'flare.flare_middleware' => 'array',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddLogs.maximum_number_of_collected_logs' => 'integer',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddQueries.maximum_number_of_collected_queries' => 'integer',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddQueries.report_query_bindings' => 'boolean',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddJobs.max_chained_job_reporting_depth' => 'integer',
|
|
'flare.flare_middleware.Spatie\FlareClient\FlareMiddleware\CensorRequestBodyFields.censor_fields' => 'array',
|
|
'flare.flare_middleware.Spatie\FlareClient\FlareMiddleware\CensorRequestHeaders.headers' => 'array',
|
|
'flare.send_logs_as_events' => 'boolean',
|
|
'ignition.editor' => 'string',
|
|
'ignition.theme' => 'string',
|
|
'ignition.enable_share_button' => 'boolean',
|
|
'ignition.register_commands' => 'boolean',
|
|
'ignition.solution_providers' => 'array',
|
|
'ignition.ignored_solution_providers' => 'array',
|
|
'ignition.enable_runnable_solutions' => 'NULL',
|
|
'ignition.remote_sites_path' => 'string',
|
|
'ignition.local_sites_path' => 'string',
|
|
'ignition.housekeeping_endpoint_prefix' => 'string',
|
|
'ignition.settings_file_path' => 'string',
|
|
'ignition.recorders' => 'array',
|
|
'ignition.open_ai_key' => 'NULL',
|
|
'ignition.with_stack_frame_arguments' => 'boolean',
|
|
'ignition.argument_reducers' => 'array',
|
|
'tinker.commands' => 'array',
|
|
'tinker.alias' => 'array',
|
|
'tinker.dont_alias' => 'array',
|
|
'tinker.trust_project' => 'string',
|
|
]));
|
|
override(\Illuminate\Config\Repository::get(), map([
|
|
'concurrency.default' => 'string',
|
|
'app.name' => 'string',
|
|
'app.env' => 'string',
|
|
'app.debug' => 'boolean',
|
|
'app.url' => 'string',
|
|
'app.frontend_url' => 'string',
|
|
'app.asset_url' => 'NULL',
|
|
'app.timezone' => 'string',
|
|
'app.locale' => 'string',
|
|
'app.fallback_locale' => 'string',
|
|
'app.faker_locale' => 'string',
|
|
'app.cipher' => 'string',
|
|
'app.key' => 'string',
|
|
'app.previous_keys' => 'array',
|
|
'app.maintenance.driver' => 'string',
|
|
'app.maintenance.store' => 'string',
|
|
'app.providers' => 'array',
|
|
'app.aliases.App' => 'string',
|
|
'app.aliases.Arr' => 'string',
|
|
'app.aliases.Artisan' => 'string',
|
|
'app.aliases.Auth' => 'string',
|
|
'app.aliases.Blade' => 'string',
|
|
'app.aliases.Broadcast' => 'string',
|
|
'app.aliases.Bus' => 'string',
|
|
'app.aliases.Cache' => 'string',
|
|
'app.aliases.Config' => 'string',
|
|
'app.aliases.Cookie' => 'string',
|
|
'app.aliases.Crypt' => 'string',
|
|
'app.aliases.DB' => 'string',
|
|
'app.aliases.Eloquent' => 'string',
|
|
'app.aliases.Event' => 'string',
|
|
'app.aliases.File' => 'string',
|
|
'app.aliases.Gate' => 'string',
|
|
'app.aliases.Hash' => 'string',
|
|
'app.aliases.Http' => 'string',
|
|
'app.aliases.Lang' => 'string',
|
|
'app.aliases.Log' => 'string',
|
|
'app.aliases.Mail' => 'string',
|
|
'app.aliases.Notification' => 'string',
|
|
'app.aliases.Password' => 'string',
|
|
'app.aliases.Queue' => 'string',
|
|
'app.aliases.Redirect' => 'string',
|
|
'app.aliases.Redis' => 'string',
|
|
'app.aliases.Request' => 'string',
|
|
'app.aliases.Response' => 'string',
|
|
'app.aliases.Route' => 'string',
|
|
'app.aliases.Schema' => 'string',
|
|
'app.aliases.Session' => 'string',
|
|
'app.aliases.Storage' => 'string',
|
|
'app.aliases.Str' => 'string',
|
|
'app.aliases.URL' => 'string',
|
|
'app.aliases.Validator' => 'string',
|
|
'app.aliases.View' => 'string',
|
|
'app.aliases.Form' => 'string',
|
|
'app.aliases.HTML' => 'string',
|
|
'app.aliases.Image' => 'string',
|
|
'app.aliases.Carbon' => 'string',
|
|
'app.aliases.Date' => 'string',
|
|
'app.aliases.HTMLHelper' => 'string',
|
|
'app.aliases.Util' => 'string',
|
|
'app.aliases.Excel' => 'string',
|
|
'app.aliases.DataTables' => 'string',
|
|
'app.aliases.Yard' => 'string',
|
|
'app.api_domain' => 'string',
|
|
'app.domain' => 'string',
|
|
'app.promo_url' => 'string',
|
|
'app.promo_domain' => 'string',
|
|
'app.shop_url' => 'string',
|
|
'app.shop_domain' => 'string',
|
|
'app.checkout_mail' => 'string',
|
|
'app.checkout_test_mail' => 'string',
|
|
'app.info_mail' => 'string',
|
|
'app.info_test_mail' => 'string',
|
|
'app.main_tax' => 'string',
|
|
'app.main_tax_rate' => 'string',
|
|
'app.main_user_id' => 'string',
|
|
'app.exception_mail' => 'string',
|
|
'app.logistic_mail' => 'string',
|
|
'auth.defaults.guard' => 'string',
|
|
'auth.defaults.passwords' => 'string',
|
|
'auth.guards.web.driver' => 'string',
|
|
'auth.guards.web.provider' => 'string',
|
|
'auth.guards.user.driver' => 'string',
|
|
'auth.guards.user.provider' => 'string',
|
|
'auth.guards.api.driver' => 'string',
|
|
'auth.guards.api.provider' => 'string',
|
|
'auth.providers.users.driver' => 'string',
|
|
'auth.providers.users.model' => 'string',
|
|
'auth.passwords.users.provider' => 'string',
|
|
'auth.passwords.users.table' => 'string',
|
|
'auth.passwords.users.expire' => 'integer',
|
|
'auth.passwords.users.throttle' => 'integer',
|
|
'auth.password_timeout' => 'integer',
|
|
'broadcasting.default' => 'string',
|
|
'broadcasting.connections.reverb.driver' => 'string',
|
|
'broadcasting.connections.reverb.key' => 'NULL',
|
|
'broadcasting.connections.reverb.secret' => 'NULL',
|
|
'broadcasting.connections.reverb.app_id' => 'NULL',
|
|
'broadcasting.connections.reverb.options.host' => 'NULL',
|
|
'broadcasting.connections.reverb.options.port' => 'integer',
|
|
'broadcasting.connections.reverb.options.scheme' => 'string',
|
|
'broadcasting.connections.reverb.options.useTLS' => 'boolean',
|
|
'broadcasting.connections.reverb.client_options' => 'array',
|
|
'broadcasting.connections.pusher.driver' => 'string',
|
|
'broadcasting.connections.pusher.key' => 'string',
|
|
'broadcasting.connections.pusher.secret' => 'string',
|
|
'broadcasting.connections.pusher.app_id' => 'string',
|
|
'broadcasting.connections.pusher.options.cluster' => 'string',
|
|
'broadcasting.connections.pusher.options.useTLS' => 'boolean',
|
|
'broadcasting.connections.ably.driver' => 'string',
|
|
'broadcasting.connections.ably.key' => 'NULL',
|
|
'broadcasting.connections.log.driver' => 'string',
|
|
'broadcasting.connections.null.driver' => 'string',
|
|
'broadcasting.connections.redis.driver' => 'string',
|
|
'broadcasting.connections.redis.connection' => 'string',
|
|
'cache.default' => 'string',
|
|
'cache.stores.array.driver' => 'string',
|
|
'cache.stores.database.driver' => 'string',
|
|
'cache.stores.database.table' => 'string',
|
|
'cache.stores.database.connection' => 'NULL',
|
|
'cache.stores.file.driver' => 'string',
|
|
'cache.stores.file.path' => 'string',
|
|
'cache.stores.memcached.driver' => 'string',
|
|
'cache.stores.memcached.persistent_id' => 'NULL',
|
|
'cache.stores.memcached.sasl' => 'array',
|
|
'cache.stores.memcached.options' => 'array',
|
|
'cache.stores.memcached.servers.0.host' => 'string',
|
|
'cache.stores.memcached.servers.0.port' => 'integer',
|
|
'cache.stores.memcached.servers.0.weight' => 'integer',
|
|
'cache.stores.redis.driver' => 'string',
|
|
'cache.stores.redis.connection' => 'string',
|
|
'cache.stores.dynamodb.driver' => 'string',
|
|
'cache.stores.dynamodb.key' => 'string',
|
|
'cache.stores.dynamodb.secret' => 'string',
|
|
'cache.stores.dynamodb.region' => 'string',
|
|
'cache.stores.dynamodb.table' => 'string',
|
|
'cache.stores.dynamodb.endpoint' => 'NULL',
|
|
'cache.stores.octane.driver' => 'string',
|
|
'cache.stores.apc.driver' => 'string',
|
|
'cache.prefix' => 'string',
|
|
'cart.tax' => 'integer',
|
|
'cart.database.connection' => 'NULL',
|
|
'cart.database.table' => 'string',
|
|
'cart.destroy_on_logout' => 'boolean',
|
|
'cart.format.decimals' => 'integer',
|
|
'cart.format.decimal_point' => 'string',
|
|
'cart.format.thousand_seperator' => 'string',
|
|
'cart.discountOnFees' => 'boolean',
|
|
'cors.paths' => 'array',
|
|
'cors.allowed_methods' => 'array',
|
|
'cors.allowed_origins' => 'array',
|
|
'cors.allowed_origins_patterns' => 'array',
|
|
'cors.allowed_headers' => 'array',
|
|
'cors.exposed_headers' => 'boolean',
|
|
'cors.max_age' => 'boolean',
|
|
'cors.supports_credentials' => 'boolean',
|
|
'database.default' => 'string',
|
|
'database.connections.sqlite.driver' => 'string',
|
|
'database.connections.sqlite.url' => 'NULL',
|
|
'database.connections.sqlite.database' => 'string',
|
|
'database.connections.sqlite.prefix' => 'string',
|
|
'database.connections.sqlite.foreign_key_constraints' => 'boolean',
|
|
'database.connections.mysql.driver' => 'string',
|
|
'database.connections.mysql.url' => 'NULL',
|
|
'database.connections.mysql.host' => 'string',
|
|
'database.connections.mysql.port' => 'string',
|
|
'database.connections.mysql.database' => 'string',
|
|
'database.connections.mysql.username' => 'string',
|
|
'database.connections.mysql.password' => 'string',
|
|
'database.connections.mysql.unix_socket' => 'string',
|
|
'database.connections.mysql.charset' => 'string',
|
|
'database.connections.mysql.collation' => 'string',
|
|
'database.connections.mysql.prefix' => 'string',
|
|
'database.connections.mysql.prefix_indexes' => 'boolean',
|
|
'database.connections.mysql.strict' => 'boolean',
|
|
'database.connections.mysql.engine' => 'NULL',
|
|
'database.connections.mysql.options' => 'array',
|
|
'database.connections.mariadb.driver' => 'string',
|
|
'database.connections.mariadb.url' => 'NULL',
|
|
'database.connections.mariadb.host' => 'string',
|
|
'database.connections.mariadb.port' => 'string',
|
|
'database.connections.mariadb.database' => 'string',
|
|
'database.connections.mariadb.username' => 'string',
|
|
'database.connections.mariadb.password' => 'string',
|
|
'database.connections.mariadb.unix_socket' => 'string',
|
|
'database.connections.mariadb.charset' => 'string',
|
|
'database.connections.mariadb.collation' => 'string',
|
|
'database.connections.mariadb.prefix' => 'string',
|
|
'database.connections.mariadb.prefix_indexes' => 'boolean',
|
|
'database.connections.mariadb.strict' => 'boolean',
|
|
'database.connections.mariadb.engine' => 'NULL',
|
|
'database.connections.mariadb.options' => 'array',
|
|
'database.connections.pgsql.driver' => 'string',
|
|
'database.connections.pgsql.url' => 'NULL',
|
|
'database.connections.pgsql.host' => 'string',
|
|
'database.connections.pgsql.port' => 'string',
|
|
'database.connections.pgsql.database' => 'string',
|
|
'database.connections.pgsql.username' => 'string',
|
|
'database.connections.pgsql.password' => 'string',
|
|
'database.connections.pgsql.charset' => 'string',
|
|
'database.connections.pgsql.prefix' => 'string',
|
|
'database.connections.pgsql.prefix_indexes' => 'boolean',
|
|
'database.connections.pgsql.schema' => 'string',
|
|
'database.connections.pgsql.sslmode' => 'string',
|
|
'database.connections.sqlsrv.driver' => 'string',
|
|
'database.connections.sqlsrv.url' => 'NULL',
|
|
'database.connections.sqlsrv.host' => 'string',
|
|
'database.connections.sqlsrv.port' => 'string',
|
|
'database.connections.sqlsrv.database' => 'string',
|
|
'database.connections.sqlsrv.username' => 'string',
|
|
'database.connections.sqlsrv.password' => 'string',
|
|
'database.connections.sqlsrv.charset' => 'string',
|
|
'database.connections.sqlsrv.prefix' => 'string',
|
|
'database.connections.sqlsrv.prefix_indexes' => 'boolean',
|
|
'database.migrations' => 'string',
|
|
'database.redis.client' => 'string',
|
|
'database.redis.options.cluster' => 'string',
|
|
'database.redis.options.prefix' => 'string',
|
|
'database.redis.default.url' => 'NULL',
|
|
'database.redis.default.host' => 'string',
|
|
'database.redis.default.password' => 'NULL',
|
|
'database.redis.default.port' => 'string',
|
|
'database.redis.default.database' => 'string',
|
|
'database.redis.cache.url' => 'NULL',
|
|
'database.redis.cache.host' => 'string',
|
|
'database.redis.cache.password' => 'NULL',
|
|
'database.redis.cache.port' => 'string',
|
|
'database.redis.cache.database' => 'string',
|
|
'debugbar.enabled' => 'NULL',
|
|
'debugbar.hide_empty_tabs' => 'boolean',
|
|
'debugbar.except' => 'array',
|
|
'debugbar.storage.enabled' => 'boolean',
|
|
'debugbar.storage.driver' => 'string',
|
|
'debugbar.storage.path' => 'string',
|
|
'debugbar.storage.connection' => 'NULL',
|
|
'debugbar.storage.provider' => 'string',
|
|
'debugbar.editor' => 'string',
|
|
'debugbar.remote_sites_path' => 'NULL',
|
|
'debugbar.local_sites_path' => 'string',
|
|
'debugbar.include_vendors' => 'boolean',
|
|
'debugbar.capture_ajax' => 'boolean',
|
|
'debugbar.add_ajax_timing' => 'boolean',
|
|
'debugbar.ajax_handler_auto_show' => 'boolean',
|
|
'debugbar.ajax_handler_enable_tab' => 'boolean',
|
|
'debugbar.defer_datasets' => 'boolean',
|
|
'debugbar.error_handler' => 'boolean',
|
|
'debugbar.error_level' => 'integer',
|
|
'debugbar.clockwork' => 'boolean',
|
|
'debugbar.collectors.phpinfo' => 'boolean',
|
|
'debugbar.collectors.messages' => 'boolean',
|
|
'debugbar.collectors.time' => 'boolean',
|
|
'debugbar.collectors.memory' => 'boolean',
|
|
'debugbar.collectors.exceptions' => 'boolean',
|
|
'debugbar.collectors.log' => 'boolean',
|
|
'debugbar.collectors.db' => 'boolean',
|
|
'debugbar.collectors.views' => 'boolean',
|
|
'debugbar.collectors.route' => 'boolean',
|
|
'debugbar.collectors.auth' => 'boolean',
|
|
'debugbar.collectors.gate' => 'boolean',
|
|
'debugbar.collectors.session' => 'boolean',
|
|
'debugbar.collectors.symfony_request' => 'boolean',
|
|
'debugbar.collectors.mail' => 'boolean',
|
|
'debugbar.collectors.laravel' => 'boolean',
|
|
'debugbar.collectors.events' => 'boolean',
|
|
'debugbar.collectors.default_request' => 'boolean',
|
|
'debugbar.collectors.logs' => 'boolean',
|
|
'debugbar.collectors.files' => 'boolean',
|
|
'debugbar.collectors.config' => 'boolean',
|
|
'debugbar.collectors.cache' => 'boolean',
|
|
'debugbar.collectors.models' => 'boolean',
|
|
'debugbar.collectors.livewire' => 'boolean',
|
|
'debugbar.options.auth.show_name' => 'boolean',
|
|
'debugbar.options.db.with_params' => 'boolean',
|
|
'debugbar.options.db.backtrace' => 'boolean',
|
|
'debugbar.options.db.backtrace_exclude_paths' => 'array',
|
|
'debugbar.options.db.timeline' => 'boolean',
|
|
'debugbar.options.db.explain.enabled' => 'boolean',
|
|
'debugbar.options.db.explain.types' => 'array',
|
|
'debugbar.options.db.hints' => 'boolean',
|
|
'debugbar.options.db.show_copy' => 'boolean',
|
|
'debugbar.options.mail.full_log' => 'boolean',
|
|
'debugbar.options.views.data' => 'boolean',
|
|
'debugbar.options.route.label' => 'boolean',
|
|
'debugbar.options.logs.file' => 'NULL',
|
|
'debugbar.options.cache.values' => 'boolean',
|
|
'debugbar.inject' => 'boolean',
|
|
'debugbar.route_prefix' => 'string',
|
|
'debugbar.route_middleware' => 'array',
|
|
'debugbar.route_domain' => 'NULL',
|
|
'debugbar.theme' => 'string',
|
|
'debugbar.debug_backtrace_limit' => 'integer',
|
|
'dompdf.show_warnings' => 'boolean',
|
|
'dompdf.public_path' => 'NULL',
|
|
'dompdf.convert_entities' => 'boolean',
|
|
'dompdf.options.font_dir' => 'string',
|
|
'dompdf.options.font_cache' => 'string',
|
|
'dompdf.options.temp_dir' => 'string',
|
|
'dompdf.options.chroot' => 'string',
|
|
'dompdf.options.allowed_protocols.file://.rules' => 'array',
|
|
'dompdf.options.allowed_protocols.http://.rules' => 'array',
|
|
'dompdf.options.allowed_protocols.https://.rules' => 'array',
|
|
'dompdf.options.log_output_file' => 'NULL',
|
|
'dompdf.options.enable_font_subsetting' => 'boolean',
|
|
'dompdf.options.pdf_backend' => 'string',
|
|
'dompdf.options.default_media_type' => 'string',
|
|
'dompdf.options.default_paper_size' => 'string',
|
|
'dompdf.options.default_paper_orientation' => 'string',
|
|
'dompdf.options.default_font' => 'string',
|
|
'dompdf.options.dpi' => 'integer',
|
|
'dompdf.options.enable_php' => 'boolean',
|
|
'dompdf.options.enable_javascript' => 'boolean',
|
|
'dompdf.options.enable_remote' => 'boolean',
|
|
'dompdf.options.font_height_ratio' => 'double',
|
|
'dompdf.options.enable_html5_parser' => 'boolean',
|
|
'dompdf.orientation' => 'string',
|
|
'dompdf.defines.font_dir' => 'string',
|
|
'dompdf.defines.font_cache' => 'string',
|
|
'dompdf.defines.temp_dir' => 'string',
|
|
'dompdf.defines.chroot' => 'string',
|
|
'dompdf.defines.enable_font_subsetting' => 'boolean',
|
|
'dompdf.defines.pdf_backend' => 'string',
|
|
'dompdf.defines.default_media_type' => 'string',
|
|
'dompdf.defines.default_paper_size' => 'string',
|
|
'dompdf.defines.default_font' => 'string',
|
|
'dompdf.defines.dpi' => 'integer',
|
|
'dompdf.defines.enable_php' => 'boolean',
|
|
'dompdf.defines.enable_javascript' => 'boolean',
|
|
'dompdf.defines.enable_remote' => 'boolean',
|
|
'dompdf.defines.font_height_ratio' => 'double',
|
|
'dompdf.defines.enable_html5_parser' => 'boolean',
|
|
'filesystems.default' => 'string',
|
|
'filesystems.disks.local.driver' => 'string',
|
|
'filesystems.disks.local.root' => 'string',
|
|
'filesystems.disks.public.driver' => 'string',
|
|
'filesystems.disks.public.root' => 'string',
|
|
'filesystems.disks.public.url' => 'string',
|
|
'filesystems.disks.public.visibility' => 'string',
|
|
'filesystems.disks.s3.driver' => 'string',
|
|
'filesystems.disks.s3.key' => 'string',
|
|
'filesystems.disks.s3.secret' => 'string',
|
|
'filesystems.disks.s3.region' => 'string',
|
|
'filesystems.disks.s3.bucket' => 'string',
|
|
'filesystems.disks.s3.url' => 'NULL',
|
|
'filesystems.disks.user.driver' => 'string',
|
|
'filesystems.disks.user.root' => 'string',
|
|
'filesystems.disks.user.url' => 'string',
|
|
'filesystems.disks.user.visibility' => 'string',
|
|
'filesystems.disks.import.driver' => 'string',
|
|
'filesystems.disks.import.root' => 'string',
|
|
'filesystems.disks.import.url' => 'string',
|
|
'filesystems.links./var/www/html/public/storage' => 'string',
|
|
'filesystems.cloud' => 'string',
|
|
'hashing.driver' => 'string',
|
|
'hashing.bcrypt.rounds' => 'integer',
|
|
'hashing.argon.memory' => 'integer',
|
|
'hashing.argon.threads' => 'integer',
|
|
'hashing.argon.time' => 'integer',
|
|
'hashing.rehash_on_login' => 'boolean',
|
|
'ide-helper.filename' => 'string',
|
|
'ide-helper.models_filename' => 'string',
|
|
'ide-helper.meta_filename' => 'string',
|
|
'ide-helper.include_fluent' => 'boolean',
|
|
'ide-helper.include_factory_builders' => 'boolean',
|
|
'ide-helper.write_model_magic_where' => 'boolean',
|
|
'ide-helper.write_model_external_builder_methods' => 'boolean',
|
|
'ide-helper.write_model_relation_count_properties' => 'boolean',
|
|
'ide-helper.write_model_relation_exists_properties' => 'boolean',
|
|
'ide-helper.write_eloquent_model_mixins' => 'boolean',
|
|
'ide-helper.include_helpers' => 'boolean',
|
|
'ide-helper.helper_files' => 'array',
|
|
'ide-helper.model_locations' => 'array',
|
|
'ide-helper.ignored_models' => 'array',
|
|
'ide-helper.model_hooks' => 'array',
|
|
'ide-helper.extra.Eloquent' => 'array',
|
|
'ide-helper.extra.Session' => 'array',
|
|
'ide-helper.magic' => 'array',
|
|
'ide-helper.interfaces' => 'array',
|
|
'ide-helper.model_camel_case_properties' => 'boolean',
|
|
'ide-helper.type_overrides.integer' => 'string',
|
|
'ide-helper.type_overrides.boolean' => 'string',
|
|
'ide-helper.include_class_docblocks' => 'boolean',
|
|
'ide-helper.force_fqn' => 'boolean',
|
|
'ide-helper.use_generics_annotations' => 'boolean',
|
|
'ide-helper.macro_default_return_types.Illuminate\Http\Client\Factory' => 'string',
|
|
'ide-helper.additional_relation_types' => 'array',
|
|
'ide-helper.additional_relation_return_types' => 'array',
|
|
'ide-helper.enforce_nullable_relationships' => 'boolean',
|
|
'ide-helper.post_migrate' => 'array',
|
|
'ide-helper.custom_db_types' => 'array',
|
|
'localization.supportedLocales.de.name' => 'string',
|
|
'localization.supportedLocales.de.script' => 'string',
|
|
'localization.supportedLocales.de.native' => 'string',
|
|
'localization.supportedLocales.de.regional' => 'string',
|
|
'logging.default' => 'string',
|
|
'logging.deprecations.channel' => 'string',
|
|
'logging.deprecations.trace' => 'boolean',
|
|
'logging.channels.stack.driver' => 'string',
|
|
'logging.channels.stack.channels' => 'array',
|
|
'logging.channels.stack.ignore_exceptions' => 'boolean',
|
|
'logging.channels.single.driver' => 'string',
|
|
'logging.channels.single.path' => 'string',
|
|
'logging.channels.single.level' => 'string',
|
|
'logging.channels.daily.driver' => 'string',
|
|
'logging.channels.daily.path' => 'string',
|
|
'logging.channels.daily.level' => 'string',
|
|
'logging.channels.daily.days' => 'integer',
|
|
'logging.channels.slack.driver' => 'string',
|
|
'logging.channels.slack.url' => 'NULL',
|
|
'logging.channels.slack.username' => 'string',
|
|
'logging.channels.slack.emoji' => 'string',
|
|
'logging.channels.slack.level' => 'string',
|
|
'logging.channels.papertrail.driver' => 'string',
|
|
'logging.channels.papertrail.level' => 'string',
|
|
'logging.channels.papertrail.handler' => 'string',
|
|
'logging.channels.papertrail.handler_with.host' => 'NULL',
|
|
'logging.channels.papertrail.handler_with.port' => 'NULL',
|
|
'logging.channels.stderr.driver' => 'string',
|
|
'logging.channels.stderr.handler' => 'string',
|
|
'logging.channels.stderr.formatter' => 'NULL',
|
|
'logging.channels.stderr.with.stream' => 'string',
|
|
'logging.channels.syslog.driver' => 'string',
|
|
'logging.channels.syslog.level' => 'string',
|
|
'logging.channels.errorlog.driver' => 'string',
|
|
'logging.channels.errorlog.level' => 'string',
|
|
'logging.channels.null.driver' => 'string',
|
|
'logging.channels.null.handler' => 'string',
|
|
'logging.channels.emergency.path' => 'string',
|
|
'logging.channels.browser.driver' => 'string',
|
|
'logging.channels.browser.path' => 'string',
|
|
'logging.channels.browser.level' => 'string',
|
|
'logging.channels.browser.days' => 'integer',
|
|
'logging.channels.deprecations.driver' => 'string',
|
|
'logging.channels.deprecations.handler' => 'string',
|
|
'mail.default' => 'string',
|
|
'mail.mailers.smtp.transport' => 'string',
|
|
'mail.mailers.smtp.host' => 'string',
|
|
'mail.mailers.smtp.port' => 'string',
|
|
'mail.mailers.smtp.encryption' => 'string',
|
|
'mail.mailers.smtp.username' => 'NULL',
|
|
'mail.mailers.smtp.password' => 'NULL',
|
|
'mail.mailers.ses.transport' => 'string',
|
|
'mail.mailers.postmark.transport' => 'string',
|
|
'mail.mailers.resend.transport' => 'string',
|
|
'mail.mailers.sendmail.transport' => 'string',
|
|
'mail.mailers.sendmail.path' => 'string',
|
|
'mail.mailers.log.transport' => 'string',
|
|
'mail.mailers.log.channel' => 'NULL',
|
|
'mail.mailers.array.transport' => 'string',
|
|
'mail.mailers.failover.transport' => 'string',
|
|
'mail.mailers.failover.mailers' => 'array',
|
|
'mail.mailers.roundrobin.transport' => 'string',
|
|
'mail.mailers.roundrobin.mailers' => 'array',
|
|
'mail.from.address' => 'string',
|
|
'mail.from.name' => 'string',
|
|
'mail.markdown.theme' => 'string',
|
|
'mail.markdown.paths' => 'array',
|
|
'main.renewal_days' => 'string',
|
|
'main.abo_booking_days' => 'string',
|
|
'main.remind_first_days' => 'string',
|
|
'main.remind_sec_days' => 'string',
|
|
'main.remind_last_days' => 'string',
|
|
'main.edit_data_pass' => 'string',
|
|
'main.add_number_id' => 'string',
|
|
'models.*.path' => 'string',
|
|
'models.*.namespace' => 'string',
|
|
'models.*.parent' => 'string',
|
|
'models.*.use' => 'array',
|
|
'models.*.connection' => 'boolean',
|
|
'models.*.timestamps' => 'boolean',
|
|
'models.*.soft_deletes' => 'boolean',
|
|
'models.*.date_format' => 'string',
|
|
'models.*.per_page' => 'integer',
|
|
'models.*.base_files' => 'boolean',
|
|
'models.*.snake_attributes' => 'boolean',
|
|
'models.*.indent_with_space' => 'integer',
|
|
'models.*.qualified_tables' => 'boolean',
|
|
'models.*.hidden' => 'array',
|
|
'models.*.guarded' => 'array',
|
|
'models.*.casts.*_json' => 'string',
|
|
'models.*.except' => 'array',
|
|
'models.*.only' => 'array',
|
|
'models.*.table_prefix' => 'string',
|
|
'models.*.lower_table_name_first' => 'boolean',
|
|
'models.*.relation_name_strategy' => 'string',
|
|
'models.*.with_property_constants' => 'boolean',
|
|
'models.*.pluralize' => 'boolean',
|
|
'models.*.override_pluralize_for' => 'array',
|
|
'paypal.mode' => 'string',
|
|
'paypal.sandbox.client_id' => 'string',
|
|
'paypal.sandbox.client_secret' => 'string',
|
|
'paypal.sandbox.app_id' => 'string',
|
|
'paypal.live.client_id' => 'string',
|
|
'paypal.live.client_secret' => 'string',
|
|
'paypal.live.app_id' => 'string',
|
|
'paypal.payment_action' => 'string',
|
|
'paypal.currency' => 'string',
|
|
'paypal.notify_url' => 'string',
|
|
'paypal.locale' => 'string',
|
|
'paypal.validate_ssl' => 'boolean',
|
|
'profanity.replaceFullWords' => 'boolean',
|
|
'profanity.replaceWith' => 'string',
|
|
'profanity.strReplace.a' => 'string',
|
|
'profanity.strReplace.b' => 'string',
|
|
'profanity.strReplace.c' => 'string',
|
|
'profanity.strReplace.d' => 'string',
|
|
'profanity.strReplace.e' => 'string',
|
|
'profanity.strReplace.f' => 'string',
|
|
'profanity.strReplace.g' => 'string',
|
|
'profanity.strReplace.h' => 'string',
|
|
'profanity.strReplace.i' => 'string',
|
|
'profanity.strReplace.j' => 'string',
|
|
'profanity.strReplace.k' => 'string',
|
|
'profanity.strReplace.l' => 'string',
|
|
'profanity.strReplace.m' => 'string',
|
|
'profanity.strReplace.n' => 'string',
|
|
'profanity.strReplace.o' => 'string',
|
|
'profanity.strReplace.p' => 'string',
|
|
'profanity.strReplace.q' => 'string',
|
|
'profanity.strReplace.r' => 'string',
|
|
'profanity.strReplace.s' => 'string',
|
|
'profanity.strReplace.t' => 'string',
|
|
'profanity.strReplace.u' => 'string',
|
|
'profanity.strReplace.v' => 'string',
|
|
'profanity.strReplace.w' => 'string',
|
|
'profanity.strReplace.x' => 'string',
|
|
'profanity.strReplace.y' => 'string',
|
|
'profanity.strReplace.z' => 'string',
|
|
'profanity.full_word_check' => 'array',
|
|
'queue.default' => 'string',
|
|
'queue.connections.sync.driver' => 'string',
|
|
'queue.connections.database.driver' => 'string',
|
|
'queue.connections.database.table' => 'string',
|
|
'queue.connections.database.queue' => 'string',
|
|
'queue.connections.database.retry_after' => 'integer',
|
|
'queue.connections.beanstalkd.driver' => 'string',
|
|
'queue.connections.beanstalkd.host' => 'string',
|
|
'queue.connections.beanstalkd.queue' => 'string',
|
|
'queue.connections.beanstalkd.retry_after' => 'integer',
|
|
'queue.connections.beanstalkd.block_for' => 'integer',
|
|
'queue.connections.sqs.driver' => 'string',
|
|
'queue.connections.sqs.key' => 'string',
|
|
'queue.connections.sqs.secret' => 'string',
|
|
'queue.connections.sqs.prefix' => 'string',
|
|
'queue.connections.sqs.queue' => 'string',
|
|
'queue.connections.sqs.region' => 'string',
|
|
'queue.connections.redis.driver' => 'string',
|
|
'queue.connections.redis.connection' => 'string',
|
|
'queue.connections.redis.queue' => 'string',
|
|
'queue.connections.redis.retry_after' => 'integer',
|
|
'queue.connections.redis.block_for' => 'NULL',
|
|
'queue.batching.database' => 'string',
|
|
'queue.batching.table' => 'string',
|
|
'queue.failed.driver' => 'string',
|
|
'queue.failed.database' => 'string',
|
|
'queue.failed.table' => 'string',
|
|
'services.postmark.token' => 'NULL',
|
|
'services.ses.key' => 'string',
|
|
'services.ses.secret' => 'string',
|
|
'services.ses.region' => 'string',
|
|
'services.resend.key' => 'NULL',
|
|
'services.slack.notifications.bot_user_oauth_token' => 'NULL',
|
|
'services.slack.notifications.channel' => 'NULL',
|
|
'services.mailgun.domain' => 'NULL',
|
|
'services.mailgun.secret' => 'NULL',
|
|
'services.mailgun.endpoint' => 'string',
|
|
'services.recaptcha.site_key' => 'string',
|
|
'services.recaptcha.secret_key' => 'string',
|
|
'session.driver' => 'string',
|
|
'session.lifetime' => 'string',
|
|
'session.expire_on_close' => 'boolean',
|
|
'session.encrypt' => 'boolean',
|
|
'session.files' => 'string',
|
|
'session.connection' => 'NULL',
|
|
'session.table' => 'string',
|
|
'session.store' => 'NULL',
|
|
'session.lottery' => 'array',
|
|
'session.cookie' => 'string',
|
|
'session.path' => 'string',
|
|
'session.domain' => 'NULL',
|
|
'session.secure' => 'NULL',
|
|
'session.http_only' => 'boolean',
|
|
'session.same_site' => 'string',
|
|
'session.partitioned' => 'boolean',
|
|
'sluggable.source' => 'NULL',
|
|
'sluggable.maxLength' => 'NULL',
|
|
'sluggable.maxLengthKeepWords' => 'boolean',
|
|
'sluggable.method' => 'NULL',
|
|
'sluggable.separator' => 'string',
|
|
'sluggable.unique' => 'boolean',
|
|
'sluggable.uniqueSuffix' => 'NULL',
|
|
'sluggable.firstUniqueSuffix' => 'integer',
|
|
'sluggable.includeTrashed' => 'boolean',
|
|
'sluggable.reserved' => 'NULL',
|
|
'sluggable.onUpdate' => 'boolean',
|
|
'sluggable.slugEngineOptions' => 'array',
|
|
'view.paths' => 'array',
|
|
'view.compiled' => 'string',
|
|
'view.expires' => 'boolean',
|
|
'translation.driver' => 'string',
|
|
'translation.route_group_config.middleware' => 'string',
|
|
'translation.translation_methods' => 'array',
|
|
'translation.scan_paths' => 'array',
|
|
'translation.ui_url' => 'string',
|
|
'translation.database.connection' => 'string',
|
|
'translation.database.languages_table' => 'string',
|
|
'translation.database.translations_table' => 'string',
|
|
'boost.enabled' => 'boolean',
|
|
'boost.browser_logs_watcher' => 'boolean',
|
|
'boost.executable_paths.php' => 'NULL',
|
|
'boost.executable_paths.composer' => 'NULL',
|
|
'boost.executable_paths.npm' => 'NULL',
|
|
'boost.executable_paths.vendor_bin' => 'NULL',
|
|
'mcp.redirect_domains' => 'array',
|
|
'passport.guard' => 'string',
|
|
'passport.private_key' => 'NULL',
|
|
'passport.public_key' => 'NULL',
|
|
'passport.connection' => 'NULL',
|
|
'passport.client_uuids' => 'boolean',
|
|
'passport.personal_access_client.id' => 'NULL',
|
|
'passport.personal_access_client.secret' => 'NULL',
|
|
'excel.exports.chunk_size' => 'integer',
|
|
'excel.exports.pre_calculate_formulas' => 'boolean',
|
|
'excel.exports.strict_null_comparison' => 'boolean',
|
|
'excel.exports.csv.delimiter' => 'string',
|
|
'excel.exports.csv.enclosure' => 'string',
|
|
'excel.exports.csv.line_ending' => 'string',
|
|
'excel.exports.csv.use_bom' => 'boolean',
|
|
'excel.exports.csv.include_separator_line' => 'boolean',
|
|
'excel.exports.csv.excel_compatibility' => 'boolean',
|
|
'excel.exports.csv.output_encoding' => 'string',
|
|
'excel.exports.csv.test_auto_detect' => 'boolean',
|
|
'excel.exports.properties.creator' => 'string',
|
|
'excel.exports.properties.lastModifiedBy' => 'string',
|
|
'excel.exports.properties.title' => 'string',
|
|
'excel.exports.properties.description' => 'string',
|
|
'excel.exports.properties.subject' => 'string',
|
|
'excel.exports.properties.keywords' => 'string',
|
|
'excel.exports.properties.category' => 'string',
|
|
'excel.exports.properties.manager' => 'string',
|
|
'excel.exports.properties.company' => 'string',
|
|
'excel.imports.read_only' => 'boolean',
|
|
'excel.imports.ignore_empty' => 'boolean',
|
|
'excel.imports.heading_row.formatter' => 'string',
|
|
'excel.imports.csv.delimiter' => 'NULL',
|
|
'excel.imports.csv.enclosure' => 'string',
|
|
'excel.imports.csv.escape_character' => 'string',
|
|
'excel.imports.csv.contiguous' => 'boolean',
|
|
'excel.imports.csv.input_encoding' => 'string',
|
|
'excel.imports.properties.creator' => 'string',
|
|
'excel.imports.properties.lastModifiedBy' => 'string',
|
|
'excel.imports.properties.title' => 'string',
|
|
'excel.imports.properties.description' => 'string',
|
|
'excel.imports.properties.subject' => 'string',
|
|
'excel.imports.properties.keywords' => 'string',
|
|
'excel.imports.properties.category' => 'string',
|
|
'excel.imports.properties.manager' => 'string',
|
|
'excel.imports.properties.company' => 'string',
|
|
'excel.imports.cells.middleware' => 'array',
|
|
'excel.extension_detector.xlsx' => 'string',
|
|
'excel.extension_detector.xlsm' => 'string',
|
|
'excel.extension_detector.xltx' => 'string',
|
|
'excel.extension_detector.xltm' => 'string',
|
|
'excel.extension_detector.xls' => 'string',
|
|
'excel.extension_detector.xlt' => 'string',
|
|
'excel.extension_detector.ods' => 'string',
|
|
'excel.extension_detector.ots' => 'string',
|
|
'excel.extension_detector.slk' => 'string',
|
|
'excel.extension_detector.xml' => 'string',
|
|
'excel.extension_detector.gnumeric' => 'string',
|
|
'excel.extension_detector.htm' => 'string',
|
|
'excel.extension_detector.html' => 'string',
|
|
'excel.extension_detector.csv' => 'string',
|
|
'excel.extension_detector.tsv' => 'string',
|
|
'excel.extension_detector.pdf' => 'string',
|
|
'excel.value_binder.default' => 'string',
|
|
'excel.cache.driver' => 'string',
|
|
'excel.cache.batch.memory_limit' => 'integer',
|
|
'excel.cache.illuminate.store' => 'NULL',
|
|
'excel.cache.default_ttl' => 'integer',
|
|
'excel.transactions.handler' => 'string',
|
|
'excel.transactions.db.connection' => 'NULL',
|
|
'excel.temporary_files.local_path' => 'string',
|
|
'excel.temporary_files.local_permissions' => 'array',
|
|
'excel.temporary_files.remote_disk' => 'NULL',
|
|
'excel.temporary_files.remote_prefix' => 'NULL',
|
|
'excel.temporary_files.force_resync_remote' => 'NULL',
|
|
'flare.key' => 'NULL',
|
|
'flare.flare_middleware' => 'array',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddLogs.maximum_number_of_collected_logs' => 'integer',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddQueries.maximum_number_of_collected_queries' => 'integer',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddQueries.report_query_bindings' => 'boolean',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddJobs.max_chained_job_reporting_depth' => 'integer',
|
|
'flare.flare_middleware.Spatie\FlareClient\FlareMiddleware\CensorRequestBodyFields.censor_fields' => 'array',
|
|
'flare.flare_middleware.Spatie\FlareClient\FlareMiddleware\CensorRequestHeaders.headers' => 'array',
|
|
'flare.send_logs_as_events' => 'boolean',
|
|
'ignition.editor' => 'string',
|
|
'ignition.theme' => 'string',
|
|
'ignition.enable_share_button' => 'boolean',
|
|
'ignition.register_commands' => 'boolean',
|
|
'ignition.solution_providers' => 'array',
|
|
'ignition.ignored_solution_providers' => 'array',
|
|
'ignition.enable_runnable_solutions' => 'NULL',
|
|
'ignition.remote_sites_path' => 'string',
|
|
'ignition.local_sites_path' => 'string',
|
|
'ignition.housekeeping_endpoint_prefix' => 'string',
|
|
'ignition.settings_file_path' => 'string',
|
|
'ignition.recorders' => 'array',
|
|
'ignition.open_ai_key' => 'NULL',
|
|
'ignition.with_stack_frame_arguments' => 'boolean',
|
|
'ignition.argument_reducers' => 'array',
|
|
'tinker.commands' => 'array',
|
|
'tinker.alias' => 'array',
|
|
'tinker.dont_alias' => 'array',
|
|
'tinker.trust_project' => 'string',
|
|
]));
|
|
override(\Illuminate\Support\Facades\Config::get(), map([
|
|
'concurrency.default' => 'string',
|
|
'app.name' => 'string',
|
|
'app.env' => 'string',
|
|
'app.debug' => 'boolean',
|
|
'app.url' => 'string',
|
|
'app.frontend_url' => 'string',
|
|
'app.asset_url' => 'NULL',
|
|
'app.timezone' => 'string',
|
|
'app.locale' => 'string',
|
|
'app.fallback_locale' => 'string',
|
|
'app.faker_locale' => 'string',
|
|
'app.cipher' => 'string',
|
|
'app.key' => 'string',
|
|
'app.previous_keys' => 'array',
|
|
'app.maintenance.driver' => 'string',
|
|
'app.maintenance.store' => 'string',
|
|
'app.providers' => 'array',
|
|
'app.aliases.App' => 'string',
|
|
'app.aliases.Arr' => 'string',
|
|
'app.aliases.Artisan' => 'string',
|
|
'app.aliases.Auth' => 'string',
|
|
'app.aliases.Blade' => 'string',
|
|
'app.aliases.Broadcast' => 'string',
|
|
'app.aliases.Bus' => 'string',
|
|
'app.aliases.Cache' => 'string',
|
|
'app.aliases.Config' => 'string',
|
|
'app.aliases.Cookie' => 'string',
|
|
'app.aliases.Crypt' => 'string',
|
|
'app.aliases.DB' => 'string',
|
|
'app.aliases.Eloquent' => 'string',
|
|
'app.aliases.Event' => 'string',
|
|
'app.aliases.File' => 'string',
|
|
'app.aliases.Gate' => 'string',
|
|
'app.aliases.Hash' => 'string',
|
|
'app.aliases.Http' => 'string',
|
|
'app.aliases.Lang' => 'string',
|
|
'app.aliases.Log' => 'string',
|
|
'app.aliases.Mail' => 'string',
|
|
'app.aliases.Notification' => 'string',
|
|
'app.aliases.Password' => 'string',
|
|
'app.aliases.Queue' => 'string',
|
|
'app.aliases.Redirect' => 'string',
|
|
'app.aliases.Redis' => 'string',
|
|
'app.aliases.Request' => 'string',
|
|
'app.aliases.Response' => 'string',
|
|
'app.aliases.Route' => 'string',
|
|
'app.aliases.Schema' => 'string',
|
|
'app.aliases.Session' => 'string',
|
|
'app.aliases.Storage' => 'string',
|
|
'app.aliases.Str' => 'string',
|
|
'app.aliases.URL' => 'string',
|
|
'app.aliases.Validator' => 'string',
|
|
'app.aliases.View' => 'string',
|
|
'app.aliases.Form' => 'string',
|
|
'app.aliases.HTML' => 'string',
|
|
'app.aliases.Image' => 'string',
|
|
'app.aliases.Carbon' => 'string',
|
|
'app.aliases.Date' => 'string',
|
|
'app.aliases.HTMLHelper' => 'string',
|
|
'app.aliases.Util' => 'string',
|
|
'app.aliases.Excel' => 'string',
|
|
'app.aliases.DataTables' => 'string',
|
|
'app.aliases.Yard' => 'string',
|
|
'app.api_domain' => 'string',
|
|
'app.domain' => 'string',
|
|
'app.promo_url' => 'string',
|
|
'app.promo_domain' => 'string',
|
|
'app.shop_url' => 'string',
|
|
'app.shop_domain' => 'string',
|
|
'app.checkout_mail' => 'string',
|
|
'app.checkout_test_mail' => 'string',
|
|
'app.info_mail' => 'string',
|
|
'app.info_test_mail' => 'string',
|
|
'app.main_tax' => 'string',
|
|
'app.main_tax_rate' => 'string',
|
|
'app.main_user_id' => 'string',
|
|
'app.exception_mail' => 'string',
|
|
'app.logistic_mail' => 'string',
|
|
'auth.defaults.guard' => 'string',
|
|
'auth.defaults.passwords' => 'string',
|
|
'auth.guards.web.driver' => 'string',
|
|
'auth.guards.web.provider' => 'string',
|
|
'auth.guards.user.driver' => 'string',
|
|
'auth.guards.user.provider' => 'string',
|
|
'auth.guards.api.driver' => 'string',
|
|
'auth.guards.api.provider' => 'string',
|
|
'auth.providers.users.driver' => 'string',
|
|
'auth.providers.users.model' => 'string',
|
|
'auth.passwords.users.provider' => 'string',
|
|
'auth.passwords.users.table' => 'string',
|
|
'auth.passwords.users.expire' => 'integer',
|
|
'auth.passwords.users.throttle' => 'integer',
|
|
'auth.password_timeout' => 'integer',
|
|
'broadcasting.default' => 'string',
|
|
'broadcasting.connections.reverb.driver' => 'string',
|
|
'broadcasting.connections.reverb.key' => 'NULL',
|
|
'broadcasting.connections.reverb.secret' => 'NULL',
|
|
'broadcasting.connections.reverb.app_id' => 'NULL',
|
|
'broadcasting.connections.reverb.options.host' => 'NULL',
|
|
'broadcasting.connections.reverb.options.port' => 'integer',
|
|
'broadcasting.connections.reverb.options.scheme' => 'string',
|
|
'broadcasting.connections.reverb.options.useTLS' => 'boolean',
|
|
'broadcasting.connections.reverb.client_options' => 'array',
|
|
'broadcasting.connections.pusher.driver' => 'string',
|
|
'broadcasting.connections.pusher.key' => 'string',
|
|
'broadcasting.connections.pusher.secret' => 'string',
|
|
'broadcasting.connections.pusher.app_id' => 'string',
|
|
'broadcasting.connections.pusher.options.cluster' => 'string',
|
|
'broadcasting.connections.pusher.options.useTLS' => 'boolean',
|
|
'broadcasting.connections.ably.driver' => 'string',
|
|
'broadcasting.connections.ably.key' => 'NULL',
|
|
'broadcasting.connections.log.driver' => 'string',
|
|
'broadcasting.connections.null.driver' => 'string',
|
|
'broadcasting.connections.redis.driver' => 'string',
|
|
'broadcasting.connections.redis.connection' => 'string',
|
|
'cache.default' => 'string',
|
|
'cache.stores.array.driver' => 'string',
|
|
'cache.stores.database.driver' => 'string',
|
|
'cache.stores.database.table' => 'string',
|
|
'cache.stores.database.connection' => 'NULL',
|
|
'cache.stores.file.driver' => 'string',
|
|
'cache.stores.file.path' => 'string',
|
|
'cache.stores.memcached.driver' => 'string',
|
|
'cache.stores.memcached.persistent_id' => 'NULL',
|
|
'cache.stores.memcached.sasl' => 'array',
|
|
'cache.stores.memcached.options' => 'array',
|
|
'cache.stores.memcached.servers.0.host' => 'string',
|
|
'cache.stores.memcached.servers.0.port' => 'integer',
|
|
'cache.stores.memcached.servers.0.weight' => 'integer',
|
|
'cache.stores.redis.driver' => 'string',
|
|
'cache.stores.redis.connection' => 'string',
|
|
'cache.stores.dynamodb.driver' => 'string',
|
|
'cache.stores.dynamodb.key' => 'string',
|
|
'cache.stores.dynamodb.secret' => 'string',
|
|
'cache.stores.dynamodb.region' => 'string',
|
|
'cache.stores.dynamodb.table' => 'string',
|
|
'cache.stores.dynamodb.endpoint' => 'NULL',
|
|
'cache.stores.octane.driver' => 'string',
|
|
'cache.stores.apc.driver' => 'string',
|
|
'cache.prefix' => 'string',
|
|
'cart.tax' => 'integer',
|
|
'cart.database.connection' => 'NULL',
|
|
'cart.database.table' => 'string',
|
|
'cart.destroy_on_logout' => 'boolean',
|
|
'cart.format.decimals' => 'integer',
|
|
'cart.format.decimal_point' => 'string',
|
|
'cart.format.thousand_seperator' => 'string',
|
|
'cart.discountOnFees' => 'boolean',
|
|
'cors.paths' => 'array',
|
|
'cors.allowed_methods' => 'array',
|
|
'cors.allowed_origins' => 'array',
|
|
'cors.allowed_origins_patterns' => 'array',
|
|
'cors.allowed_headers' => 'array',
|
|
'cors.exposed_headers' => 'boolean',
|
|
'cors.max_age' => 'boolean',
|
|
'cors.supports_credentials' => 'boolean',
|
|
'database.default' => 'string',
|
|
'database.connections.sqlite.driver' => 'string',
|
|
'database.connections.sqlite.url' => 'NULL',
|
|
'database.connections.sqlite.database' => 'string',
|
|
'database.connections.sqlite.prefix' => 'string',
|
|
'database.connections.sqlite.foreign_key_constraints' => 'boolean',
|
|
'database.connections.mysql.driver' => 'string',
|
|
'database.connections.mysql.url' => 'NULL',
|
|
'database.connections.mysql.host' => 'string',
|
|
'database.connections.mysql.port' => 'string',
|
|
'database.connections.mysql.database' => 'string',
|
|
'database.connections.mysql.username' => 'string',
|
|
'database.connections.mysql.password' => 'string',
|
|
'database.connections.mysql.unix_socket' => 'string',
|
|
'database.connections.mysql.charset' => 'string',
|
|
'database.connections.mysql.collation' => 'string',
|
|
'database.connections.mysql.prefix' => 'string',
|
|
'database.connections.mysql.prefix_indexes' => 'boolean',
|
|
'database.connections.mysql.strict' => 'boolean',
|
|
'database.connections.mysql.engine' => 'NULL',
|
|
'database.connections.mysql.options' => 'array',
|
|
'database.connections.mariadb.driver' => 'string',
|
|
'database.connections.mariadb.url' => 'NULL',
|
|
'database.connections.mariadb.host' => 'string',
|
|
'database.connections.mariadb.port' => 'string',
|
|
'database.connections.mariadb.database' => 'string',
|
|
'database.connections.mariadb.username' => 'string',
|
|
'database.connections.mariadb.password' => 'string',
|
|
'database.connections.mariadb.unix_socket' => 'string',
|
|
'database.connections.mariadb.charset' => 'string',
|
|
'database.connections.mariadb.collation' => 'string',
|
|
'database.connections.mariadb.prefix' => 'string',
|
|
'database.connections.mariadb.prefix_indexes' => 'boolean',
|
|
'database.connections.mariadb.strict' => 'boolean',
|
|
'database.connections.mariadb.engine' => 'NULL',
|
|
'database.connections.mariadb.options' => 'array',
|
|
'database.connections.pgsql.driver' => 'string',
|
|
'database.connections.pgsql.url' => 'NULL',
|
|
'database.connections.pgsql.host' => 'string',
|
|
'database.connections.pgsql.port' => 'string',
|
|
'database.connections.pgsql.database' => 'string',
|
|
'database.connections.pgsql.username' => 'string',
|
|
'database.connections.pgsql.password' => 'string',
|
|
'database.connections.pgsql.charset' => 'string',
|
|
'database.connections.pgsql.prefix' => 'string',
|
|
'database.connections.pgsql.prefix_indexes' => 'boolean',
|
|
'database.connections.pgsql.schema' => 'string',
|
|
'database.connections.pgsql.sslmode' => 'string',
|
|
'database.connections.sqlsrv.driver' => 'string',
|
|
'database.connections.sqlsrv.url' => 'NULL',
|
|
'database.connections.sqlsrv.host' => 'string',
|
|
'database.connections.sqlsrv.port' => 'string',
|
|
'database.connections.sqlsrv.database' => 'string',
|
|
'database.connections.sqlsrv.username' => 'string',
|
|
'database.connections.sqlsrv.password' => 'string',
|
|
'database.connections.sqlsrv.charset' => 'string',
|
|
'database.connections.sqlsrv.prefix' => 'string',
|
|
'database.connections.sqlsrv.prefix_indexes' => 'boolean',
|
|
'database.migrations' => 'string',
|
|
'database.redis.client' => 'string',
|
|
'database.redis.options.cluster' => 'string',
|
|
'database.redis.options.prefix' => 'string',
|
|
'database.redis.default.url' => 'NULL',
|
|
'database.redis.default.host' => 'string',
|
|
'database.redis.default.password' => 'NULL',
|
|
'database.redis.default.port' => 'string',
|
|
'database.redis.default.database' => 'string',
|
|
'database.redis.cache.url' => 'NULL',
|
|
'database.redis.cache.host' => 'string',
|
|
'database.redis.cache.password' => 'NULL',
|
|
'database.redis.cache.port' => 'string',
|
|
'database.redis.cache.database' => 'string',
|
|
'debugbar.enabled' => 'NULL',
|
|
'debugbar.hide_empty_tabs' => 'boolean',
|
|
'debugbar.except' => 'array',
|
|
'debugbar.storage.enabled' => 'boolean',
|
|
'debugbar.storage.driver' => 'string',
|
|
'debugbar.storage.path' => 'string',
|
|
'debugbar.storage.connection' => 'NULL',
|
|
'debugbar.storage.provider' => 'string',
|
|
'debugbar.editor' => 'string',
|
|
'debugbar.remote_sites_path' => 'NULL',
|
|
'debugbar.local_sites_path' => 'string',
|
|
'debugbar.include_vendors' => 'boolean',
|
|
'debugbar.capture_ajax' => 'boolean',
|
|
'debugbar.add_ajax_timing' => 'boolean',
|
|
'debugbar.ajax_handler_auto_show' => 'boolean',
|
|
'debugbar.ajax_handler_enable_tab' => 'boolean',
|
|
'debugbar.defer_datasets' => 'boolean',
|
|
'debugbar.error_handler' => 'boolean',
|
|
'debugbar.error_level' => 'integer',
|
|
'debugbar.clockwork' => 'boolean',
|
|
'debugbar.collectors.phpinfo' => 'boolean',
|
|
'debugbar.collectors.messages' => 'boolean',
|
|
'debugbar.collectors.time' => 'boolean',
|
|
'debugbar.collectors.memory' => 'boolean',
|
|
'debugbar.collectors.exceptions' => 'boolean',
|
|
'debugbar.collectors.log' => 'boolean',
|
|
'debugbar.collectors.db' => 'boolean',
|
|
'debugbar.collectors.views' => 'boolean',
|
|
'debugbar.collectors.route' => 'boolean',
|
|
'debugbar.collectors.auth' => 'boolean',
|
|
'debugbar.collectors.gate' => 'boolean',
|
|
'debugbar.collectors.session' => 'boolean',
|
|
'debugbar.collectors.symfony_request' => 'boolean',
|
|
'debugbar.collectors.mail' => 'boolean',
|
|
'debugbar.collectors.laravel' => 'boolean',
|
|
'debugbar.collectors.events' => 'boolean',
|
|
'debugbar.collectors.default_request' => 'boolean',
|
|
'debugbar.collectors.logs' => 'boolean',
|
|
'debugbar.collectors.files' => 'boolean',
|
|
'debugbar.collectors.config' => 'boolean',
|
|
'debugbar.collectors.cache' => 'boolean',
|
|
'debugbar.collectors.models' => 'boolean',
|
|
'debugbar.collectors.livewire' => 'boolean',
|
|
'debugbar.options.auth.show_name' => 'boolean',
|
|
'debugbar.options.db.with_params' => 'boolean',
|
|
'debugbar.options.db.backtrace' => 'boolean',
|
|
'debugbar.options.db.backtrace_exclude_paths' => 'array',
|
|
'debugbar.options.db.timeline' => 'boolean',
|
|
'debugbar.options.db.explain.enabled' => 'boolean',
|
|
'debugbar.options.db.explain.types' => 'array',
|
|
'debugbar.options.db.hints' => 'boolean',
|
|
'debugbar.options.db.show_copy' => 'boolean',
|
|
'debugbar.options.mail.full_log' => 'boolean',
|
|
'debugbar.options.views.data' => 'boolean',
|
|
'debugbar.options.route.label' => 'boolean',
|
|
'debugbar.options.logs.file' => 'NULL',
|
|
'debugbar.options.cache.values' => 'boolean',
|
|
'debugbar.inject' => 'boolean',
|
|
'debugbar.route_prefix' => 'string',
|
|
'debugbar.route_middleware' => 'array',
|
|
'debugbar.route_domain' => 'NULL',
|
|
'debugbar.theme' => 'string',
|
|
'debugbar.debug_backtrace_limit' => 'integer',
|
|
'dompdf.show_warnings' => 'boolean',
|
|
'dompdf.public_path' => 'NULL',
|
|
'dompdf.convert_entities' => 'boolean',
|
|
'dompdf.options.font_dir' => 'string',
|
|
'dompdf.options.font_cache' => 'string',
|
|
'dompdf.options.temp_dir' => 'string',
|
|
'dompdf.options.chroot' => 'string',
|
|
'dompdf.options.allowed_protocols.file://.rules' => 'array',
|
|
'dompdf.options.allowed_protocols.http://.rules' => 'array',
|
|
'dompdf.options.allowed_protocols.https://.rules' => 'array',
|
|
'dompdf.options.log_output_file' => 'NULL',
|
|
'dompdf.options.enable_font_subsetting' => 'boolean',
|
|
'dompdf.options.pdf_backend' => 'string',
|
|
'dompdf.options.default_media_type' => 'string',
|
|
'dompdf.options.default_paper_size' => 'string',
|
|
'dompdf.options.default_paper_orientation' => 'string',
|
|
'dompdf.options.default_font' => 'string',
|
|
'dompdf.options.dpi' => 'integer',
|
|
'dompdf.options.enable_php' => 'boolean',
|
|
'dompdf.options.enable_javascript' => 'boolean',
|
|
'dompdf.options.enable_remote' => 'boolean',
|
|
'dompdf.options.font_height_ratio' => 'double',
|
|
'dompdf.options.enable_html5_parser' => 'boolean',
|
|
'dompdf.orientation' => 'string',
|
|
'dompdf.defines.font_dir' => 'string',
|
|
'dompdf.defines.font_cache' => 'string',
|
|
'dompdf.defines.temp_dir' => 'string',
|
|
'dompdf.defines.chroot' => 'string',
|
|
'dompdf.defines.enable_font_subsetting' => 'boolean',
|
|
'dompdf.defines.pdf_backend' => 'string',
|
|
'dompdf.defines.default_media_type' => 'string',
|
|
'dompdf.defines.default_paper_size' => 'string',
|
|
'dompdf.defines.default_font' => 'string',
|
|
'dompdf.defines.dpi' => 'integer',
|
|
'dompdf.defines.enable_php' => 'boolean',
|
|
'dompdf.defines.enable_javascript' => 'boolean',
|
|
'dompdf.defines.enable_remote' => 'boolean',
|
|
'dompdf.defines.font_height_ratio' => 'double',
|
|
'dompdf.defines.enable_html5_parser' => 'boolean',
|
|
'filesystems.default' => 'string',
|
|
'filesystems.disks.local.driver' => 'string',
|
|
'filesystems.disks.local.root' => 'string',
|
|
'filesystems.disks.public.driver' => 'string',
|
|
'filesystems.disks.public.root' => 'string',
|
|
'filesystems.disks.public.url' => 'string',
|
|
'filesystems.disks.public.visibility' => 'string',
|
|
'filesystems.disks.s3.driver' => 'string',
|
|
'filesystems.disks.s3.key' => 'string',
|
|
'filesystems.disks.s3.secret' => 'string',
|
|
'filesystems.disks.s3.region' => 'string',
|
|
'filesystems.disks.s3.bucket' => 'string',
|
|
'filesystems.disks.s3.url' => 'NULL',
|
|
'filesystems.disks.user.driver' => 'string',
|
|
'filesystems.disks.user.root' => 'string',
|
|
'filesystems.disks.user.url' => 'string',
|
|
'filesystems.disks.user.visibility' => 'string',
|
|
'filesystems.disks.import.driver' => 'string',
|
|
'filesystems.disks.import.root' => 'string',
|
|
'filesystems.disks.import.url' => 'string',
|
|
'filesystems.links./var/www/html/public/storage' => 'string',
|
|
'filesystems.cloud' => 'string',
|
|
'hashing.driver' => 'string',
|
|
'hashing.bcrypt.rounds' => 'integer',
|
|
'hashing.argon.memory' => 'integer',
|
|
'hashing.argon.threads' => 'integer',
|
|
'hashing.argon.time' => 'integer',
|
|
'hashing.rehash_on_login' => 'boolean',
|
|
'ide-helper.filename' => 'string',
|
|
'ide-helper.models_filename' => 'string',
|
|
'ide-helper.meta_filename' => 'string',
|
|
'ide-helper.include_fluent' => 'boolean',
|
|
'ide-helper.include_factory_builders' => 'boolean',
|
|
'ide-helper.write_model_magic_where' => 'boolean',
|
|
'ide-helper.write_model_external_builder_methods' => 'boolean',
|
|
'ide-helper.write_model_relation_count_properties' => 'boolean',
|
|
'ide-helper.write_model_relation_exists_properties' => 'boolean',
|
|
'ide-helper.write_eloquent_model_mixins' => 'boolean',
|
|
'ide-helper.include_helpers' => 'boolean',
|
|
'ide-helper.helper_files' => 'array',
|
|
'ide-helper.model_locations' => 'array',
|
|
'ide-helper.ignored_models' => 'array',
|
|
'ide-helper.model_hooks' => 'array',
|
|
'ide-helper.extra.Eloquent' => 'array',
|
|
'ide-helper.extra.Session' => 'array',
|
|
'ide-helper.magic' => 'array',
|
|
'ide-helper.interfaces' => 'array',
|
|
'ide-helper.model_camel_case_properties' => 'boolean',
|
|
'ide-helper.type_overrides.integer' => 'string',
|
|
'ide-helper.type_overrides.boolean' => 'string',
|
|
'ide-helper.include_class_docblocks' => 'boolean',
|
|
'ide-helper.force_fqn' => 'boolean',
|
|
'ide-helper.use_generics_annotations' => 'boolean',
|
|
'ide-helper.macro_default_return_types.Illuminate\Http\Client\Factory' => 'string',
|
|
'ide-helper.additional_relation_types' => 'array',
|
|
'ide-helper.additional_relation_return_types' => 'array',
|
|
'ide-helper.enforce_nullable_relationships' => 'boolean',
|
|
'ide-helper.post_migrate' => 'array',
|
|
'ide-helper.custom_db_types' => 'array',
|
|
'localization.supportedLocales.de.name' => 'string',
|
|
'localization.supportedLocales.de.script' => 'string',
|
|
'localization.supportedLocales.de.native' => 'string',
|
|
'localization.supportedLocales.de.regional' => 'string',
|
|
'logging.default' => 'string',
|
|
'logging.deprecations.channel' => 'string',
|
|
'logging.deprecations.trace' => 'boolean',
|
|
'logging.channels.stack.driver' => 'string',
|
|
'logging.channels.stack.channels' => 'array',
|
|
'logging.channels.stack.ignore_exceptions' => 'boolean',
|
|
'logging.channels.single.driver' => 'string',
|
|
'logging.channels.single.path' => 'string',
|
|
'logging.channels.single.level' => 'string',
|
|
'logging.channels.daily.driver' => 'string',
|
|
'logging.channels.daily.path' => 'string',
|
|
'logging.channels.daily.level' => 'string',
|
|
'logging.channels.daily.days' => 'integer',
|
|
'logging.channels.slack.driver' => 'string',
|
|
'logging.channels.slack.url' => 'NULL',
|
|
'logging.channels.slack.username' => 'string',
|
|
'logging.channels.slack.emoji' => 'string',
|
|
'logging.channels.slack.level' => 'string',
|
|
'logging.channels.papertrail.driver' => 'string',
|
|
'logging.channels.papertrail.level' => 'string',
|
|
'logging.channels.papertrail.handler' => 'string',
|
|
'logging.channels.papertrail.handler_with.host' => 'NULL',
|
|
'logging.channels.papertrail.handler_with.port' => 'NULL',
|
|
'logging.channels.stderr.driver' => 'string',
|
|
'logging.channels.stderr.handler' => 'string',
|
|
'logging.channels.stderr.formatter' => 'NULL',
|
|
'logging.channels.stderr.with.stream' => 'string',
|
|
'logging.channels.syslog.driver' => 'string',
|
|
'logging.channels.syslog.level' => 'string',
|
|
'logging.channels.errorlog.driver' => 'string',
|
|
'logging.channels.errorlog.level' => 'string',
|
|
'logging.channels.null.driver' => 'string',
|
|
'logging.channels.null.handler' => 'string',
|
|
'logging.channels.emergency.path' => 'string',
|
|
'logging.channels.browser.driver' => 'string',
|
|
'logging.channels.browser.path' => 'string',
|
|
'logging.channels.browser.level' => 'string',
|
|
'logging.channels.browser.days' => 'integer',
|
|
'logging.channels.deprecations.driver' => 'string',
|
|
'logging.channels.deprecations.handler' => 'string',
|
|
'mail.default' => 'string',
|
|
'mail.mailers.smtp.transport' => 'string',
|
|
'mail.mailers.smtp.host' => 'string',
|
|
'mail.mailers.smtp.port' => 'string',
|
|
'mail.mailers.smtp.encryption' => 'string',
|
|
'mail.mailers.smtp.username' => 'NULL',
|
|
'mail.mailers.smtp.password' => 'NULL',
|
|
'mail.mailers.ses.transport' => 'string',
|
|
'mail.mailers.postmark.transport' => 'string',
|
|
'mail.mailers.resend.transport' => 'string',
|
|
'mail.mailers.sendmail.transport' => 'string',
|
|
'mail.mailers.sendmail.path' => 'string',
|
|
'mail.mailers.log.transport' => 'string',
|
|
'mail.mailers.log.channel' => 'NULL',
|
|
'mail.mailers.array.transport' => 'string',
|
|
'mail.mailers.failover.transport' => 'string',
|
|
'mail.mailers.failover.mailers' => 'array',
|
|
'mail.mailers.roundrobin.transport' => 'string',
|
|
'mail.mailers.roundrobin.mailers' => 'array',
|
|
'mail.from.address' => 'string',
|
|
'mail.from.name' => 'string',
|
|
'mail.markdown.theme' => 'string',
|
|
'mail.markdown.paths' => 'array',
|
|
'main.renewal_days' => 'string',
|
|
'main.abo_booking_days' => 'string',
|
|
'main.remind_first_days' => 'string',
|
|
'main.remind_sec_days' => 'string',
|
|
'main.remind_last_days' => 'string',
|
|
'main.edit_data_pass' => 'string',
|
|
'main.add_number_id' => 'string',
|
|
'models.*.path' => 'string',
|
|
'models.*.namespace' => 'string',
|
|
'models.*.parent' => 'string',
|
|
'models.*.use' => 'array',
|
|
'models.*.connection' => 'boolean',
|
|
'models.*.timestamps' => 'boolean',
|
|
'models.*.soft_deletes' => 'boolean',
|
|
'models.*.date_format' => 'string',
|
|
'models.*.per_page' => 'integer',
|
|
'models.*.base_files' => 'boolean',
|
|
'models.*.snake_attributes' => 'boolean',
|
|
'models.*.indent_with_space' => 'integer',
|
|
'models.*.qualified_tables' => 'boolean',
|
|
'models.*.hidden' => 'array',
|
|
'models.*.guarded' => 'array',
|
|
'models.*.casts.*_json' => 'string',
|
|
'models.*.except' => 'array',
|
|
'models.*.only' => 'array',
|
|
'models.*.table_prefix' => 'string',
|
|
'models.*.lower_table_name_first' => 'boolean',
|
|
'models.*.relation_name_strategy' => 'string',
|
|
'models.*.with_property_constants' => 'boolean',
|
|
'models.*.pluralize' => 'boolean',
|
|
'models.*.override_pluralize_for' => 'array',
|
|
'paypal.mode' => 'string',
|
|
'paypal.sandbox.client_id' => 'string',
|
|
'paypal.sandbox.client_secret' => 'string',
|
|
'paypal.sandbox.app_id' => 'string',
|
|
'paypal.live.client_id' => 'string',
|
|
'paypal.live.client_secret' => 'string',
|
|
'paypal.live.app_id' => 'string',
|
|
'paypal.payment_action' => 'string',
|
|
'paypal.currency' => 'string',
|
|
'paypal.notify_url' => 'string',
|
|
'paypal.locale' => 'string',
|
|
'paypal.validate_ssl' => 'boolean',
|
|
'profanity.replaceFullWords' => 'boolean',
|
|
'profanity.replaceWith' => 'string',
|
|
'profanity.strReplace.a' => 'string',
|
|
'profanity.strReplace.b' => 'string',
|
|
'profanity.strReplace.c' => 'string',
|
|
'profanity.strReplace.d' => 'string',
|
|
'profanity.strReplace.e' => 'string',
|
|
'profanity.strReplace.f' => 'string',
|
|
'profanity.strReplace.g' => 'string',
|
|
'profanity.strReplace.h' => 'string',
|
|
'profanity.strReplace.i' => 'string',
|
|
'profanity.strReplace.j' => 'string',
|
|
'profanity.strReplace.k' => 'string',
|
|
'profanity.strReplace.l' => 'string',
|
|
'profanity.strReplace.m' => 'string',
|
|
'profanity.strReplace.n' => 'string',
|
|
'profanity.strReplace.o' => 'string',
|
|
'profanity.strReplace.p' => 'string',
|
|
'profanity.strReplace.q' => 'string',
|
|
'profanity.strReplace.r' => 'string',
|
|
'profanity.strReplace.s' => 'string',
|
|
'profanity.strReplace.t' => 'string',
|
|
'profanity.strReplace.u' => 'string',
|
|
'profanity.strReplace.v' => 'string',
|
|
'profanity.strReplace.w' => 'string',
|
|
'profanity.strReplace.x' => 'string',
|
|
'profanity.strReplace.y' => 'string',
|
|
'profanity.strReplace.z' => 'string',
|
|
'profanity.full_word_check' => 'array',
|
|
'queue.default' => 'string',
|
|
'queue.connections.sync.driver' => 'string',
|
|
'queue.connections.database.driver' => 'string',
|
|
'queue.connections.database.table' => 'string',
|
|
'queue.connections.database.queue' => 'string',
|
|
'queue.connections.database.retry_after' => 'integer',
|
|
'queue.connections.beanstalkd.driver' => 'string',
|
|
'queue.connections.beanstalkd.host' => 'string',
|
|
'queue.connections.beanstalkd.queue' => 'string',
|
|
'queue.connections.beanstalkd.retry_after' => 'integer',
|
|
'queue.connections.beanstalkd.block_for' => 'integer',
|
|
'queue.connections.sqs.driver' => 'string',
|
|
'queue.connections.sqs.key' => 'string',
|
|
'queue.connections.sqs.secret' => 'string',
|
|
'queue.connections.sqs.prefix' => 'string',
|
|
'queue.connections.sqs.queue' => 'string',
|
|
'queue.connections.sqs.region' => 'string',
|
|
'queue.connections.redis.driver' => 'string',
|
|
'queue.connections.redis.connection' => 'string',
|
|
'queue.connections.redis.queue' => 'string',
|
|
'queue.connections.redis.retry_after' => 'integer',
|
|
'queue.connections.redis.block_for' => 'NULL',
|
|
'queue.batching.database' => 'string',
|
|
'queue.batching.table' => 'string',
|
|
'queue.failed.driver' => 'string',
|
|
'queue.failed.database' => 'string',
|
|
'queue.failed.table' => 'string',
|
|
'services.postmark.token' => 'NULL',
|
|
'services.ses.key' => 'string',
|
|
'services.ses.secret' => 'string',
|
|
'services.ses.region' => 'string',
|
|
'services.resend.key' => 'NULL',
|
|
'services.slack.notifications.bot_user_oauth_token' => 'NULL',
|
|
'services.slack.notifications.channel' => 'NULL',
|
|
'services.mailgun.domain' => 'NULL',
|
|
'services.mailgun.secret' => 'NULL',
|
|
'services.mailgun.endpoint' => 'string',
|
|
'services.recaptcha.site_key' => 'string',
|
|
'services.recaptcha.secret_key' => 'string',
|
|
'session.driver' => 'string',
|
|
'session.lifetime' => 'string',
|
|
'session.expire_on_close' => 'boolean',
|
|
'session.encrypt' => 'boolean',
|
|
'session.files' => 'string',
|
|
'session.connection' => 'NULL',
|
|
'session.table' => 'string',
|
|
'session.store' => 'NULL',
|
|
'session.lottery' => 'array',
|
|
'session.cookie' => 'string',
|
|
'session.path' => 'string',
|
|
'session.domain' => 'NULL',
|
|
'session.secure' => 'NULL',
|
|
'session.http_only' => 'boolean',
|
|
'session.same_site' => 'string',
|
|
'session.partitioned' => 'boolean',
|
|
'sluggable.source' => 'NULL',
|
|
'sluggable.maxLength' => 'NULL',
|
|
'sluggable.maxLengthKeepWords' => 'boolean',
|
|
'sluggable.method' => 'NULL',
|
|
'sluggable.separator' => 'string',
|
|
'sluggable.unique' => 'boolean',
|
|
'sluggable.uniqueSuffix' => 'NULL',
|
|
'sluggable.firstUniqueSuffix' => 'integer',
|
|
'sluggable.includeTrashed' => 'boolean',
|
|
'sluggable.reserved' => 'NULL',
|
|
'sluggable.onUpdate' => 'boolean',
|
|
'sluggable.slugEngineOptions' => 'array',
|
|
'view.paths' => 'array',
|
|
'view.compiled' => 'string',
|
|
'view.expires' => 'boolean',
|
|
'translation.driver' => 'string',
|
|
'translation.route_group_config.middleware' => 'string',
|
|
'translation.translation_methods' => 'array',
|
|
'translation.scan_paths' => 'array',
|
|
'translation.ui_url' => 'string',
|
|
'translation.database.connection' => 'string',
|
|
'translation.database.languages_table' => 'string',
|
|
'translation.database.translations_table' => 'string',
|
|
'boost.enabled' => 'boolean',
|
|
'boost.browser_logs_watcher' => 'boolean',
|
|
'boost.executable_paths.php' => 'NULL',
|
|
'boost.executable_paths.composer' => 'NULL',
|
|
'boost.executable_paths.npm' => 'NULL',
|
|
'boost.executable_paths.vendor_bin' => 'NULL',
|
|
'mcp.redirect_domains' => 'array',
|
|
'passport.guard' => 'string',
|
|
'passport.private_key' => 'NULL',
|
|
'passport.public_key' => 'NULL',
|
|
'passport.connection' => 'NULL',
|
|
'passport.client_uuids' => 'boolean',
|
|
'passport.personal_access_client.id' => 'NULL',
|
|
'passport.personal_access_client.secret' => 'NULL',
|
|
'excel.exports.chunk_size' => 'integer',
|
|
'excel.exports.pre_calculate_formulas' => 'boolean',
|
|
'excel.exports.strict_null_comparison' => 'boolean',
|
|
'excel.exports.csv.delimiter' => 'string',
|
|
'excel.exports.csv.enclosure' => 'string',
|
|
'excel.exports.csv.line_ending' => 'string',
|
|
'excel.exports.csv.use_bom' => 'boolean',
|
|
'excel.exports.csv.include_separator_line' => 'boolean',
|
|
'excel.exports.csv.excel_compatibility' => 'boolean',
|
|
'excel.exports.csv.output_encoding' => 'string',
|
|
'excel.exports.csv.test_auto_detect' => 'boolean',
|
|
'excel.exports.properties.creator' => 'string',
|
|
'excel.exports.properties.lastModifiedBy' => 'string',
|
|
'excel.exports.properties.title' => 'string',
|
|
'excel.exports.properties.description' => 'string',
|
|
'excel.exports.properties.subject' => 'string',
|
|
'excel.exports.properties.keywords' => 'string',
|
|
'excel.exports.properties.category' => 'string',
|
|
'excel.exports.properties.manager' => 'string',
|
|
'excel.exports.properties.company' => 'string',
|
|
'excel.imports.read_only' => 'boolean',
|
|
'excel.imports.ignore_empty' => 'boolean',
|
|
'excel.imports.heading_row.formatter' => 'string',
|
|
'excel.imports.csv.delimiter' => 'NULL',
|
|
'excel.imports.csv.enclosure' => 'string',
|
|
'excel.imports.csv.escape_character' => 'string',
|
|
'excel.imports.csv.contiguous' => 'boolean',
|
|
'excel.imports.csv.input_encoding' => 'string',
|
|
'excel.imports.properties.creator' => 'string',
|
|
'excel.imports.properties.lastModifiedBy' => 'string',
|
|
'excel.imports.properties.title' => 'string',
|
|
'excel.imports.properties.description' => 'string',
|
|
'excel.imports.properties.subject' => 'string',
|
|
'excel.imports.properties.keywords' => 'string',
|
|
'excel.imports.properties.category' => 'string',
|
|
'excel.imports.properties.manager' => 'string',
|
|
'excel.imports.properties.company' => 'string',
|
|
'excel.imports.cells.middleware' => 'array',
|
|
'excel.extension_detector.xlsx' => 'string',
|
|
'excel.extension_detector.xlsm' => 'string',
|
|
'excel.extension_detector.xltx' => 'string',
|
|
'excel.extension_detector.xltm' => 'string',
|
|
'excel.extension_detector.xls' => 'string',
|
|
'excel.extension_detector.xlt' => 'string',
|
|
'excel.extension_detector.ods' => 'string',
|
|
'excel.extension_detector.ots' => 'string',
|
|
'excel.extension_detector.slk' => 'string',
|
|
'excel.extension_detector.xml' => 'string',
|
|
'excel.extension_detector.gnumeric' => 'string',
|
|
'excel.extension_detector.htm' => 'string',
|
|
'excel.extension_detector.html' => 'string',
|
|
'excel.extension_detector.csv' => 'string',
|
|
'excel.extension_detector.tsv' => 'string',
|
|
'excel.extension_detector.pdf' => 'string',
|
|
'excel.value_binder.default' => 'string',
|
|
'excel.cache.driver' => 'string',
|
|
'excel.cache.batch.memory_limit' => 'integer',
|
|
'excel.cache.illuminate.store' => 'NULL',
|
|
'excel.cache.default_ttl' => 'integer',
|
|
'excel.transactions.handler' => 'string',
|
|
'excel.transactions.db.connection' => 'NULL',
|
|
'excel.temporary_files.local_path' => 'string',
|
|
'excel.temporary_files.local_permissions' => 'array',
|
|
'excel.temporary_files.remote_disk' => 'NULL',
|
|
'excel.temporary_files.remote_prefix' => 'NULL',
|
|
'excel.temporary_files.force_resync_remote' => 'NULL',
|
|
'flare.key' => 'NULL',
|
|
'flare.flare_middleware' => 'array',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddLogs.maximum_number_of_collected_logs' => 'integer',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddQueries.maximum_number_of_collected_queries' => 'integer',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddQueries.report_query_bindings' => 'boolean',
|
|
'flare.flare_middleware.Spatie\LaravelIgnition\FlareMiddleware\AddJobs.max_chained_job_reporting_depth' => 'integer',
|
|
'flare.flare_middleware.Spatie\FlareClient\FlareMiddleware\CensorRequestBodyFields.censor_fields' => 'array',
|
|
'flare.flare_middleware.Spatie\FlareClient\FlareMiddleware\CensorRequestHeaders.headers' => 'array',
|
|
'flare.send_logs_as_events' => 'boolean',
|
|
'ignition.editor' => 'string',
|
|
'ignition.theme' => 'string',
|
|
'ignition.enable_share_button' => 'boolean',
|
|
'ignition.register_commands' => 'boolean',
|
|
'ignition.solution_providers' => 'array',
|
|
'ignition.ignored_solution_providers' => 'array',
|
|
'ignition.enable_runnable_solutions' => 'NULL',
|
|
'ignition.remote_sites_path' => 'string',
|
|
'ignition.local_sites_path' => 'string',
|
|
'ignition.housekeeping_endpoint_prefix' => 'string',
|
|
'ignition.settings_file_path' => 'string',
|
|
'ignition.recorders' => 'array',
|
|
'ignition.open_ai_key' => 'NULL',
|
|
'ignition.with_stack_frame_arguments' => 'boolean',
|
|
'ignition.argument_reducers' => 'array',
|
|
'tinker.commands' => 'array',
|
|
'tinker.alias' => 'array',
|
|
'tinker.dont_alias' => 'array',
|
|
'tinker.trust_project' => 'string',
|
|
]));
|
|
|
|
|
|
override(\Illuminate\Foundation\Testing\Concerns\InteractsWithContainer::mock(0), map(["" => "@&\Mockery\MockInterface"]));
|
|
override(\Illuminate\Foundation\Testing\Concerns\InteractsWithContainer::partialMock(0), map(["" => "@&\Mockery\MockInterface"]));
|
|
override(\Illuminate\Foundation\Testing\Concerns\InteractsWithContainer::instance(0), type(1));
|
|
override(\Illuminate\Foundation\Testing\Concerns\InteractsWithContainer::spy(0), map(["" => "@&\Mockery\MockInterface"]));
|
|
override(\Illuminate\Support\Arr::add(0), type(0));
|
|
override(\Illuminate\Support\Arr::except(0), type(0));
|
|
override(\Illuminate\Support\Arr::first(0), elementType(0));
|
|
override(\Illuminate\Support\Arr::last(0), elementType(0));
|
|
override(\Illuminate\Support\Arr::get(0), elementType(0));
|
|
override(\Illuminate\Support\Arr::only(0), type(0));
|
|
override(\Illuminate\Support\Arr::prepend(0), type(0));
|
|
override(\Illuminate\Support\Arr::pull(0), elementType(0));
|
|
override(\Illuminate\Support\Arr::set(0), type(0));
|
|
override(\Illuminate\Support\Arr::shuffle(0), type(0));
|
|
override(\Illuminate\Support\Arr::sort(0), type(0));
|
|
override(\Illuminate\Support\Arr::sortRecursive(0), type(0));
|
|
override(\Illuminate\Support\Arr::where(0), type(0));
|
|
override(\array_add(0), type(0));
|
|
override(\array_except(0), type(0));
|
|
override(\array_first(0), elementType(0));
|
|
override(\array_last(0), elementType(0));
|
|
override(\array_get(0), elementType(0));
|
|
override(\array_only(0), type(0));
|
|
override(\array_prepend(0), type(0));
|
|
override(\array_pull(0), elementType(0));
|
|
override(\array_set(0), type(0));
|
|
override(\array_sort(0), type(0));
|
|
override(\array_sort_recursive(0), type(0));
|
|
override(\array_where(0), type(0));
|
|
override(\head(0), elementType(0));
|
|
override(\last(0), elementType(0));
|
|
override(\with(0), type(0));
|
|
override(\tap(0), type(0));
|
|
override(\optional(0), type(0));
|
|
|
|
registerArgumentsSet('auth',
|
|
'getModelClass','viewAny','view','create','update',
|
|
'delete','isOwner','denyWithStatus','denyAsNotFound',);
|
|
registerArgumentsSet('configs',
|
|
'concurrency.default','app.name','app.env','app.debug','app.url',
|
|
'app.frontend_url','app.asset_url','app.timezone','app.locale','app.fallback_locale',
|
|
'app.faker_locale','app.cipher','app.key','app.previous_keys','app.maintenance.driver',
|
|
'app.maintenance.store','app.providers','app.aliases.App','app.aliases.Arr','app.aliases.Artisan',
|
|
'app.aliases.Auth','app.aliases.Blade','app.aliases.Broadcast','app.aliases.Bus','app.aliases.Cache',
|
|
'app.aliases.Config','app.aliases.Cookie','app.aliases.Crypt','app.aliases.DB','app.aliases.Eloquent',
|
|
'app.aliases.Event','app.aliases.File','app.aliases.Gate','app.aliases.Hash','app.aliases.Http',
|
|
'app.aliases.Lang','app.aliases.Log','app.aliases.Mail','app.aliases.Notification','app.aliases.Password',
|
|
'app.aliases.Queue','app.aliases.Redirect','app.aliases.Redis','app.aliases.Request','app.aliases.Response',
|
|
'app.aliases.Route','app.aliases.Schema','app.aliases.Session','app.aliases.Storage','app.aliases.Str',
|
|
'app.aliases.URL','app.aliases.Validator','app.aliases.View','app.aliases.Form','app.aliases.HTML',
|
|
'app.aliases.Image','app.aliases.Carbon','app.aliases.Date','app.aliases.HTMLHelper','app.aliases.Util',
|
|
'app.aliases.Excel','app.aliases.DataTables','app.aliases.Yard','app.api_domain','app.domain',
|
|
'app.promo_url','app.promo_domain','app.shop_url','app.shop_domain','app.checkout_mail',
|
|
'app.checkout_test_mail','app.info_mail','app.info_test_mail','app.main_tax','app.main_tax_rate',
|
|
'app.main_user_id','app.exception_mail','app.logistic_mail','auth.defaults.guard','auth.defaults.passwords',
|
|
'auth.guards.web.driver','auth.guards.web.provider','auth.guards.user.driver','auth.guards.user.provider','auth.guards.api.driver',
|
|
'auth.guards.api.provider','auth.providers.users.driver','auth.providers.users.model','auth.passwords.users.provider','auth.passwords.users.table',
|
|
'auth.passwords.users.expire','auth.passwords.users.throttle','auth.password_timeout','broadcasting.default','broadcasting.connections.reverb.driver',
|
|
'broadcasting.connections.reverb.key','broadcasting.connections.reverb.secret','broadcasting.connections.reverb.app_id','broadcasting.connections.reverb.options.host','broadcasting.connections.reverb.options.port',
|
|
'broadcasting.connections.reverb.options.scheme','broadcasting.connections.reverb.options.useTLS','broadcasting.connections.reverb.client_options','broadcasting.connections.pusher.driver','broadcasting.connections.pusher.key',
|
|
'broadcasting.connections.pusher.secret','broadcasting.connections.pusher.app_id','broadcasting.connections.pusher.options.cluster','broadcasting.connections.pusher.options.useTLS','broadcasting.connections.ably.driver',
|
|
'broadcasting.connections.ably.key','broadcasting.connections.log.driver','broadcasting.connections.null.driver','broadcasting.connections.redis.driver','broadcasting.connections.redis.connection',
|
|
'cache.default','cache.stores.array.driver','cache.stores.database.driver','cache.stores.database.table','cache.stores.database.connection',
|
|
'cache.stores.file.driver','cache.stores.file.path','cache.stores.memcached.driver','cache.stores.memcached.persistent_id','cache.stores.memcached.sasl',
|
|
'cache.stores.memcached.options','cache.stores.memcached.servers.0.host','cache.stores.memcached.servers.0.port','cache.stores.memcached.servers.0.weight','cache.stores.redis.driver',
|
|
'cache.stores.redis.connection','cache.stores.dynamodb.driver','cache.stores.dynamodb.key','cache.stores.dynamodb.secret','cache.stores.dynamodb.region',
|
|
'cache.stores.dynamodb.table','cache.stores.dynamodb.endpoint','cache.stores.octane.driver','cache.stores.apc.driver','cache.prefix',
|
|
'cart.tax','cart.database.connection','cart.database.table','cart.destroy_on_logout','cart.format.decimals',
|
|
'cart.format.decimal_point','cart.format.thousand_seperator','cart.discountOnFees','cors.paths','cors.allowed_methods',
|
|
'cors.allowed_origins','cors.allowed_origins_patterns','cors.allowed_headers','cors.exposed_headers','cors.max_age',
|
|
'cors.supports_credentials','database.default','database.connections.sqlite.driver','database.connections.sqlite.url','database.connections.sqlite.database',
|
|
'database.connections.sqlite.prefix','database.connections.sqlite.foreign_key_constraints','database.connections.mysql.driver','database.connections.mysql.url','database.connections.mysql.host',
|
|
'database.connections.mysql.port','database.connections.mysql.database','database.connections.mysql.username','database.connections.mysql.password','database.connections.mysql.unix_socket',
|
|
'database.connections.mysql.charset','database.connections.mysql.collation','database.connections.mysql.prefix','database.connections.mysql.prefix_indexes','database.connections.mysql.strict',
|
|
'database.connections.mysql.engine','database.connections.mysql.options','database.connections.mariadb.driver','database.connections.mariadb.url','database.connections.mariadb.host',
|
|
'database.connections.mariadb.port','database.connections.mariadb.database','database.connections.mariadb.username','database.connections.mariadb.password','database.connections.mariadb.unix_socket',
|
|
'database.connections.mariadb.charset','database.connections.mariadb.collation','database.connections.mariadb.prefix','database.connections.mariadb.prefix_indexes','database.connections.mariadb.strict',
|
|
'database.connections.mariadb.engine','database.connections.mariadb.options','database.connections.pgsql.driver','database.connections.pgsql.url','database.connections.pgsql.host',
|
|
'database.connections.pgsql.port','database.connections.pgsql.database','database.connections.pgsql.username','database.connections.pgsql.password','database.connections.pgsql.charset',
|
|
'database.connections.pgsql.prefix','database.connections.pgsql.prefix_indexes','database.connections.pgsql.schema','database.connections.pgsql.sslmode','database.connections.sqlsrv.driver',
|
|
'database.connections.sqlsrv.url','database.connections.sqlsrv.host','database.connections.sqlsrv.port','database.connections.sqlsrv.database','database.connections.sqlsrv.username',
|
|
'database.connections.sqlsrv.password','database.connections.sqlsrv.charset','database.connections.sqlsrv.prefix','database.connections.sqlsrv.prefix_indexes','database.migrations',
|
|
'database.redis.client','database.redis.options.cluster','database.redis.options.prefix','database.redis.default.url','database.redis.default.host',
|
|
'database.redis.default.password','database.redis.default.port','database.redis.default.database','database.redis.cache.url','database.redis.cache.host',
|
|
'database.redis.cache.password','database.redis.cache.port','database.redis.cache.database','debugbar.enabled','debugbar.hide_empty_tabs',
|
|
'debugbar.except','debugbar.storage.enabled','debugbar.storage.driver','debugbar.storage.path','debugbar.storage.connection',
|
|
'debugbar.storage.provider','debugbar.editor','debugbar.remote_sites_path','debugbar.local_sites_path','debugbar.include_vendors',
|
|
'debugbar.capture_ajax','debugbar.add_ajax_timing','debugbar.ajax_handler_auto_show','debugbar.ajax_handler_enable_tab','debugbar.defer_datasets',
|
|
'debugbar.error_handler','debugbar.error_level','debugbar.clockwork','debugbar.collectors.phpinfo','debugbar.collectors.messages',
|
|
'debugbar.collectors.time','debugbar.collectors.memory','debugbar.collectors.exceptions','debugbar.collectors.log','debugbar.collectors.db',
|
|
'debugbar.collectors.views','debugbar.collectors.route','debugbar.collectors.auth','debugbar.collectors.gate','debugbar.collectors.session',
|
|
'debugbar.collectors.symfony_request','debugbar.collectors.mail','debugbar.collectors.laravel','debugbar.collectors.events','debugbar.collectors.default_request',
|
|
'debugbar.collectors.logs','debugbar.collectors.files','debugbar.collectors.config','debugbar.collectors.cache','debugbar.collectors.models',
|
|
'debugbar.collectors.livewire','debugbar.options.auth.show_name','debugbar.options.db.with_params','debugbar.options.db.backtrace','debugbar.options.db.backtrace_exclude_paths',
|
|
'debugbar.options.db.timeline','debugbar.options.db.explain.enabled','debugbar.options.db.explain.types','debugbar.options.db.hints','debugbar.options.db.show_copy',
|
|
'debugbar.options.mail.full_log','debugbar.options.views.data','debugbar.options.route.label','debugbar.options.logs.file','debugbar.options.cache.values',
|
|
'debugbar.inject','debugbar.route_prefix','debugbar.route_middleware','debugbar.route_domain','debugbar.theme',
|
|
'debugbar.debug_backtrace_limit','dompdf.show_warnings','dompdf.public_path','dompdf.convert_entities','dompdf.options.font_dir',
|
|
'dompdf.options.font_cache','dompdf.options.temp_dir','dompdf.options.chroot','dompdf.options.allowed_protocols.file://.rules','dompdf.options.allowed_protocols.http://.rules',
|
|
'dompdf.options.allowed_protocols.https://.rules','dompdf.options.log_output_file','dompdf.options.enable_font_subsetting','dompdf.options.pdf_backend','dompdf.options.default_media_type',
|
|
'dompdf.options.default_paper_size','dompdf.options.default_paper_orientation','dompdf.options.default_font','dompdf.options.dpi','dompdf.options.enable_php',
|
|
'dompdf.options.enable_javascript','dompdf.options.enable_remote','dompdf.options.font_height_ratio','dompdf.options.enable_html5_parser','dompdf.orientation',
|
|
'dompdf.defines.font_dir','dompdf.defines.font_cache','dompdf.defines.temp_dir','dompdf.defines.chroot','dompdf.defines.enable_font_subsetting',
|
|
'dompdf.defines.pdf_backend','dompdf.defines.default_media_type','dompdf.defines.default_paper_size','dompdf.defines.default_font','dompdf.defines.dpi',
|
|
'dompdf.defines.enable_php','dompdf.defines.enable_javascript','dompdf.defines.enable_remote','dompdf.defines.font_height_ratio','dompdf.defines.enable_html5_parser',
|
|
'filesystems.default','filesystems.disks.local.driver','filesystems.disks.local.root','filesystems.disks.public.driver','filesystems.disks.public.root',
|
|
'filesystems.disks.public.url','filesystems.disks.public.visibility','filesystems.disks.s3.driver','filesystems.disks.s3.key','filesystems.disks.s3.secret',
|
|
'filesystems.disks.s3.region','filesystems.disks.s3.bucket','filesystems.disks.s3.url','filesystems.disks.user.driver','filesystems.disks.user.root',
|
|
'filesystems.disks.user.url','filesystems.disks.user.visibility','filesystems.disks.import.driver','filesystems.disks.import.root','filesystems.disks.import.url',
|
|
'filesystems.links./var/www/html/public/storage','filesystems.cloud','hashing.driver','hashing.bcrypt.rounds','hashing.argon.memory',
|
|
'hashing.argon.threads','hashing.argon.time','hashing.rehash_on_login','ide-helper.filename','ide-helper.models_filename',
|
|
'ide-helper.meta_filename','ide-helper.include_fluent','ide-helper.include_factory_builders','ide-helper.write_model_magic_where','ide-helper.write_model_external_builder_methods',
|
|
'ide-helper.write_model_relation_count_properties','ide-helper.write_model_relation_exists_properties','ide-helper.write_eloquent_model_mixins','ide-helper.include_helpers','ide-helper.helper_files',
|
|
'ide-helper.model_locations','ide-helper.ignored_models','ide-helper.model_hooks','ide-helper.extra.Eloquent','ide-helper.extra.Session',
|
|
'ide-helper.magic','ide-helper.interfaces','ide-helper.model_camel_case_properties','ide-helper.type_overrides.integer','ide-helper.type_overrides.boolean',
|
|
'ide-helper.include_class_docblocks','ide-helper.force_fqn','ide-helper.use_generics_annotations','ide-helper.macro_default_return_types.Illuminate\\Http\\Client\\Factory','ide-helper.additional_relation_types',
|
|
'ide-helper.additional_relation_return_types','ide-helper.enforce_nullable_relationships','ide-helper.post_migrate','ide-helper.custom_db_types','localization.supportedLocales.de.name',
|
|
'localization.supportedLocales.de.script','localization.supportedLocales.de.native','localization.supportedLocales.de.regional','logging.default','logging.deprecations.channel',
|
|
'logging.deprecations.trace','logging.channels.stack.driver','logging.channels.stack.channels','logging.channels.stack.ignore_exceptions','logging.channels.single.driver',
|
|
'logging.channels.single.path','logging.channels.single.level','logging.channels.daily.driver','logging.channels.daily.path','logging.channels.daily.level',
|
|
'logging.channels.daily.days','logging.channels.slack.driver','logging.channels.slack.url','logging.channels.slack.username','logging.channels.slack.emoji',
|
|
'logging.channels.slack.level','logging.channels.papertrail.driver','logging.channels.papertrail.level','logging.channels.papertrail.handler','logging.channels.papertrail.handler_with.host',
|
|
'logging.channels.papertrail.handler_with.port','logging.channels.stderr.driver','logging.channels.stderr.handler','logging.channels.stderr.formatter','logging.channels.stderr.with.stream',
|
|
'logging.channels.syslog.driver','logging.channels.syslog.level','logging.channels.errorlog.driver','logging.channels.errorlog.level','logging.channels.null.driver',
|
|
'logging.channels.null.handler','logging.channels.emergency.path','logging.channels.browser.driver','logging.channels.browser.path','logging.channels.browser.level',
|
|
'logging.channels.browser.days','logging.channels.deprecations.driver','logging.channels.deprecations.handler','mail.default','mail.mailers.smtp.transport',
|
|
'mail.mailers.smtp.host','mail.mailers.smtp.port','mail.mailers.smtp.encryption','mail.mailers.smtp.username','mail.mailers.smtp.password',
|
|
'mail.mailers.ses.transport','mail.mailers.postmark.transport','mail.mailers.resend.transport','mail.mailers.sendmail.transport','mail.mailers.sendmail.path',
|
|
'mail.mailers.log.transport','mail.mailers.log.channel','mail.mailers.array.transport','mail.mailers.failover.transport','mail.mailers.failover.mailers',
|
|
'mail.mailers.roundrobin.transport','mail.mailers.roundrobin.mailers','mail.from.address','mail.from.name','mail.markdown.theme',
|
|
'mail.markdown.paths','main.renewal_days','main.abo_booking_days','main.remind_first_days','main.remind_sec_days',
|
|
'main.remind_last_days','main.edit_data_pass','main.add_number_id','models.*.path','models.*.namespace',
|
|
'models.*.parent','models.*.use','models.*.connection','models.*.timestamps','models.*.soft_deletes',
|
|
'models.*.date_format','models.*.per_page','models.*.base_files','models.*.snake_attributes','models.*.indent_with_space',
|
|
'models.*.qualified_tables','models.*.hidden','models.*.guarded','models.*.casts.*_json','models.*.except',
|
|
'models.*.only','models.*.table_prefix','models.*.lower_table_name_first','models.*.relation_name_strategy','models.*.with_property_constants',
|
|
'models.*.pluralize','models.*.override_pluralize_for','paypal.mode','paypal.sandbox.client_id','paypal.sandbox.client_secret',
|
|
'paypal.sandbox.app_id','paypal.live.client_id','paypal.live.client_secret','paypal.live.app_id','paypal.payment_action',
|
|
'paypal.currency','paypal.notify_url','paypal.locale','paypal.validate_ssl','profanity.replaceFullWords',
|
|
'profanity.replaceWith','profanity.strReplace.a','profanity.strReplace.b','profanity.strReplace.c','profanity.strReplace.d',
|
|
'profanity.strReplace.e','profanity.strReplace.f','profanity.strReplace.g','profanity.strReplace.h','profanity.strReplace.i',
|
|
'profanity.strReplace.j','profanity.strReplace.k','profanity.strReplace.l','profanity.strReplace.m','profanity.strReplace.n',
|
|
'profanity.strReplace.o','profanity.strReplace.p','profanity.strReplace.q','profanity.strReplace.r','profanity.strReplace.s',
|
|
'profanity.strReplace.t','profanity.strReplace.u','profanity.strReplace.v','profanity.strReplace.w','profanity.strReplace.x',
|
|
'profanity.strReplace.y','profanity.strReplace.z','profanity.full_word_check','queue.default','queue.connections.sync.driver',
|
|
'queue.connections.database.driver','queue.connections.database.table','queue.connections.database.queue','queue.connections.database.retry_after','queue.connections.beanstalkd.driver',
|
|
'queue.connections.beanstalkd.host','queue.connections.beanstalkd.queue','queue.connections.beanstalkd.retry_after','queue.connections.beanstalkd.block_for','queue.connections.sqs.driver',
|
|
'queue.connections.sqs.key','queue.connections.sqs.secret','queue.connections.sqs.prefix','queue.connections.sqs.queue','queue.connections.sqs.region',
|
|
'queue.connections.redis.driver','queue.connections.redis.connection','queue.connections.redis.queue','queue.connections.redis.retry_after','queue.connections.redis.block_for',
|
|
'queue.batching.database','queue.batching.table','queue.failed.driver','queue.failed.database','queue.failed.table',
|
|
'services.postmark.token','services.ses.key','services.ses.secret','services.ses.region','services.resend.key',
|
|
'services.slack.notifications.bot_user_oauth_token','services.slack.notifications.channel','services.mailgun.domain','services.mailgun.secret','services.mailgun.endpoint',
|
|
'services.recaptcha.site_key','services.recaptcha.secret_key','session.driver','session.lifetime','session.expire_on_close',
|
|
'session.encrypt','session.files','session.connection','session.table','session.store',
|
|
'session.lottery','session.cookie','session.path','session.domain','session.secure',
|
|
'session.http_only','session.same_site','session.partitioned','sluggable.source','sluggable.maxLength',
|
|
'sluggable.maxLengthKeepWords','sluggable.method','sluggable.separator','sluggable.unique','sluggable.uniqueSuffix',
|
|
'sluggable.firstUniqueSuffix','sluggable.includeTrashed','sluggable.reserved','sluggable.onUpdate','sluggable.slugEngineOptions',
|
|
'view.paths','view.compiled','view.expires','translation.driver','translation.route_group_config.middleware',
|
|
'translation.translation_methods','translation.scan_paths','translation.ui_url','translation.database.connection','translation.database.languages_table',
|
|
'translation.database.translations_table','boost.enabled','boost.browser_logs_watcher','boost.executable_paths.php','boost.executable_paths.composer',
|
|
'boost.executable_paths.npm','boost.executable_paths.vendor_bin','mcp.redirect_domains','passport.guard','passport.private_key',
|
|
'passport.public_key','passport.connection','passport.client_uuids','passport.personal_access_client.id','passport.personal_access_client.secret',
|
|
'excel.exports.chunk_size','excel.exports.pre_calculate_formulas','excel.exports.strict_null_comparison','excel.exports.csv.delimiter','excel.exports.csv.enclosure',
|
|
'excel.exports.csv.line_ending','excel.exports.csv.use_bom','excel.exports.csv.include_separator_line','excel.exports.csv.excel_compatibility','excel.exports.csv.output_encoding',
|
|
'excel.exports.csv.test_auto_detect','excel.exports.properties.creator','excel.exports.properties.lastModifiedBy','excel.exports.properties.title','excel.exports.properties.description',
|
|
'excel.exports.properties.subject','excel.exports.properties.keywords','excel.exports.properties.category','excel.exports.properties.manager','excel.exports.properties.company',
|
|
'excel.imports.read_only','excel.imports.ignore_empty','excel.imports.heading_row.formatter','excel.imports.csv.delimiter','excel.imports.csv.enclosure',
|
|
'excel.imports.csv.escape_character','excel.imports.csv.contiguous','excel.imports.csv.input_encoding','excel.imports.properties.creator','excel.imports.properties.lastModifiedBy',
|
|
'excel.imports.properties.title','excel.imports.properties.description','excel.imports.properties.subject','excel.imports.properties.keywords','excel.imports.properties.category',
|
|
'excel.imports.properties.manager','excel.imports.properties.company','excel.imports.cells.middleware','excel.extension_detector.xlsx','excel.extension_detector.xlsm',
|
|
'excel.extension_detector.xltx','excel.extension_detector.xltm','excel.extension_detector.xls','excel.extension_detector.xlt','excel.extension_detector.ods',
|
|
'excel.extension_detector.ots','excel.extension_detector.slk','excel.extension_detector.xml','excel.extension_detector.gnumeric','excel.extension_detector.htm',
|
|
'excel.extension_detector.html','excel.extension_detector.csv','excel.extension_detector.tsv','excel.extension_detector.pdf','excel.value_binder.default',
|
|
'excel.cache.driver','excel.cache.batch.memory_limit','excel.cache.illuminate.store','excel.cache.default_ttl','excel.transactions.handler',
|
|
'excel.transactions.db.connection','excel.temporary_files.local_path','excel.temporary_files.local_permissions','excel.temporary_files.remote_disk','excel.temporary_files.remote_prefix',
|
|
'excel.temporary_files.force_resync_remote','flare.key','flare.flare_middleware','flare.flare_middleware.Spatie\\LaravelIgnition\\FlareMiddleware\\AddLogs.maximum_number_of_collected_logs','flare.flare_middleware.Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries.maximum_number_of_collected_queries',
|
|
'flare.flare_middleware.Spatie\\LaravelIgnition\\FlareMiddleware\\AddQueries.report_query_bindings','flare.flare_middleware.Spatie\\LaravelIgnition\\FlareMiddleware\\AddJobs.max_chained_job_reporting_depth','flare.flare_middleware.Spatie\\FlareClient\\FlareMiddleware\\CensorRequestBodyFields.censor_fields','flare.flare_middleware.Spatie\\FlareClient\\FlareMiddleware\\CensorRequestHeaders.headers','flare.send_logs_as_events',
|
|
'ignition.editor','ignition.theme','ignition.enable_share_button','ignition.register_commands','ignition.solution_providers',
|
|
'ignition.ignored_solution_providers','ignition.enable_runnable_solutions','ignition.remote_sites_path','ignition.local_sites_path','ignition.housekeeping_endpoint_prefix',
|
|
'ignition.settings_file_path','ignition.recorders','ignition.open_ai_key','ignition.with_stack_frame_arguments','ignition.argument_reducers',
|
|
'tinker.commands','tinker.alias','tinker.dont_alias','tinker.trust_project',);
|
|
registerArgumentsSet('middleware',
|
|
'web','api','auth','auth.basic','copyreader',
|
|
'admin','superadmin','sysadmin','bindings','active.account',
|
|
'cache.headers','can','guest','password.confirm','signed',
|
|
'throttle','verified',);
|
|
registerArgumentsSet('routes',
|
|
'debugbar.openhandler','debugbar.clockwork','debugbar.assets.css','debugbar.assets.js','debugbar.cache.delete',
|
|
'debugbar.queries.explain','languages.index','languages.create','languages.store','languages.translations.index',
|
|
'languages.translations.update','languages.translations.create','languages.translations.store','boost.browser-logs','passport.token',
|
|
'passport.authorizations.authorize','passport.token.refresh','passport.authorizations.approve','passport.authorizations.deny','passport.tokens.index',
|
|
'passport.tokens.destroy','passport.clients.index','passport.clients.store','passport.clients.update','passport.clients.destroy',
|
|
'passport.scopes.index','passport.personal.tokens.index','passport.personal.tokens.store','passport.personal.tokens.destroy','ignition.healthCheck',
|
|
'ignition.executeSolution','ignition.updateConfig','product_image',
|
|
'response_file','iq_image','locale','login',
|
|
'logout','register.form','password.request','password.email',
|
|
'password.reset','password.update','password.confirm','logout',
|
|
'user_register','user_register_again','register.consent','register.consent.accept','user_register_finish',
|
|
'register_verify','register_user_member','status_register','status_verify','status_error',
|
|
'not_found','loading_modal','user_check_mail','home','cron_jobs_action',
|
|
'user_update_email_confirm','user_blocked','wizard_create','wizard_register','wizard_store_create',
|
|
'wizard_store_register','wizard_payment','wizard_store_payment','wizard_delete_file','storage_file',
|
|
'storage','home','modal_load','user_edit','user_edit',
|
|
'user_data_store','user_profile','user_profile','user_profile_image_upload','user_profile_image_delete',
|
|
'user_update_password','user_update_password','user_update_password_first','user_update_password_first','user_update_email',
|
|
'user_update_email','user_delete_account','user_delete_account','user_data_accepted_form','user_data_free',
|
|
'user_data_free_form','user_sales','user_sales_detail','user_sales_datatable','user_team_members',
|
|
'user_customers','user_customer_detail','user_customer_edit','user_customer_add','user_customer_edit',
|
|
'user_customer_datatable','user_myorders','user_myorder_datatable','user_myorder_detail','user_order_my_delivery',
|
|
'user_order_my_delivery','user_order_my_list','user_order_my_list','user_order_my_payment','user_order_my_datatable',
|
|
'user_order_my_perform_request','user_membership','user_membership_store','user_shop','user_shop_store',
|
|
'user_shop_load','user_shop_translate','user_shop_tanslate_store','user_payment_paycredit','user_payment_paycredit_datatable',
|
|
'user_payment_credit','user_payment_credit_datatable','user_payment_revenue','user_payment_revenue','user_checkout',
|
|
'user_checkout_store','user_checkout_final','user_promotion','user_promotion_detail','user_promotion_detail',
|
|
'user_promotion_load','user_promotion_delete','admin_product_show','admin_product_store','admin_product_edit',
|
|
'admin_product_copy','admin_product_delete','admin_product_image_upload','admin_product_image_delete','admin_product_image_attribute',
|
|
'admin_product_categories','admin_product_category_edit','admin_product_category_store','admin_product_category_delete','admin_product_ingredients',
|
|
'admin_product_ingredient_edit','admin_product_ingredient_store','admin_product_ingredient_delete','admin_product_category_image_upload','admin_product_category_image_delete',
|
|
'admin_product_category_image_attribute','admin_product_attributes','admin_product_attribute_store','admin_product_attribute_delete','admin_translate_all',
|
|
'admin_translate_all_edit','admin_translate_all_update','admin_translate_file','admin_translate_file_edit','admin_translate_file_update',
|
|
'admin_sites','admin_sites_store','admin_sites_image_upload','admin_sites_image_delete','admin_sites_image_attribute',
|
|
'admin_stats_sales_volumes','admin_stats_sales_volumes_download','admin_stats_sales_volumes_datatable','admin_leads','admin_lead_edit',
|
|
'admin_lead_edit','admin_customers','admin_customer_detail','admin_customer_edit','admin_customer_edit',
|
|
'admin_customer_datatable','admin_lead_change_mail','admin_lead_change_mail','admin_lead_new_mail_verified','admin_lead_released',
|
|
'admin_lead_released','admin_lead_delete_file','admin_lead_store','admin_leads_datatable','admin_lead_download',
|
|
'admin_lead_update','admin_lead_remove','admin_sales','admin_sales_detail','admin_sales_detail',
|
|
'admin_sales_datatable','admin_sales_send_logistic_mail','admin_sales_store','admin_sales_invoice','admin_sales_invoice_cancellation',
|
|
'admin_payments_credit','admin_payments_credit','admin_payments_credit_datatable','admin_payments_credit_create','admin_payments_credit_delete',
|
|
'admin_payments_paycredit','admin_payments_paycredit','admin_payments_paycredit_datatable','admin_payments_paycredit_delete','admin_payments_invoice',
|
|
'admin_payments_invoice','admin_payments_invoice_datatable','admin_payments_reminder','admin_payments_reminder_create','admin_payments_reminder_edit',
|
|
'admin_payments_reminder_store','admin_payments_reminder_action','admin_payments_reminder_logs','admin_payments_reminder_delete','admin_promotions',
|
|
'admin_promotion_detail','admin_promotion_detail','admin_promotion_delete','admin_promotion_show','admin_promotion_datatable',
|
|
'admin_users','admin_user_edit','admin_user_store','admin_user_delete','admin_user_login_as',
|
|
'admin_shippings','admin_shipping_edit','admin_shipping_store','admin_shipping_delete','admin_shipping_price_delete',
|
|
'admin_shipping_country_delete','data_table','data_table_users','admin_payment_methods','admin_payment_method_store',
|
|
'admin_lead_types','admin_lead_types_store','admin_countries','admin_country_edit','admin_country_store',
|
|
'admin_levels','admin_level_edit','admin_level_store','admin_level_delete','admin_settings',
|
|
'admin_setting_store','sysadmin_tools','sysadmin_tools','web_promotion_modal_load',
|
|
'web_promotion_store','web_promotion_goto','success.paypal_payment','cancel.paypal_payment','web_shop_modal_load','web_shop_store','web_shop_goto','success.paypal_payment',
|
|
'cancel.paypal_payment',);
|
|
registerArgumentsSet('views',
|
|
'_bak.home','_bak.layouts.app','_bak.layouts.application','_bak.layouts.auth','_bak.layouts.includes.layout-footer',
|
|
'_bak.layouts.includes.layout-navbar','_bak.layouts.includes.layout-navbar-without','_bak.layouts.includes.layout-sidenav','_bak.layouts.layout-1','_bak.layouts.layout-1-flex',
|
|
'_bak.layouts.layout-2','_bak.layouts.layout-2-flex','_bak.layouts.layout-2-without','_bak.layouts.layout-blank','_bak.layouts.layout-horizontal-sidenav',
|
|
'_bak.layouts.layout-without-navbar','_bak.layouts.layout-without-navbar-flex','_bak.layouts.layout-without-sidenav','_bak.web.index','_bak.web.layouts.application',
|
|
'_bak.web.layouts.includes.footer','_bak.web.layouts.includes.header','_bak.web.layouts.layout','_bak.web.start','_bak.web.templates._bcategories',
|
|
'_bak.web.templates._categories','_bak.web.templates._content_contact','_bak.web.templates.agb','_bak.web.templates.aloevera','_bak.web.templates.anforderungsprofil',
|
|
'_bak.web.templates.card','_bak.web.templates.checkout','_bak.web.templates.checkout-final','_bak.web.templates.contact-final','_bak.web.templates.datenschutz',
|
|
'_bak.web.templates.erreichbarkeit','_bak.web.templates.existenzgruendung','_bak.web.templates.impressum','_bak.web.templates.karrierechancen','_bak.web.templates.kontakt',
|
|
'_bak.web.templates.partner','_bak.web.templates.produkte','_bak.web.templates.produkte-item','_bak.web.templates.produkte-show','_bak.web.templates.registrierung',
|
|
'_bak.web.templates.registrierung_finish','_bak.web.templates.ueber-uns','_bak.web.templates.vereinbarkeit','_bak.web.templates.vorteile','_bak.web.user.layouts.application',
|
|
'_bak.web.user.layouts.includes.footer','_bak.web.user.layouts.includes.header','_bak.web.user.layouts.layout','_bak.web.user.start','admin.attribute.index',
|
|
'admin.category.edit','admin.category.form','admin.category.images','admin.category.index','admin.category.products',
|
|
'admin.change_email','admin.country.edit','admin.country.form','admin.country.index','admin.customer._customer_detail',
|
|
'admin.customer._detail','admin.customer._edit','admin.customer.detail','admin.customer.edit','admin.customer.index',
|
|
'admin.index','admin.ingredient.edit','admin.ingredient.form','admin.ingredient.index','admin.lead.edit',
|
|
'admin.lead.index','admin.lead.m_data_form','admin.lead.m_data_form_edit','admin.lead.m_register_data','admin.lead.m_white_label',
|
|
'admin.lead.types','admin.level.edit','admin.level.index','admin.modal.add_credit','admin.modal.add_pay_credit',
|
|
'admin.modal.is_like_member','admin.modal.member','admin.modal.promotion-product','admin.modal.show_product','admin.modal.show_user_customers',
|
|
'admin.modal.user-credit-status','admin.modal.user_level_margin','admin.modal.user_pay_credits','admin.payment.credit.credits-entry','admin.payment.credit.index',
|
|
'admin.payment.credit.index_bak','admin.payment.invoice.index','admin.payment.pay_credit.index','admin.payment.reminder.edit','admin.payment.reminder.index',
|
|
'admin.payment.reminder.logs','admin.payment.reminder.overview','admin.payment_method.index','admin.product.edit','admin.product.form',
|
|
'admin.product.images','admin.product.index','admin.product.upload_whitelabel','admin.promotion.detail','admin.promotion.form',
|
|
'admin.promotion.index','admin.promotion.show','admin.sales._detail','admin.sales._detail_homparty','admin.sales._detail_homparty_total',
|
|
'admin.sales.customer_detail','admin.sales.customers','admin.sales.detail','admin.sales.index','admin.sales.user_detail',
|
|
'admin.sales.users','admin.settings.index','admin.shipping.edit','admin.shipping.index','admin.site.edit',
|
|
'admin.site.form','admin.site.images','admin.stats.salesvolume','admin.user.edit','admin.user.index',
|
|
'auth.existing','auth.finish','auth.login','auth.passwords.confirm','auth.passwords.email',
|
|
'auth.passwords.reset','auth.recaptcha-consent','auth.register','auth.verify','dashboard',
|
|
'emails._auth','emails._checkout_product_list','emails.auth','emails.blank','emails.checkout',
|
|
'emails.checkout_status','emails.contact','emails.custom','emails.exception','emails.info',
|
|
'emails.logistic','emails.payment_reminder','emails.sys','errors.401','errors.402',
|
|
'errors.403','errors.404','errors.419','errors.429','errors.500',
|
|
'errors.503','errors.illustrated-layout','errors.layout','errors.minimal','flash::message',
|
|
'flash::modal','layouts.app','layouts.application','layouts.auth','layouts.includes.layout-footer',
|
|
'layouts.includes.layout-navbar','layouts.includes.layout-sidenav','layouts.layout-1','layouts.layout-1-flex','layouts.layout-2',
|
|
'layouts.layout-2-flex','layouts.layout-blank','layouts.layout-horizontal-sidenav','layouts.layout-without-navbar','layouts.layout-without-navbar-flex',
|
|
'layouts.layout-without-sidenav','legal._agb','legal._data_protected','legal._imprint','legal.agb',
|
|
'legal.agb_de','legal.data_protect_de','legal.data_protected','legal.imprint','legal.imprint_de',
|
|
'legal.shop_term_of_use','legal.shop_term_of_use_de','notifications::email','pagination::bootstrap-4','pagination::default',
|
|
'pagination::semantic-ui','pagination::simple-bootstrap-4','pagination::simple-default','pdf.cancellation_invoice','pdf.credit',
|
|
'pdf.delivery','pdf.invoice','status.not_found','status.status_error','status.status_register',
|
|
'status.status_verify','status.user_blocked','status.verify','sys.admin.cronjobs','sys.admin.customers',
|
|
'sys.admin.domain-ssl','sys.admin.export_vp','sys.admin.import','sys.admin.import-show','sys.admin.index',
|
|
'sys.admin.shopping-orders','sys.settings.index','translation._index','translation.eloquent_index','translation.index',
|
|
'translation.index_file','translation.translation_row','user._user_form','user.checkout.checkout','user.checkout.final',
|
|
'user.components.user_shop_edit','user.components.user_shop_image','user.components.user_shop_on_site','user.components.user_shop_register','user.customer.add',
|
|
'user.customer.detail','user.customer.edit','user.customer.index','user.data_confirm','user.data_verify',
|
|
'user.delete_account','user.edit','user.form','user.homeparty._address','user.homeparty._edit',
|
|
'user.homeparty.detail','user.homeparty.guest_detail','user.homeparty.guests','user.homeparty.index','user.homeparty.modal_show_products',
|
|
'user.homeparty.order','user.homeparty.self_guest_detail','user.homeparty.show_bonus','user.homeparty.show_calc_bonus_host','user.homeparty.show_products_order',
|
|
'user.homeparty.show_total_order','user.membership._abo_options','user.membership._change','user.membership._change_level','user.membership._payment',
|
|
'user.membership._payment_order','user.membership._upgrade','user.membership.index','user.order._bak_shipping_me','user.order._bak_shipping_ot',
|
|
'user.order.comp_product','user.order.delivery','user.order.detail','user.order.index','user.order.list',
|
|
'user.order.list_form','user.order.shipping_credit','user.order.shipping_me','user.order.shipping_ot','user.order.yard_view_form',
|
|
'user.payment.credit','user.payment.index','user.payment.paycredit','user.payment.revenue','user.profile',
|
|
'user.promotion.cart','user.promotion.detail','user.promotion.form','user.promotion.index','user.sales.detail',
|
|
'user.sales.index','user.shop','user.shop.detail','user.shop.form','user.team.members',
|
|
'user.update_email','user.update_password','user.update_password_first','user.update_password_first_form','user.user_form',
|
|
'user.user_new_form','user.wizard._change','user.wizard._payment','user.wizard.create','user.wizard.create_release',
|
|
'user.wizard.register','user.wizard.register_payment','user.wizard.register_release','vendor.flash.message','vendor.flash.modal',
|
|
'vendor.mail.html.button','vendor.mail.html.footer','vendor.mail.html.header','vendor.mail.html.layout','vendor.mail.html.message',
|
|
'vendor.mail.html.panel','vendor.mail.html.promotion','vendor.mail.html.promotion.button','vendor.mail.html.subcopy','vendor.mail.html.table',
|
|
'vendor.mail.markdown.button','vendor.mail.markdown.footer','vendor.mail.markdown.header','vendor.mail.markdown.layout','vendor.mail.markdown.message',
|
|
'vendor.mail.markdown.panel','vendor.mail.markdown.promotion','vendor.mail.markdown.promotion.button','vendor.mail.markdown.subcopy','vendor.mail.markdown.table',
|
|
'vendor.notifications.email','vendor.pagination.bootstrap-4','vendor.pagination.default','vendor.pagination.semantic-ui','vendor.pagination.simple-bootstrap-4',
|
|
'vendor.pagination.simple-default','web.components._checkout','web.components._invoice_details','web.components._invoice_details_quick','web.components._margin_cart',
|
|
'web.index','web.layouts.application','web.layouts.includes._layout-header','web.layouts.includes.layout-footer','web.layouts.includes.layout-header',
|
|
'web.layouts.layout','web.legal.datenschutzerklaerung','web.legal.impressum','web.legal.versandarten','web.legal.widerrufsbelehrung',
|
|
'web.promotion._fairplay','web.promotion._free_product','web.promotion._intro','web.promotion._promotion_cart','web.promotion._reminder_service',
|
|
'web.promotion._shipping','web.promotion._shop_products','web.promotion._shop_products_inner','web.promotion._show_around','web.promotion.index',
|
|
'web.promotion.outofstock','web.promotion.show_product','web.promotion.thanksorder','web.promotion.thanksreminder','web.shop._checkout',
|
|
'web.shop._intro','web.shop._shipping','web.shop._shop_cart','web.shop._shop_products','web.shop._shop_products_inner',
|
|
'web.shop.index','web.shop.show_product','web.shop.thanksorder','web.shop.thanksreminder','flash::message',
|
|
'flash::modal','laravel-exceptions-renderer::components.card','laravel-exceptions-renderer::components.context','laravel-exceptions-renderer::components.editor','laravel-exceptions-renderer::components.header',
|
|
'laravel-exceptions-renderer::components.icons.chevron-down','laravel-exceptions-renderer::components.icons.chevron-up','laravel-exceptions-renderer::components.icons.computer-desktop','laravel-exceptions-renderer::components.icons.moon','laravel-exceptions-renderer::components.icons.sun',
|
|
'laravel-exceptions-renderer::components.layout','laravel-exceptions-renderer::components.navigation','laravel-exceptions-renderer::components.theme-switcher','laravel-exceptions-renderer::components.trace','laravel-exceptions-renderer::components.trace-and-editor',
|
|
'laravel-exceptions-renderer::show','laravel-exceptions::401','laravel-exceptions::402','laravel-exceptions::403','laravel-exceptions::404',
|
|
'laravel-exceptions::419','laravel-exceptions::429','laravel-exceptions::500','laravel-exceptions::503','laravel-exceptions::layout',
|
|
'laravel-exceptions::minimal','notifications::email','pagination::bootstrap-4','pagination::bootstrap-5','pagination::default',
|
|
'pagination::semantic-ui','pagination::simple-bootstrap-4','pagination::simple-bootstrap-5','pagination::simple-default','pagination::simple-tailwind',
|
|
'pagination::tailwind','passport::authorize','translation::forms.search','translation::forms.select','translation::forms.text',
|
|
'translation::icons.globe','translation::icons.translate','translation::languages.create','translation::languages.index','translation::languages.translations.create',
|
|
'translation::languages.translations.index','translation::layout','translation::nav','translation::notifications',);
|
|
registerArgumentsSet('translations',
|
|
'auth.failed','auth.password','auth.throttle','pagination.previous','pagination.next',
|
|
'passwords.reset','passwords.sent','passwords.throttled','passwords.token','passwords.user',
|
|
'validation.accepted','validation.accepted_if','validation.active_url','validation.after','validation.after_or_equal',
|
|
'validation.alpha','validation.alpha_dash','validation.alpha_num','validation.array','validation.ascii',
|
|
'validation.before','validation.before_or_equal','validation.between.array','validation.between.file','validation.between.numeric',
|
|
'validation.between.string','validation.boolean','validation.can','validation.confirmed','validation.contains',
|
|
'validation.current_password','validation.date','validation.date_equals','validation.date_format','validation.decimal',
|
|
'validation.declined','validation.declined_if','validation.different','validation.digits','validation.digits_between',
|
|
'validation.dimensions','validation.distinct','validation.doesnt_end_with','validation.doesnt_start_with','validation.email',
|
|
'validation.ends_with','validation.enum','validation.exists','validation.extensions','validation.file',
|
|
'validation.filled','validation.gt.array','validation.gt.file','validation.gt.numeric','validation.gt.string',
|
|
'validation.gte.array','validation.gte.file','validation.gte.numeric','validation.gte.string','validation.hex_color',
|
|
'validation.image','validation.in','validation.in_array','validation.integer','validation.ip',
|
|
'validation.ipv4','validation.ipv6','validation.json','validation.list','validation.lowercase',
|
|
'validation.lt.array','validation.lt.file','validation.lt.numeric','validation.lt.string','validation.lte.array',
|
|
'validation.lte.file','validation.lte.numeric','validation.lte.string','validation.mac_address','validation.max.array',
|
|
'validation.max.file','validation.max.numeric','validation.max.string','validation.max_digits','validation.mimes',
|
|
'validation.mimetypes','validation.min.array','validation.min.file','validation.min.numeric','validation.min.string',
|
|
'validation.min_digits','validation.missing','validation.missing_if','validation.missing_unless','validation.missing_with',
|
|
'validation.missing_with_all','validation.multiple_of','validation.not_in','validation.not_regex','validation.numeric',
|
|
'validation.password.letters','validation.password.mixed','validation.password.numbers','validation.password.symbols','validation.password.uncompromised',
|
|
'validation.present','validation.present_if','validation.present_unless','validation.present_with','validation.present_with_all',
|
|
'validation.prohibited','validation.prohibited_if','validation.prohibited_if_accepted','validation.prohibited_if_declined','validation.prohibited_unless',
|
|
'validation.prohibits','validation.regex','validation.required','validation.required_array_keys','validation.required_if',
|
|
'validation.required_if_accepted','validation.required_if_declined','validation.required_unless','validation.required_with','validation.required_with_all',
|
|
'validation.required_without','validation.required_without_all','validation.same','validation.size.array','validation.size.file',
|
|
'validation.size.numeric','validation.size.string','validation.starts_with','validation.string','validation.timezone',
|
|
'validation.unique','validation.uploaded','validation.uppercase','validation.url','validation.ulid',
|
|
'validation.uuid','validation.custom.attribute-name.rule-name','account.','account.BIC','account.IBAN',
|
|
'account.VAT_ID_number','account.VAT_copy_1','account.VAT_liability','account.account_holder','account.bank_data',
|
|
'account.delivery_address','account.firstname_lastname','account.invoice_address','account.my_credit','account.vat_data',
|
|
'account.info_vat_numbers','account.new_vat_validate','account.btn_vat_validate','account.phone_need_error','account.phone_need_note',
|
|
'account.required_for_commission_payments','account.reverse_charge_action_1','account.reverse_charge_action_2','account.reverse_charge_copy_1','account.reverse_charge_note_1',
|
|
'account.reverse_charge_procedure','account.tax_number','account.taxable_sales_1','account.taxable_sales_2','account.validator_creditcard',
|
|
'account.validator_date','account.validator_digits','account.validator_email','account.validator_equalTo','account.validator_max',
|
|
'account.validator_maxlength','account.validator_min','account.validator_minlength','account.validator_number','account.validator_range',
|
|
'account.validator_rangelength','account.validator_required','account.validator_url','cal.months.April','cal.months.August',
|
|
'cal.months.December','cal.months.February','cal.months.January','cal.months.July','cal.months.June',
|
|
'cal.months.March','cal.months.May','cal.months.November','cal.months.October','cal.months.September',
|
|
'cal.months.full_year','cal.months_short.Apr','cal.months_short.Aug','cal.months_short.Dec','cal.months_short.Feb',
|
|
'cal.months_short.Jan','cal.months_short.Jul','cal.months_short.Jun','cal.months_short.Mar','cal.months_short.May',
|
|
'cal.months_short.Nov','cal.months_short.Oct','cal.months_short.Sep','cal.weekdays.Friday','cal.weekdays.Monday',
|
|
'cal.weekdays.Saturday','cal.weekdays.Sunday','cal.weekdays.Thursday','cal.weekdays.Tuesday','cal.weekdays.Wednesday',
|
|
'cal.weekdays_min.Fr','cal.weekdays_min.Mo','cal.weekdays_min.Sa','cal.weekdays_min.Su','cal.weekdays_min.Th',
|
|
'cal.weekdays_min.Tu','cal.weekdays_min.We','cal.weekdays_short.Fri','cal.weekdays_short.Mon','cal.weekdays_short.Sat',
|
|
'cal.weekdays_short.Sun','cal.weekdays_short.Thu','cal.weekdays_short.Tue','cal.weekdays_short.Wed','email.reset_passwort',
|
|
'email.mail_confirm','email.subject_activate','email.account_active','email.subject_reset','email.dear_mrs',
|
|
'email.dear_sir','email.hello','email.greetings','email.sender','email.request_from',
|
|
'email.your_request_from','email.checkout_subject','email.checkout_subject_paid','email.checkout_subject_non_paid','email.checkout_subject_extern',
|
|
'email.change_e_mail','email.salutation','email.first_name','email.last_name','email.email',
|
|
'email.phone','email.subject','email.message','email.sales_partnership','email.sales_partnership_message',
|
|
'email.button_account','email.active_copy1line','email.copy2line','email.copy3line','email.email_verify',
|
|
'email.email_subject','email.email_incomplete','email.account_incomplete_copy1line','email.verify_e_mail','email.verify_copy1line',
|
|
'email.email_verify_copy1line','email.copy_to_browser','email.activate_copy','email.account_active_copy1line','email.reset_pass_copy1line',
|
|
'email.checkout_copy1line','email.checkout_copy3line','email.checkout_copy3line_extern','email.status_copy1line','email.invoice_title',
|
|
'email.credit_title','email.invoice_copy1line','email.credit_copy1line','email.footer_copy1','email.footer_copy2',
|
|
'email.footer_copy3','email.checkout_mail_hl1','email.checkout_mail_shipping','email.checkout_mail_status_info','email.checkout_mail_subtotal_ws',
|
|
'email.checkout_mail_tax','email.checkout_mail_tax_19','email.checkout_mail_tax_7','email.checkout_mail_total','email.checkout_mail_tax_info',
|
|
'email.checkout_mail_pay_info','email.checkout_mail_pay_success','email.checkout_mail_pay_with','email.checkout_mail_pay_ref','email.checkout_mail_your_mail',
|
|
'email.checkout_mail_invoice_addess','email.checkout_mail_deliver_addess','email.checkout_mail_pickup_addess','email.checkout_mail_deliver_customer','email.checkout_mail_order_for_me',
|
|
'email.checkout_mail_order_for_ot','email.checkout_mail_order_for_extern','email.checkout_mail_order_for_wizard','email.checkout_mail_order_for_membership','email.checkout_mail_same_address',
|
|
'email.checkout_mail_pay_error','email.checkout_mail_pay_non','email.checkout_mail_pay_pre','email.checkout_mail_pay_pre_c1','email.checkout_mail_pay_pre_c2',
|
|
'email.checkout_mail_bank_holder','email.checkout_mail_bank_iban','email.checkout_mail_bank_bic','email.checkout_mail_bank_name','email.checkout_mail_bank_total',
|
|
'email.checkout_mail_bank_code','email.checkout_mail_pay_approved','email.checkout_mail_pay_invoice_open','email.checkout_mail_system_status','email.my_orders',
|
|
'lead.Mr','lead.MS ','lead.please select','lead.further countries','lead.no',
|
|
'lead.Company data','lead.Company name','lead.Street','lead.House number','lead.Place',
|
|
'lead.Postcode','lead.Country','lead.Phone','lead.Homepage','lead.Industry',
|
|
'lead.Your Data','lead.Function','lead.Salutation','lead.Title','lead.First name',
|
|
'lead.Last Name','lead.Name','lead.Consent & Privacy','lead.Confirm Password','lead.E-Mail Address',
|
|
'lead.Forgot Your Password?','lead.Login','lead.Logout','lead.Password','lead.Register',
|
|
'lead.Remember Me','lead.Reset Password','lead.Send Password Reset Link','membership.home_hl','membership.home_copy_alert_31',
|
|
'membership.home_copy_last_31','membership.home_copy_SEPA_32','membership.home_copy_last_33','membership.home_copy_SEPA_33','membership.home_copy_last_34',
|
|
'membership.home_copy_alert_35','membership.home_copy_last_35','membership.home_copy_alert_36_today','membership.home_copy_alert_36','membership.home_copy_last_36',
|
|
'membership.home_copy_SEPA_36','msg.shipping_country_was_not_found','msg.shipping_country_was_not_correctly','msg.shopping_cart_was_shipping_free','msg.shipping_cost_cannot_be_0',
|
|
'msg.shipping_costs_were_not_calculated_correctly','msg.compensation_products_cannot_be_0','msg.link_for_homeparty_not_found','msg.contact_delete','msg.error_occurred_with_order',
|
|
'msg.abo_deaktivert','msg.error_checkbox_not_confirm','msg.no_change_made','msg.booked_package_has_been_changed','msg.cancel_membership_is_requested',
|
|
'msg.file_uploaded','msg.file_empty','msg.file_deleted','msg.file_not_found','msg.country_account_has_been_changed__cost_has_been_reset',
|
|
'msg.your_shopping_cart_is_empty_please_add_products_first.','msg.homeparty_guest_delete','msg.homeparty_delete','msg.VATID_could_not_be_validated','msg.VATID_successfully_entered',
|
|
'msg.reverse_charge_procedure_and_VATID_deleted','msg.no_id_card_deposited_please_upload_first','msg.no_trade_licence_deposited_please_upload_first','msg.please_enter_reason_why_you_not_need_trade_licence','msg.please_select_compensation_product',
|
|
'msg.please_select_count_compensation_products','msg.user_not_found','msg.shopping_cart_was_not_user_shop','msg.shopping_instance_not_found','msg.shopping_user_not_found',
|
|
'navigation.home','navigation.my_account','navigation.my_data','navigation.edit','navigation.my_shop',
|
|
'navigation.settings','navigation.my_team','navigation.my_clients','navigation.my_orders','navigation.my_homeparty',
|
|
'navigation.member_register','navigation.member','navigation.membership','navigation.my_membership','navigation.orders',
|
|
'navigation.trigger','navigation.do_order','navigation.clients','navigation.products','navigation.overview',
|
|
'navigation.categories','navigation.ingredients','navigation.attribute','navigation.contents','navigation.start_site',
|
|
'navigation.translate','navigation.add','navigation.general','navigation.modules','navigation.user_roles',
|
|
'navigation.manage','navigation.shipping_costs','navigation.payment_methods','navigation.career_level','navigation.user_level',
|
|
'navigation.countries','navigation.logout','navigation.system_settings','navigation.new_register','navigation.payments',
|
|
'navigation.credit','navigation.invoice','navigation.reminder','navigation.revenue','navigation.paycredit',
|
|
'navigation.commissions','navigation.promotion','navigation.my_promotions','navigation.my_profile','navigation.recharge_credit',
|
|
'navigation.clients_orders','navigation.my','navigation.sales_volumes','navigation.evaluation','order.add_customer',
|
|
'order.advertising_material','order.adviser_collective_invoice','order.adviser_order_for_membership','order.adviser_order_for_registration','order.art_no',
|
|
'order.article','order.article_remove','order.assigned_advisor','order.assigned_counsellor','order.billing_address_of_client',
|
|
'order.billing_address_of_the_advisor','order.client_order_via_shop','order.collective_invoice','order.collective_invoice_contains_orders','order.compensation_product',
|
|
'order.confirm_and_proceed_to_checkout','order.confirm_and_proceed_to_order','order.consultant_order_for_home_party','order.content','order.contents',
|
|
'order.create_invoice','order.date','order.delivery_address_of_the_client','order.delivery_address_of_the_consultant','order.delivery_country_can_no_longer_be_changed',
|
|
'order.delivery_country_changed_customer_info','order.delivery_country_changed_info','order.delivery_note','order.delivery_to_me','order.delivery_to_the_customer',
|
|
'order.deliverydata','order.different_delivery_address','order.error_no_address_data_found','order.external_orders','order.external_orders_info_pay',
|
|
'order.external_orders_info_remove','order.external_orders_info_reset','order.goods_are_for_customer_and_shipped','order.goods_are_for_me_and_shipped','order.gross',
|
|
'order.gross_price','order.incentives','order.included_VAT','order.invoice','order.invoice_address',
|
|
'order.land_can_no_longer_be_changed','order.link_to_the_invoice','order.my_delivery_address','order.net','order.net_price',
|
|
'order.no_address_created','order.no_career_level_info','order.no_delivery_address','order.no_order','order.number_of_items',
|
|
'order.order','order.order_consultant','order.order_date','order.order_for_client','order.order_for_consultant',
|
|
'order.order_number','order.order_via_external_shop','order.plus_VAT','order.points','order.points_total',
|
|
'order.points_turnover_assigned','order.product','order.product_prices_career_level_info','order.product_prices_career_level_cpay_info','order.purchased_from_shop',
|
|
'order.quantity','order.ship_to_existing_customer_select_customer','order.ship_to_new_customer','order.ship_to_this_customer','order.ship_to_this_customer_check',
|
|
'order.ship_to_this_customer_info','order.shipping','order.shipping_compensation_product','order.shipping_costs','order.shopping_cart',
|
|
'order.shopping_cart_delete','order.shopping_cart_update','order.subtotal','order.sum','order.sums',
|
|
'order.total','order.total_gross','order.total_net','order.total_price','order.total_shipping_costs',
|
|
'order.total_sum','order.total_sums','order.total_without_VAT','order.turnover','order.unit_price',
|
|
'order.weight','order.you_has_article_in_shopping_cart','order.excl','order.ipay','order.cpay',
|
|
'order.ipay_text','order.cpay_text','order.sum_net','order.confirm_and_send_order','order.confirm_send_order_info',
|
|
'order.order_was_placed_successfully','order.payment_link_for_your_customer','passwords.password','payment.','payment.BIC',
|
|
'payment.IBAN','payment.Mastercard','payment.VAT','payment.VISA','payment.accepted_data_checkbox_customer',
|
|
'payment.accepted_data_checkbox_user','payment.account_holder','payment.agree_SEPA_complete_purchase','payment.auto_renewal_hl','payment.auto_renewal_line_1',
|
|
'payment.auto_renewal_line_2','payment.automatic_SEPA_mandate_type_was_selected','payment.back_to_shop','payment.back_to_shop_shopping_cart','payment.bank',
|
|
'payment.billing_address','payment.billing_address_can_only_changed_in_salescentre','payment.buy_now','payment.buy_now_copy','payment.c_policy',
|
|
'payment.checkout_ssl_server','payment.country_of_delivery','payment.credit_card','payment.credit_card_number','payment.delivery_country_can_only_changed_in_salescentre',
|
|
'payment.delivery_country_cannot_change','payment.excl','payment.firstname_lastname','payment.gtc','payment.month',
|
|
'payment.months','payment.ordering_country','payment.owner','payment.p_policy','payment.payment_by_SEPA',
|
|
'payment.payment_by_SEPA_info','payment.payment_by_credit_card','payment.payment_by_credit_card_info','payment.payment_by_invoice','payment.payment_by_invoice_info',
|
|
'payment.payment_in_advance','payment.payment_method','payment.payment_method_not_enabled_please_contact','payment.paypal','payment.please_check_form_and_complete',
|
|
'payment.please_transfer_amount_following_account','payment.prepayment','payment.purchase_on_account','payment.reason_for_payment','payment.remaining_time',
|
|
'payment.reverse_charge_procedure','payment.select_and_proceed_to_checkout','payment.select_and_save','payment.sepa_direct_debit','payment.sofort_bank_transfer',
|
|
'payment.status.store_payment','payment.status.checkout_payment','payment.status.payment_error','payment.status.payment_redirect','payment.status.payment_approved',
|
|
'payment.status.txaction_failed','payment.status.txaction_appointed','payment.status.txaction_paid','payment.status.success_payment','payment.status.success',
|
|
'payment.status.payment_not_found','payment.status.checkout_cancel','payment.status.checkout_error','payment.status.auto_renewal_hl','payment.status.auto_renewal_line_1',
|
|
'payment.status.auto_renewal_line_2','payment.thank_you_very_much','payment.total_amount','payment.valid until','payment.verification_no',
|
|
'payment.we_have_received_your_order_get_email','payment.your_mivita_team','payment.your_order_number_is','payment.open','payment.paid',
|
|
'payment.check','payment.cancelled','payment.failed','payment.no_payment','payment.paymend_paid',
|
|
'payment.paymend_open','payment.paymend_failed','payment.extern_open','payment.extern_paid','payment.invoice_open',
|
|
'payment.invoice_paid','payment.invoice_no_payment','payment.to_sales_tax_de','payment.not_to_sales_tax_de','payment.not_to_sales_tax_foreign',
|
|
'payment.ordered','payment.removed','payment.registration','payment.not_assigned','payment.advisor_order',
|
|
'payment.credit','payment.shoporder','payment.shoporder_pending','payment.membership','payment.order',
|
|
'payment.customer_order','payment.homeparty','payment.shop','payment.external','payment.collective_invoice',
|
|
'payment.in_process','payment.shipped','payment.completed','payment.trade_fair','payment.commission_shop',
|
|
'payment.commission_payline','payment.commission_growth_bonus','payment.commission_team','payment.credit_added','payment.commission',
|
|
'payment.payment_for_account','payment.user_order_deduction','payment.user_order_return','payment.promotion_order_deduction','payment.promotion_order_return',
|
|
'payment.charging_credits_add','payment.charging_credits_remove','pdf.address_top','pdf.adviser_id','pdf.date',
|
|
'pdf.credit_no','pdf.tax_no','pdf.vat_no','pdf.credit_note','pdf.credit_note_from',
|
|
'pdf.amount','pdf.vat_text','pdf.amount_paid_out_gross','pdf.net_amount','pdf.as_a_small_entrepreneur_info',
|
|
'pdf.reverse_charge_procedure_info','pdf.delivery_note_no','pdf.order_no','pdf.delivery_note','pdf.we_are_always_there_for_questions',
|
|
'pdf.your_advisor','pdf.eprice','pdf.off','pdf.net','pdf.total_incl_VAT',
|
|
'pdf.ek','pdf.invoice_nr','pdf.points','pdf.points_order','pdf.points_shop',
|
|
'pdf.invoice','pdf.payment_type','pdf.status_of_invoice','pdf.delivery_date_is_invoice_date','pdf.prices_net',
|
|
'pdf.vat_id_of_the_recipient_of_the_service','pdf.vat_of_the_recipient_of_the_service','pdf.invoice_does_not_include_vat','pdf.vat_is_declared_and_paid_by_recipient','pdf.tax_free_export_delivery_noteu',
|
|
'pdf.tax_free_export_delivery_eu','pdf.intended_use','pdf.invoice_footer_info','register.declaration-of-consent','register.accept-contract',
|
|
'register.reg_hl','register.reg_line_1','register.reg_checked','register.reg_finisch_hl','register.reg_finisch_line_1',
|
|
'register.reg_finisch_line_2','register.wizard_verification_hl','register.wizard_verification_line_1','register.wizard_business_license_hl','register.wizard_business_license_line_1',
|
|
'register.wizard_finish_hl','register.wizard_finish_line_1','register.wizard_create_release_hl','register.wizard_create_release_line_1','register.wizard_reg_release_hl',
|
|
'register.wizard_reg_release_line_1','register.sender','register.required_fields','register.business_license_now','register.business_license_later',
|
|
'register.business_license_non','register.business_license_non_text','register.reg_verify_info','register.verify_exists-info1','register.verify_exists-info2',
|
|
'register.verify_exists-info3','register.verify_email','register.verify_email_again','reminder.subject','reminder.button_31',
|
|
'reminder.copy_first_31','reminder.copy_last_31','reminder.button_32','reminder.copy_first_32','reminder.copy_last_32',
|
|
'reminder.button_33','reminder.copy_first_33','reminder.copy_last_33','reminder.button_34','reminder.copy_first_34',
|
|
'reminder.copy_last_34','reminder.button_35','reminder.copy_first_35','reminder.copy_last_35','reminder.button_36',
|
|
'reminder.copy_first_36','reminder.copy_last_36','reminder.button_37','reminder.copy_first_37','reminder.copy_last_37',
|
|
'shop.default_description','shop.default_user_open','shop.headline','shop.description','shop.greetings',
|
|
'shop.personal_infos','shop.incl_VAT_plus_shipping','tables.','tables.VAT','tables.account',
|
|
'tables.account_to','tables.activ','tables.addition','tables.address','tables.adviser_no',
|
|
'tables.amount','tables.art','tables.article_no','tables.assigned_advisor','tables.birthday',
|
|
'tables.c_no','tables.city','tables.commission','tables.contents','tables.country',
|
|
'tables.created','tables.credit_note','tables.customer','tables.date','tables.detail',
|
|
'tables.earnings','tables.ek_price','tables.email','tables.firstname','tables.from_credit_balance',
|
|
'tables.gross','tables.image','tables.in_no','tables.info','tables.invoice',
|
|
'tables.label','tables.lastname','tables.level','tables.line','tables.margin',
|
|
'tables.mobil','tables.my_price_gross','tables.my_price_net','tables.net','tables.net_price',
|
|
'tables.net_sales','tables.net_sum','tables.newsletter','tables.note','tables.number',
|
|
'tables.order','tables.payline_qualification','tables.payment','tables.payment_type','tables.phone',
|
|
'tables.points','tables.postcode','tables.price','tables.product','tables.products',
|
|
'tables.purchased_in_the_shop','tables.purchases','tables.qualification','tables.quantity','tables.reference_number',
|
|
'tables.rf_no','tables.shipping','tables.shop','tables.shop_commission','tables.sponsor',
|
|
'tables.status','tables.subject','tables.sum','tables.total','tables.type',
|
|
'tables.ve','tables.vk_price','validation.old_password','validation.users_update_email','validation.profanity',
|
|
'validation.recaptcha','validation.full_word_check','validation.custom.no_email','validation.custom.unique_email_client','validation.custom.unique_email_member',
|
|
'validation.custom.match_found','validation.custom.shipping_not_found','validation.attributes.salutation','validation.attributes.name','validation.attributes.place',
|
|
'validation.attributes.username','validation.attributes.email','validation.attributes.email-confirm','validation.attributes.first_name','validation.attributes.last_name',
|
|
'validation.attributes.password','validation.attributes.password_confirmation','validation.attributes.password-confirm','validation.attributes.city','validation.attributes.country',
|
|
'validation.attributes.address','validation.attributes.phone','validation.attributes.mobile','validation.attributes.mobil','validation.attributes.age',
|
|
'validation.attributes.sex','validation.attributes.gender','validation.attributes.message','validation.attributes.day','validation.attributes.month',
|
|
'validation.attributes.year','validation.attributes.hour','validation.attributes.minute','validation.attributes.second','validation.attributes.title',
|
|
'validation.attributes.content','validation.attributes.description','validation.attributes.excerpt','validation.attributes.date','validation.attributes.time',
|
|
'validation.attributes.available','validation.attributes.size','validation.attributes.user_shop_name','validation.attributes.birthday','validation.attributes.user_shop_active',
|
|
'validation.attributes.g-recaptcha-response','validation.attributes.accepted_data_protection','validation.attributes.billing_salutation','validation.attributes.billing_firstname','validation.attributes.billing_lastname',
|
|
'validation.attributes.billing_email','validation.attributes.billing_address','validation.attributes.billing_zipcode','validation.attributes.billing_city','validation.attributes.accepted_data_checkbox',
|
|
'validation.attributes.shipping_salutation','validation.attributes.shipping_firstname','validation.attributes.shipping_lastname','validation.attributes.shipping_address','validation.attributes.shipping_zipcode',
|
|
'validation.attributes.shipping_city','validation.attributes.m_account','validation.attributes.has_customer_buyed','validation.attributes.billing_country_code','validation.attributes.sales_partnership',
|
|
'validation.attributes.sales_partnership_message','validation.attributes.tax_number','validation.attributes.tax_identification_number','validation.attributes.user_promotion_url','validation.attributes.user_shop_url',
|
|
'validation.attributes.subject','profanity.en.profanity.0','profanity.en.profanity.1','profanity.en.profanity.2','profanity.en.profanity.3',
|
|
'profanity.en.profanity.4','profanity.en.profanity.5','profanity.en.profanity.6','profanity.en.profanity.7','profanity.en.profanity.8',
|
|
'profanity.en.profanity.9','profanity.en.profanity.10','profanity.en.profanity.11','profanity.en.profanity.12','profanity.en.profanity.13',
|
|
'profanity.en.profanity.14','profanity.en.profanity.15','profanity.en.profanity.16','profanity.en.profanity.17','profanity.en.profanity.18',
|
|
'profanity.en.profanity.19','profanity.en.profanity.20','profanity.en.profanity.21','profanity.en.profanity.22','profanity.en.profanity.23',
|
|
'profanity.en.profanity.24','profanity.en.profanity.25','profanity.en.profanity.26','profanity.en.profanity.27','profanity.en.profanity.28',
|
|
'profanity.en.profanity.29','profanity.en.profanity.30','profanity.en.profanity.31','profanity.en.profanity.32','profanity.en.profanity.33',
|
|
'profanity.en.profanity.34','profanity.en.profanity.35','profanity.en.profanity.36','profanity.en.profanity.37','profanity.en.profanity.38',
|
|
'profanity.en.profanity.39','profanity.en.profanity.40','profanity.en.profanity.41','profanity.en.profanity.42','profanity.en.profanity.43',
|
|
'profanity.en.profanity.44','profanity.en.profanity.45','profanity.en.profanity.46','profanity.en.profanity.47','profanity.en.profanity.48',
|
|
'profanity.en.profanity.49','profanity.en.profanity.50','profanity.en.profanity.51','profanity.en.profanity.52','profanity.en.profanity.53',
|
|
'profanity.en.profanity.54','profanity.en.profanity.55','profanity.en.profanity.56','profanity.en.profanity.57','profanity.en.profanity.58',
|
|
'profanity.en.profanity.59','profanity.en.profanity.60','profanity.en.profanity.61','profanity.en.profanity.62','profanity.en.profanity.63',
|
|
'profanity.en.profanity.64','profanity.en.profanity.65','profanity.en.profanity.66','profanity.en.profanity.67','profanity.es.profanity.0',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.errors.language_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.errors.key_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.languages','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.type',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.file','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.prompt_language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.language_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.prompt_language_for_key',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.prompt_type','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.prompt_file','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.prompt_key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.prompt_value','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.type_error',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.language_key_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.no_missing_keys','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.keys_synced','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.search','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.translations',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.language_name','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.locale','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.add','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.add_language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.save',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.language_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.uh_oh','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.group_single','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.Gruppe','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.single',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.value','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.namespace','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.synchronisieren','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.synced','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.add_translation',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.translation_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.namespace_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.group_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.key_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.value_label',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.namespace_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.group_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.key_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.value_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.de.translation.advanced_options',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.errors.language_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.errors.key_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.languages','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.type',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.file','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.prompt_language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.language_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.prompt_language_for_key',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.prompt_type','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.prompt_file','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.prompt_key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.prompt_value','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.type_error',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.language_key_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.no_missing_keys','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.keys_synced','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.search','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.translations',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.language_name','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.locale','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.add','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.add_language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.save',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.language_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.uh_oh','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.group_single','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.group','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.single',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.value','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.namespace','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.add_translation','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.translation_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.namespace_label',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.group_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.key_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.value_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.namespace_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.group_placeholder',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.key_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.value_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.en.translation.advanced_options','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.errors.key_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.errors.language_exists',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.add','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.add_language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.add_translation','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.advanced_options','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.file',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.group','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.group_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.group_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.group_single','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.key',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.key_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.key_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.keys_synced','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.language_added',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.language_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.language_key_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.language_name','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.languages','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.locale',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.namespace','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.namespace_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.namespace_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.no_missing_keys','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.prompt_file',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.prompt_key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.prompt_language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.prompt_language_for_key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.prompt_type','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.prompt_value',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.save','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.search','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.single','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.translation_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.translations',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.type','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.type_error','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.uh_oh','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.value','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.value_label',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.fr.translation.value_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.errors.language_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.errors.key_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.languages','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.language',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.type','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.file','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.prompt_language','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.language_added',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.prompt_language_for_key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.prompt_type','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.prompt_file','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.prompt_key','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.prompt_value',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.type_error','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.language_key_added','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.no_missing_keys','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.keys_synced','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.search',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.translations','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.language_name','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.locale','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.add','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.add_language',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.save','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.language_exists','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.uh_oh','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.group_single','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.group',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.single','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.value','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.namespace','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.add_translation','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.translation_added',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.namespace_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.group_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.key_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.value_label','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.namespace_placeholder',
|
|
'translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.group_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.key_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.value_placeholder','translation::.var.www.html.vendor.joedixon.laravel-translation.resources.lang.nl.translation.advanced_options','paypal::.var.www.html.vendor.srmklive.paypal.lang.ar.error.paypal_transaction_declined',
|
|
'paypal::.var.www.html.vendor.srmklive.paypal.lang.ar.error.paypal_transaction_not_verified','paypal::.var.www.html.vendor.srmklive.paypal.lang.ar.error.paypal_connection_error','paypal::.var.www.html.vendor.srmklive.paypal.lang.cn.error.paypal_transaction_declined','paypal::.var.www.html.vendor.srmklive.paypal.lang.cn.error.paypal_transaction_not_verified','paypal::.var.www.html.vendor.srmklive.paypal.lang.cn.error.paypal_connection_error',
|
|
'paypal::.var.www.html.vendor.srmklive.paypal.lang.de.error.paypal_transaction_declined','paypal::.var.www.html.vendor.srmklive.paypal.lang.de.error.paypal_transaction_not_verified','paypal::.var.www.html.vendor.srmklive.paypal.lang.de.error.paypal_connection_error','paypal::.var.www.html.vendor.srmklive.paypal.lang.en.error.paypal_transaction_declined','paypal::.var.www.html.vendor.srmklive.paypal.lang.en.error.paypal_transaction_not_verified',
|
|
'paypal::.var.www.html.vendor.srmklive.paypal.lang.en.error.paypal_connection_error','paypal::.var.www.html.vendor.srmklive.paypal.lang.es.error.paypal_transaction_declined','paypal::.var.www.html.vendor.srmklive.paypal.lang.es.error.paypal_transaction_not_verified','paypal::.var.www.html.vendor.srmklive.paypal.lang.es.error.paypal_connection_error','paypal::.var.www.html.vendor.srmklive.paypal.lang.fr.error.paypal_transaction_declined',
|
|
'paypal::.var.www.html.vendor.srmklive.paypal.lang.fr.error.paypal_transaction_not_verified','paypal::.var.www.html.vendor.srmklive.paypal.lang.fr.error.paypal_connection_error','paypal::.var.www.html.vendor.srmklive.paypal.lang.hy.error.paypal_transaction_declined','paypal::.var.www.html.vendor.srmklive.paypal.lang.hy.error.paypal_transaction_not_verified','paypal::.var.www.html.vendor.srmklive.paypal.lang.hy.error.paypal_connection_error',
|
|
'paypal::.var.www.html.vendor.srmklive.paypal.lang.it.error.paypal_transaction_declined','paypal::.var.www.html.vendor.srmklive.paypal.lang.it.error.paypal_transaction_not_verified','paypal::.var.www.html.vendor.srmklive.paypal.lang.it.error.paypal_connection_error','paypal::.var.www.html.vendor.srmklive.paypal.lang.ja.error.paypal_transaction_declined','paypal::.var.www.html.vendor.srmklive.paypal.lang.ja.error.paypal_transaction_not_verified',
|
|
'paypal::.var.www.html.vendor.srmklive.paypal.lang.ja.error.paypal_connection_error',);
|
|
registerArgumentsSet('env',
|
|
'APP_NAME','APP_ENV','APP_KEY','APP_DEBUG','APP_URL',
|
|
'APP_API_DOMAIN','APP_DOMAIN','APP_PROMO_URL','APP_PROMO_DOMAIN','APP_SHOP_URL',
|
|
'APP_SHOP_DOMAIN','APP_CHECKOUT_MAIL','APP_CHECKOUT_TEST_MAIL','APP_INFO_MAIL','APP_INFO_TEST_MAIL',
|
|
'EXCEPTION_MAIL','LOGISTIC_MAIL','APP_MAIN_TAX','APP_MAIN_TAX_RATE','APP_MAIN_USER_ID',
|
|
'LOG_CHANNEL','LOG_LEVEL','DB_CONNECTION','DB_HOST','DB_PORT',
|
|
'DB_DATABASE','DB_USERNAME','DB_PASSWORD','BROADCAST_DRIVER','CACHE_DRIVER',
|
|
'QUEUE_CONNECTION','SESSION_DRIVER','SESSION_LIFETIME','MEMCACHED_HOST','REDIS_HOST',
|
|
'REDIS_PASSWORD','REDIS_PORT','MAIL_DRIVER','MAIL_HOST','MAIL_PORT',
|
|
'RECAPTCHA_SITE_KEY','RECAPTCHA_SECRET_KEY','PAYPAL_MODE','PAYPAL_SANDBOX_CLIENT_ID','PAYPAL_SANDBOX_CLIENT_SECRET',
|
|
'PAYPAL_LIVE_CLIENT_ID','PAYPAL_LIVE_CLIENT_SECRET','AWS_ACCESS_KEY_ID','AWS_SECRET_ACCESS_KEY','AWS_DEFAULT_REGION',
|
|
'AWS_BUCKET','PUSHER_APP_ID','PUSHER_APP_KEY','PUSHER_APP_SECRET','PUSHER_APP_CLUSTER',
|
|
'MIX_PUSHER_APP_KEY','MIX_PUSHER_APP_CLUSTER',);
|
|
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::has(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::allows(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::denies(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::check(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::any(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::none(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::authorize(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Gate::inspect(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Route::can(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Route::cannot(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Route::cant(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Auth::can(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Auth::cannot(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Support\Facades\Auth::cant(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Foundation\Auth\Access\Authorizable::can(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Foundation\Auth\Access\Authorizable::cannot(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Foundation\Auth\Access\Authorizable::cant(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Contracts\Auth\Access\Authorizable::can(), 0, argumentsSet('auth'));
|
|
expectedArguments(\Illuminate\Config\Repository::getMany(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::set(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::string(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::integer(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::boolean(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::float(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::array(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::prepend(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Config\Repository::push(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::getMany(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::set(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::string(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::integer(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::boolean(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::float(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::array(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::prepend(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Config::push(), 0, argumentsSet('configs'));
|
|
expectedArguments(\Illuminate\Support\Facades\Route::middleware(), 0, argumentsSet('middleware'));
|
|
expectedArguments(\Illuminate\Support\Facades\Route::withoutMiddleware(), 0, argumentsSet('middleware'));
|
|
expectedArguments(\Illuminate\Routing\Router::middleware(), 0, argumentsSet('middleware'));
|
|
expectedArguments(\Illuminate\Routing\Router::withoutMiddleware(), 0, argumentsSet('middleware'));
|
|
expectedArguments(\route(), 0, argumentsSet('routes'));
|
|
expectedArguments(\to_route(), 0, argumentsSet('routes'));
|
|
expectedArguments(\signedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Support\Facades\Redirect::route(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Support\Facades\Redirect::signedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Support\Facades\Redirect::temporarySignedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Support\Facades\URL::route(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Support\Facades\URL::signedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Support\Facades\URL::temporarySignedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Routing\Redirector::route(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Routing\Redirector::signedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Routing\Redirector::temporarySignedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Routing\UrlGenerator::route(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Routing\UrlGenerator::signedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\Illuminate\Routing\UrlGenerator::temporarySignedRoute(), 0, argumentsSet('routes'));
|
|
expectedArguments(\view(), 0, argumentsSet('views'));
|
|
expectedArguments(\Illuminate\Support\Facades\View::make(), 0, argumentsSet('views'));
|
|
expectedArguments(\Illuminate\View\Factory::make(), 0, argumentsSet('views'));
|
|
expectedArguments(\__(), 0, argumentsSet('translations'));
|
|
expectedArguments(\trans(), 0, argumentsSet('translations'));
|
|
expectedArguments(\Illuminate\Contracts\Translation\Translator::get(), 0, argumentsSet('translations'));
|
|
expectedArguments(\env(), 0, argumentsSet('env'));
|
|
expectedArguments(\Illuminate\Support\Env::get(), 0, argumentsSet('env'));
|
|
|
|
}
|