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

BusServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Mailer::send()

void send(string|array $view, array $data = array(), Closure|string $callback = null) Send a new message using a view. Parameters string|array $view array $data Closure|string $callback Return Value void

RemindersControllerCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

Migrator::getRepository()

MigrationRepositoryInterface getRepository() Get the migration repository instance. Return Value MigrationRepositoryInterface

BeanstalkdJob::getRawBody()

string getRawBody() Get the raw body string for the job. Return Value string