MessageProvider

MessageProvider interface MessageProvider (View source) Methods MessageBag getMessageBag() Get the messages for the instance.

Event::twiceDaily()

$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to run twice daily. Parameters int $first int $second Return Value $this

Model::getGlobalScopes()

array getGlobalScopes() Get the global scopes for this class instance. Return Value array

MorphToMany::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string

DatabaseNotification::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

ConsoleServiceProvider

ConsoleServiceProvider class ConsoleServiceProvider 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 p

NotIn::__toString()

string __toString() Convert the rule to a validation string. Return Value string

Builder::orderBy()

$this orderBy(string $column, string $direction = 'asc') Add an "order by" clause to the query. Parameters string $column string $direction Return Value $this

MorphToMany::getOtherKey()

string getOtherKey() Get the fully qualified "other key" for the relation. Return Value string

Factory::yieldContent()

string yieldContent(string $section, string $default = '') Get the string contents of a section. Parameters string $section string $default Return Value string