Builder::orWhereNotNull()

Builder|Builder orWhereNotNull(string $column) Add an "or where not null" clause to the query. Parameters string $column Return Value Builder|Builder

EventGenerateCommand

EventGenerateCommand class EventGenerateCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command string|array argu

Validator::getExtensions()

array getExtensions() Get the array of custom validator extensions. Return Value array

Model::created()

static void created(Closure|string $callback, int $priority) Register a created model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

Application::setInstance()

static Container setInstance(Container $container = null) Set the shared instance of the container. Parameters Container $container Return Value Container

DatabaseNotification::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void

DatabaseNotificationCollection::pull()

mixed pull(mixed $key, mixed $default = null) Get and remove an item from the collection. Parameters mixed $key mixed $default Return Value mixed

Store

Store interface Store (View source) Methods mixed get(string|array $key) Retrieve an item from the cache by key. array many(array $keys) Retrieve multiple items from the cache by key. void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. int|bool increment(string $key, mixed $value = 1) Increment th

AuthenticateWithBasicAuth::handle()

mixed handle(Request $request, Closure $next, string|null $guard = null) Handle an incoming request. Parameters Request $request Closure $next string|null $guard Return Value mixed

ContextualBindingBuilder

ContextualBindingBuilder interface ContextualBindingBuilder (View source) Methods $this needs(string $abstract) Define the abstract target that depends on the context. void give(Closure|string $implementation) Define the implementation for the contextual binding.