Support\Debug

Illuminate\Support\Debug Classes Dumper HtmlDumper

BelongsTo::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

HttpResponseException::getResponse()

Response getResponse() Get the underlying response instance. Return Value Response

MorphMany::firstOrCreate()

Model firstOrCreate(array $attributes) Get the first related record matching the attributes or create it. Parameters array $attributes Return Value Model

EnvironmentCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

ComposerServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

ComposerServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

ComposerServiceProvider

ComposerServiceProvider class ComposerServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array

HasManyThrough::getResults()

mixed getResults() Get the results of the relationship. Return Value mixed

CacheManager::setDefaultDriver()

void setDefaultDriver(string $name) Set the default cache driver name. Parameters string $name Return Value void