Composer::dumpOptimized()

void dumpOptimized() Regenerate the optimized Composer autoloader files. Return Value void

Command::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

RequestMakeCommand::__construct()

void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void

GeneratorCommand::fire()

bool|null fire() Execute the console command. Return Value bool|null

MorphPivot::newCollection()

Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection

CallbackEvent::then()

$this then(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this

GeneratorCommand::comment()

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

MorphTo::initRelation()

array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array

JsonableInterface::toJson()

string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string

Gate::getPolicyFor()

mixed getPolicyFor(object|string $class) Get a policy instance for a given class. Parameters object|string $class Return Value mixed Exceptions InvalidArgumentException