HasMany::save()

Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model

MiddlewareMakeCommand::__construct()

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

ScopeInterface deprecated::apply()

void apply(Builder $builder, Model $model) Apply the scope to a given Eloquent query builder. Parameters Builder $builder Model $model Return Value void

CacheManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

Model::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed

TaggedCache::__construct()

void __construct(Store $store, TagSet $tags) Create a new tagged cache instance. Parameters Store $store TagSet $tags Return Value void

ApplicationTrait

ApplicationTrait trait ApplicationTrait (View source) Methods $this expectsEvents(array|mixed $events) Specify a list of events that should be fired for the given operation. $this withSession(array $data) Set the session to the given array. void session(array $data) Set the session to the given array. void flushSession() Flush all of the current session data. $this withoutMiddleware() Disable middleware for the test. $this actingAs(Authenticatable $user, string|nu

MessageBag

MessageBag class MessageBag implements Arrayable, Countable, Jsonable, JsonSerializable, MessageBag, MessageProvider (View source) Methods void __construct(array $messages = array()) Create a new message bag instance. array keys() Get the keys present in the message bag. $this add(string $key, string $message) Add a message to the bag. $this merge(MessageProvider|array $messages) Merge a new array of messages into the bag. bool has(string|array $key) Determine if messa

SendsPasswordResetEmails::sendResetLinkEmail()

RedirectResponse sendResetLinkEmail(Request $request) Send a reset link to the given user. Parameters Request $request Return Value RedirectResponse

SessionTableCommand::line()

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