FilesystemAdapter::put()

bool put(string $path, string|resource $contents, string $visibility = null) Write the contents of a file. Parameters string $path string|resource $contents string $visibility Return Value bool

Database\Console\Migrations

Illuminate\Database\Console\Migrations Classes BaseCommand InstallCommand MigrateCommand MigrateMakeCommand RefreshCommand ResetCommand RollbackCommand

AggregateServiceProvider::register()

void register() Register the service provider. Return Value void

VendorPublishCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

RouteCacheCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

Mailable::withSwiftMessage()

$this withSwiftMessage(callable $callback) Register a callback to be called with the Swift message instance. Parameters callable $callback Return Value $this

Model::offsetExists()

bool offsetExists(mixed $offset) Determine if the given attribute exists. Parameters mixed $offset Return Value bool

MakeAuthCommand::__construct()

void __construct() Create a new console command instance. Return Value void

MorphTo::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

Collection::collapse()

Collection collapse() Collapse the collection of items into a single array. Return Value Collection