The true face of Laravel $app Object
In public/index.php
file, dd($app)
before $response
is returned, you will get $app itself printed in browser. ( Of course you should run php artisan serve
to start the built-in web server first.
Application {#2 ▼ #basePath: "/data/training/hands-on/sourcecode/Chapter11/Server" #hasBeenBootstrapped: true #booted: true #bootingCallbacks: [] #bootedCallbacks: array:1 [▼ 0 => Closure {#134 ▼ class: "Illuminate\Foundation\Support\Providers\RouteServiceProvider" this: RouteServiceProvider {#107 ▼ #namespace: "App\Http\Controllers" #app: Application {#2} #defer: false } file: "/data/training/hands-on/sourcecode/Chapter11/Server/vendor/laravel/framework/src/Illuminate/Foundation/Support/Providers/RouteServiceProvider.php" line: "35 to 38" } ] #terminatingCallbacks: [] #serviceProviders: array:24 [▼ 0 => EventServiceProvider {#6 ▼ #app: Application {#2} #defer: false } 1 => LogServiceProvider {#8 ▶} 2 => RoutingServiceProvider {#10 ▶} 3 => AuthServiceProvider {#41 ▶} 4 => CookieServiceProvider {#37 ▶} 5 => DatabaseServiceProvider {#51 ▶} 6 => EncryptionServiceProvider {#58 ▶} 7 => FilesystemServiceProvider {#60 ▶} 8 => FormRequestServiceProvider {#66 ▶} 9 => FoundationServiceProvider {#65 ▶} 10 => NotificationServiceProvider {#69 ▶} 11 => PaginationServiceProvider {#71 ▶} 12 => SessionServiceProvider {#75 ▶} 13 => ViewServiceProvider {#79 ▶} 14 => ServiceProvider {#83 ▶} 15 => L5SwaggerServiceProvider {#85 ▶} 16 => TrustedProxyServiceProvider {#87 ▶} 17 => LaravelServiceProvider {#88 ▶} 18 => AppServiceProvider {#104 ▶} 19 => AuthServiceProvider {#105 ▶} 20 => EventServiceProvider {#106 ▶} 21 => RouteServiceProvider {#107 ▶} 22 => CacheServiceProvider {#238 ▶} 23 => HashServiceProvider {#256 ▶} ] #loadedProviders: array:24 [▼ "Illuminate\Events\EventServiceProvider" => true "Illuminate\Log\LogServiceProvider" => true "Illuminate\Routing\RoutingServiceProvider" => true "Illuminate\Auth\AuthServiceProvider" => true "Illuminate\Cookie\CookieServiceProvider" => true "Illuminate\Database\DatabaseServiceProvider" => true "Illuminate\Encryption\EncryptionServiceProvider" => true "Illuminate\Filesystem\FilesystemServiceProvider" => true "Illuminate\Foundation\Providers\FormRequestServiceProvider" => true "Illuminate\Foundation\Providers\FoundationServiceProvider" => true "Illuminate\Notifications\NotificationServiceProvider" => true "Illuminate\Pagination\PaginationServiceProvider" => true "Illuminate\Session\SessionServiceProvider" => true "Illuminate\View\ViewServiceProvider" => true "Barryvdh\Cors\ServiceProvider" => true "L5Swagger\L5SwaggerServiceProvider" => true "Fideloper\Proxy\TrustedProxyServiceProvider" => true "Tymon\JWTAuth\Providers\LaravelServiceProvider" => true "App\Providers\AppServiceProvider" => true "App\Providers\AuthServiceProvider" => true "App\Providers\EventServiceProvider" => true "App\Providers\RouteServiceProvider" => true "Illuminate\Cache\CacheServiceProvider" => true "Illuminate\Hashing\HashServiceProvider" => true ] #deferredServices: array:98 [▼ "Illuminate\Broadcasting\BroadcastManager" => "Illuminate\Broadcasting\BroadcastServiceProvider" "Illuminate\Contracts\Broadcasting\Factory" => "Illuminate\Broadcasting\BroadcastServiceProvider" "Illuminate\Contracts\Broadcasting\Broadcaster" => "Illuminate\Broadcasting\BroadcastServiceProvider" "Illuminate\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider" "Illuminate\Contracts\Bus\Dispatcher" => "Illuminate\Bus\BusServiceProvider" "Illuminate\Contracts\Bus\QueueingDispatcher" => "Illuminate\Bus\BusServiceProvider" "cache" => "Illuminate\Cache\CacheServiceProvider" "memcached.connector" => "Illuminate\Cache\CacheServiceProvider" "command.cache.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.cache.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.clear-compiled" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.auth.resets.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.config.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.config.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.down" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.environment" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.key.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate.fresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate.install" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate.refresh" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate.reset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate.rollback" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate.status" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.package.discover" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.preset" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.failed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.flush" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.forget" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.listen" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.restart" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.retry" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.work" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.route.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.route.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.route.list" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.seed" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "Illuminate\Console\Scheduling\ScheduleFinishCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "Illuminate\Console\Scheduling\ScheduleRunCommand" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.storage.link" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.up" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.view.cache" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.view.clear" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.app.name" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.auth.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.cache.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.channel.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.console.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.controller.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.event.generate" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.event.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.exception.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.factory.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.job.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.listener.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.mail.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.middleware.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.migrate.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.model.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.notification.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.notification.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.policy.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.provider.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.failed-table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.queue.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.request.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.resource.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.rule.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.seeder.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.session.table" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.serve" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.test.make" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "command.vendor.publish" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "migrator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "migration.repository" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "migration.creator" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "composer" => "Illuminate\Foundation\Providers\ConsoleSupportServiceProvider" "hash.driver" => "Illuminate\Hashing\HashServiceProvider" "mailer" => "Illuminate\Mail\MailServiceProvider" "swift.mailer" => "Illuminate\Mail\MailServiceProvider" "swift.transport" => "Illuminate\Mail\MailServiceProvider" "Illuminate\Mail\Markdown" => "Illuminate\Mail\MailServiceProvider" "Illuminate\Contracts\Pipeline\Hub" => "Illuminate\Pipeline\PipelineServiceProvider" "queue" => "Illuminate\Queue\QueueServiceProvider" "queue.worker" => "Illuminate\Queue\QueueServiceProvider" "queue.listener" => "Illuminate\Queue\QueueServiceProvider" "queue.failer" => "Illuminate\Queue\QueueServiceProvider" "queue.connection" => "Illuminate\Queue\QueueServiceProvider" "redis" => "Illuminate\Redis\RedisServiceProvider" "redis.connection" => "Illuminate\Redis\RedisServiceProvider" "auth.password" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider" "auth.password.broker" => "Illuminate\Auth\Passwords\PasswordResetServiceProvider" "translator" => "Illuminate\Translation\TranslationServiceProvider" "translation.loader" => "Illuminate\Translation\TranslationServiceProvider" "validator" => "Illuminate\Validation\ValidationServiceProvider" "validation.presence" => "Illuminate\Validation\ValidationServiceProvider" "command.tinker" => "Laravel\Tinker\TinkerServiceProvider" "NunoMaduro\Collision\Contracts\Provider" => "NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider" ] #databasePath: null #storagePath: null #environmentPath: null #environmentFile: ".env" #namespace: null #resolved: array:49 [▼ "events" => true "router" => true "App\Http\Kernel" => true "Illuminate\Contracts\Http\Kernel" => true "Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables" => true "Illuminate\Foundation\Bootstrap\LoadConfiguration" => true "Illuminate\Foundation\Bootstrap\HandleExceptions" => true "env" => true "Illuminate\Foundation\Bootstrap\RegisterFacades" => true "Illuminate\Foundation\Bootstrap\RegisterProviders" => true "Illuminate\Foundation\Bootstrap\BootProviders" => true "db.factory" => true "db" => true "view.engine.resolver" => true "files" => true "view.finder" => true "view" => true "auth" => true "Illuminate\Contracts\Auth\Access\Gate" => true "url" => true "Asm89\Stack\CorsService" => true "Barryvdh\Cors\HandlePreflight" => true "Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode" => true "Illuminate\Foundation\Http\Middleware\ValidatePostSize" => true "App\Http\Middleware\TrimStrings" => true "Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull" => true "App\Http\Middleware\TrustProxies" => true "App\Exceptions\Handler" => true "Illuminate\Contracts\Debug\ExceptionHandler" => true "log" => true "tymon.jwt.provider.jwt.lcobucci" => true "tymon.jwt.provider.jwt" => true "cache" => true "cache.store" => true "Tymon\JWTAuth\Providers\Storage\Illuminate" => true "tymon.jwt.provider.storage" => true "tymon.jwt.blacklist" => true "tymon.jwt.claim.factory" => true "tymon.jwt.validators.payload" => true "tymon.jwt.payload.factory" => true "tymon.jwt.manager" => true "tymon.jwt.parser" => true "tymon.jwt" => true "hash" => true "session" => true "session.store" => true "redirect" => true "Illuminate\Contracts\Routing\ResponseFactory" => true "blade.compiler" => true ] #bindings: array:59 [▼ "events" => array:2 [▼ "concrete" => Closure {#7 ▶} "shared" => true ] "log" => array:2 [▼ "concrete" => Closure {#9 ▶} "shared" => true ] "router" => array:2 [▼ "concrete" => Closure {#11 ▶} "shared" => true ] "url" => array:2 [▼ "concrete" => Closure {#12 ▶} "shared" => true ] "redirect" => array:2 [▼ "concrete" => Closure {#13 ▶} "shared" => true ] "Psr\Http\Message\ServerRequestInterface" => array:2 [▼ "concrete" => Closure {#14 ▶} "shared" => false ] "Psr\Http\Message\ResponseInterface" => array:2 [▼ "concrete" => Closure {#15 ▶} "shared" => false ] "Illuminate\Contracts\Routing\ResponseFactory" => array:2 [▶] "Illuminate\Routing\Contracts\ControllerDispatcher" => array:2 [▶] "Illuminate\Contracts\Http\Kernel" => array:2 [▶] "Illuminate\Contracts\Console\Kernel" => array:2 [▶] "Illuminate\Contracts\Debug\ExceptionHandler" => array:2 [▶] "env" => array:2 [▶] "auth" => array:2 [▶] "auth.driver" => array:2 [▶] "Illuminate\Contracts\Auth\Authenticatable" => array:2 [▶] "Illuminate\Contracts\Auth\Access\Gate" => array:2 [▶] "cookie" => array:2 [▶] "db.factory" => array:2 [▶] "db" => array:2 [▶] "db.connection" => array:2 [▶] "Faker\Generator" => array:2 [▶] "Illuminate\Database\Eloquent\Factory" => array:2 [▶] "Illuminate\Contracts\Queue\EntityResolver" => array:2 [▶] "encrypter" => array:2 [▶] "files" => array:2 [▶] "filesystem" => array:2 [▶] "filesystem.disk" => array:2 [▶] "filesystem.cloud" => array:2 [▶] "Illuminate\Notifications\ChannelManager" => array:2 [▶] "session" => array:2 [▶] "session.store" => array:2 [▶] "Illuminate\Session\Middleware\StartSession" => array:2 [▶] "view" => array:2 [▶] "view.finder" => array:2 [▶] "view.engine.resolver" => array:2 [▶] "Asm89\Stack\CorsService" => array:2 [▶] "command.l5-swagger.generate" => array:2 [▶] "tymon.jwt.provider.jwt.namshi" => array:2 [▶] "tymon.jwt.provider.jwt.lcobucci" => array:2 [▶] "tymon.jwt.provider.jwt" => array:2 [▶] "tymon.jwt.provider.auth" => array:2 [▶] "tymon.jwt.provider.storage" => array:2 [▶] "tymon.jwt.blacklist" => array:2 [▶] "tymon.jwt.manager" => array:2 [▶] "tymon.jwt.parser" => array:2 [▶] "tymon.jwt" => array:2 [▶] "tymon.jwt.auth" => array:2 [▶] "tymon.jwt.validators.payload" => array:2 [▶] "tymon.jwt.claim.factory" => array:2 [▶] "tymon.jwt.payload.factory" => array:2 [▶] "tymon.jwt.secret" => array:2 [▶] "blade.compiler" => array:2 [▶] "auth.loaded" => array:2 [▶] "cache" => array:2 [▶] "cache.store" => array:2 [▶] "memcached.connector" => array:2 [▶] "hash" => array:2 [▶] "hash.driver" => array:2 [▶] ] #methodBindings: [] #instances: array:48 [▼ "path" => "/data/training/hands-on/sourcecode/Chapter11/Server/app" "path.base" => "/data/training/hands-on/sourcecode/Chapter11/Server" "path.lang" => "/data/training/hands-on/sourcecode/Chapter11/Server/resources/lang" "path.config" => "/data/training/hands-on/sourcecode/Chapter11/Server/config" "path.public" => "/data/training/hands-on/sourcecode/Chapter11/Server/public" "path.storage" => "/data/training/hands-on/sourcecode/Chapter11/Server/storage" "path.database" => "/data/training/hands-on/sourcecode/Chapter11/Server/database" "path.resources" => "/data/training/hands-on/sourcecode/Chapter11/Server/resources" "path.bootstrap" => "/data/training/hands-on/sourcecode/Chapter11/Server/bootstrap" "app" => Application {#2} "Illuminate\Container\Container" => Application {#2} "Illuminate\Foundation\PackageManifest" => PackageManifest {#4 ▶} "events" => Dispatcher {#26 ▶} "router" => Router {#25 ▶} "Illuminate\Contracts\Http\Kernel" => Kernel {#29 ▶} "request" => Request {#42 ▶} "config" => Repository {#24 ▼ #items: array:17 [▼ "app" => array:11 [▼ "name" => "Laravel" "env" => "production" "debug" => false "url" => "http://localhost" "timezone" => "UTC" "locale" => "en" "fallback_locale" => "en" "key" => null "cipher" => "AES-256-CBC" "providers" => array:27 [▶] "aliases" => array:33 [▶] ] "auth" => array:4 [▼ "defaults" => array:2 [▼ "guard" => "api" "passwords" => "users" ] "guards" => array:2 [▼ "web" => array:2 [ …2] "api" => array:2 [ …2] ] "providers" => array:1 [▼ "users" => array:2 [ …2] ] "passwords" => array:1 [▼ "users" => array:3 [ …3] ] ] "broadcasting" => array:2 [▼ "default" => "null" "connections" => array:4 [▶] ] "cache" => array:3 [▶] "database" => array:4 [▶] "filesystems" => array:3 [▶] "hashing" => array:1 [▶] "jwt" => array:13 [▶] "l5-swagger" => array:11 [▶] "logging" => array:2 [▶] "mail" => array:9 [▶] "queue" => array:3 [▶] "services" => array:4 [▶] "session" => array:15 [▶] "view" => array:2 [▶] "cors" => array:7 [▶] "trustedproxy" => array:2 [▶] ] } "db.factory" => ConnectionFactory {#39 ▶} "db" => DatabaseManager {#21 ▶} "view.engine.resolver" => EngineResolver {#109 ▶} "files" => Filesystem {#115} "view" => Factory {#116 ▶} "auth" => AuthManager {#123 ▶} "Illuminate\Contracts\Auth\Access\Gate" => Gate {#126 ▶} "routes" => RouteCollection {#28 ▶} "url" => UrlGenerator {#129 ▶} "Asm89\Stack\CorsService" => CorsService {#173 ▶} "Illuminate\Routing\Route" => Route {#157 ▶} "Illuminate\Contracts\Debug\ExceptionHandler" => Handler {#224 ▶} "log" => LogManager {#223 ▶} "tymon.jwt.provider.jwt.lcobucci" => Lcobucci {#226 ▶} "tymon.jwt.provider.jwt" => Lcobucci {#226 ▶} "cache" => CacheManager {#242 ▶} "cache.store" => Repository {#244 ▶} "tymon.jwt.provider.storage" => Illuminate {#245 ▶} "tymon.jwt.blacklist" => Blacklist {#234 ▶} "tymon.jwt.claim.factory" => Factory {#236 ▶} "tymon.jwt.validators.payload" => PayloadValidator {#246 ▶} "tymon.jwt.payload.factory" => Factory {#237 ▶} "tymon.jwt.manager" => Manager {#225 ▶} "tymon.jwt.parser" => Parser {#248 ▶} "tymon.jwt" => JWT {#219 ▶} "hash" => HashManager {#259 ▶} "session" => SessionManager {#276 ▶} "session.store" => Store {#271 ▶} "redirect" => Redirector {#274 ▶} "Illuminate\Contracts\Routing\ResponseFactory" => ResponseFactory {#272 ▶} "blade.compiler" => BladeCompiler {#277 ▶} ] #aliases: array:77 [▼ "Illuminate\Foundation\Application" => "app" "Illuminate\Contracts\Container\Container" => "app" "Illuminate\Contracts\Foundation\Application" => "app" "Psr\Container\ContainerInterface" => "app" "Illuminate\Auth\AuthManager" => "auth" "Illuminate\Contracts\Auth\Factory" => "auth" "Illuminate\Contracts\Auth\Guard" => "auth.driver" "Illuminate\View\Compilers\BladeCompiler" => "blade.compiler" "Illuminate\Cache\CacheManager" => "cache" "Illuminate\Contracts\Cache\Factory" => "cache" "Illuminate\Cache\Repository" => "cache.store" "Illuminate\Contracts\Cache\Repository" => "cache.store" "Illuminate\Config\Repository" => "config" "Illuminate\Contracts\Config\Repository" => "config" "Illuminate\Cookie\CookieJar" => "cookie" "Illuminate\Contracts\Cookie\Factory" => "cookie" "Illuminate\Contracts\Cookie\QueueingFactory" => "cookie" "Illuminate\Encryption\Encrypter" => "encrypter" "Illuminate\Contracts\Encryption\Encrypter" => "encrypter" "Illuminate\Database\DatabaseManager" => "db" "Illuminate\Database\Connection" => "db.connection" "Illuminate\Database\ConnectionInterface" => "db.connection" "Illuminate\Events\Dispatcher" => "events" "Illuminate\Contracts\Events\Dispatcher" => "events" "Illuminate\Filesystem\Filesystem" => "files" "Illuminate\Filesystem\FilesystemManager" => "filesystem" "Illuminate\Contracts\Filesystem\Factory" => "filesystem" "Illuminate\Contracts\Filesystem\Filesystem" => "filesystem.disk" "Illuminate\Contracts\Filesystem\Cloud" => "filesystem.cloud" "Illuminate\Hashing\HashManager" => "hash" "Illuminate\Contracts\Hashing\Hasher" => "hash.driver" "Illuminate\Translation\Translator" => "translator" "Illuminate\Contracts\Translation\Translator" => "translator" "Illuminate\Log\LogManager" => "log" "Psr\Log\LoggerInterface" => "log" "Illuminate\Mail\Mailer" => "mailer" "Illuminate\Contracts\Mail\Mailer" => "mailer" "Illuminate\Contracts\Mail\MailQueue" => "mailer" "Illuminate\Auth\Passwords\PasswordBrokerManager" => "auth.password" "Illuminate\Contracts\Auth\PasswordBrokerFactory" => "auth.password" "Illuminate\Auth\Passwords\PasswordBroker" => "auth.password.broker" "Illuminate\Contracts\Auth\PasswordBroker" => "auth.password.broker" "Illuminate\Queue\QueueManager" => "queue" "Illuminate\Contracts\Queue\Factory" => "queue" "Illuminate\Contracts\Queue\Monitor" => "queue" "Illuminate\Contracts\Queue\Queue" => "queue.connection" "Illuminate\Queue\Failed\FailedJobProviderInterface" => "queue.failer" "Illuminate\Routing\Redirector" => "redirect" "Illuminate\Redis\RedisManager" => "redis" "Illuminate\Contracts\Redis\Factory" => "redis" "Illuminate\Http\Request" => "request" "Symfony\Component\HttpFoundation\Request" => "request" "Illuminate\Routing\Router" => "router" "Illuminate\Contracts\Routing\Registrar" => "router" "Illuminate\Contracts\Routing\BindingRegistrar" => "router" "Illuminate\Session\SessionManager" => "session" "Illuminate\Session\Store" => "session.store" "Illuminate\Contracts\Session\Session" => "session.store" "Illuminate\Routing\UrlGenerator" => "url" "Illuminate\Contracts\Routing\UrlGenerator" => "url" "Illuminate\Validation\Factory" => "validator" "Illuminate\Contracts\Validation\Factory" => "validator" "Illuminate\View\Factory" => "view" "Illuminate\Contracts\View\Factory" => "view" "Illuminate\Contracts\Notifications\Dispatcher" => "Illuminate\Notifications\ChannelManager" "Illuminate\Contracts\Notifications\Factory" => "Illuminate\Notifications\ChannelManager" "Tymon\JWTAuth\JWT" => "tymon.jwt" "Tymon\JWTAuth\JWTAuth" => "tymon.jwt.auth" "Tymon\JWTAuth\Contracts\Providers\JWT" => "tymon.jwt.provider.jwt" "Tymon\JWTAuth\Providers\JWT\Namshi" => "tymon.jwt.provider.jwt.namshi" "Tymon\JWTAuth\Providers\JWT\Lcobucci" => "tymon.jwt.provider.jwt.lcobucci" "Tymon\JWTAuth\Contracts\Providers\Auth" => "tymon.jwt.provider.auth" "Tymon\JWTAuth\Contracts\Providers\Storage" => "tymon.jwt.provider.storage" "Tymon\JWTAuth\Manager" => "tymon.jwt.manager" "Tymon\JWTAuth\Blacklist" => "tymon.jwt.blacklist" "Tymon\JWTAuth\Factory" => "tymon.jwt.payload.factory" "Tymon\JWTAuth\Validators\PayloadValidator" => "tymon.jwt.validators.payload" ] #abstractAliases: array:47 [▼ "app" => array:4 [▶] "auth" => array:2 [▶] "auth.driver" => array:1 [▶] "blade.compiler" => array:1 [▶] "cache" => array:2 [▶] "cache.store" => array:2 [▶] "config" => array:2 [▶] "cookie" => array:3 [▶] "encrypter" => array:2 [▶] "db" => array:1 [▶] "db.connection" => array:2 [▶] "events" => array:2 [▶] "files" => array:1 [▶] "filesystem" => array:2 [▶] "filesystem.disk" => array:1 [▶] "filesystem.cloud" => array:1 [▶] "hash" => array:1 [▶] "hash.driver" => array:1 [▶] "translator" => array:2 [▶] "log" => array:2 [▶] "mailer" => array:3 [▶] "auth.password" => array:2 [▶] "auth.password.broker" => array:2 [▶] "queue" => array:3 [▶] "queue.connection" => array:1 [▶] "queue.failer" => array:1 [▶] "redirect" => array:1 [▶] "redis" => array:2 [▶] "request" => array:2 [▶] "router" => array:3 [▶] "session" => array:1 [▶] "session.store" => array:2 [▶] "url" => array:2 [▶] "validator" => array:2 [▶] "view" => array:2 [▶] "Illuminate\Notifications\ChannelManager" => array:2 [▶] "tymon.jwt" => array:1 [▶] "tymon.jwt.auth" => array:1 [▶] "tymon.jwt.provider.jwt" => array:1 [▶] "tymon.jwt.provider.jwt.namshi" => array:1 [▶] "tymon.jwt.provider.jwt.lcobucci" => array:1 [▶] "tymon.jwt.provider.auth" => array:1 [▶] "tymon.jwt.provider.storage" => array:1 [▶] "tymon.jwt.manager" => array:1 [▶] "tymon.jwt.blacklist" => array:1 [▶] "tymon.jwt.payload.factory" => array:1 [▶] "tymon.jwt.validators.payload" => array:1 [▶] ] #extenders: [] #tags: [] #buildStack: array:1 [▶] #with: array:2 [▶] +contextual: [] #reboundCallbacks: array:2 [▶] #globalResolvingCallbacks: [] #globalAfterResolvingCallbacks: [] #resolvingCallbacks: array:1 [▶] #afterResolvingCallbacks: array:1 [▶] }