Event::evenInMaintenanceMode()

$this evenInMaintenanceMode() State that the command should run even in maintenance mode. Return Value $this

Pivot::cacheMutatedAttributes()

static void cacheMutatedAttributes(string $class) Extract and cache all the mutated attributes of a class. Parameters string $class Return Value void

Lockout::__construct()

void __construct(Request $request) Create a new event instance. Parameters Request $request Return Value void

ScheduleServiceProvider

ScheduleServiceProvider class ScheduleServiceProvider 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

Gate::getPolicyFor()

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

TestMakeCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

AuthenticatesAndRegistersUsers::redirectPath()

string redirectPath() Get the post register / login redirect path. Return Value string

Action::__construct()

void __construct(string $text, string $url) Create a new action instance. Parameters string $text string $url Return Value void

Command::question()

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

MorphToMany::saveMany()

array saveMany(Collection|array $models, array $joinings = array()) Save an array of new models and attach them to the parent model. Parameters Collection|array $models array $joinings Return Value array