array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array
string compileDrop(Blueprint $blueprint, Fluent $command) Compile a drop table command. Parameters Blueprint $blueprint Fluent $command Return Value string
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
string compileDropColumn(Blueprint $blueprint, Fluent $command) Compile a drop column command. Parameters Blueprint $blueprint Fluent $command Return Value string
MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo
Application getLaravel() Get the Laravel application instance. Return Value Application
$this transform(callable $callback) Transform each item in the collection using a callback. Parameters callable $callback Return Value $this
array getExtensions() Get registered extensions. Return Value array
void removeObservableEvents(array|mixed $observables) Remove an observable event name. Parameters array|mixed $observables Return Value void
void forgetParameter(string $name) Unset a parameter on the route if it is set. Parameters string $name Return Value void
Page 130 of 996