Store::__construct()

void __construct(string $name, SessionHandlerInterface $handler, string|null $id = null) Create a new session instance. Parameters string $name SessionHandlerInterface $handler string|null $id Return Value void

Blueprint::bigInteger()

Fluent bigInteger(string $column, bool $autoIncrement = false, bool $unsigned = false) Create a new big integer (8-byte) column on the table. Parameters string $column bool $autoIncrement bool $unsigned Return Value Fluent

CookieJar::forever()

Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true) Create a cookie that lasts "forever" (five years). Parameters string $name string $value string $path string $domain bool $secure bool $httpOnly Return Value Cookie

BusFake

BusFake class BusFake implements Dispatcher (View source) Methods void assertDispatched(string $command, callable|null $callback = null) Assert if a job was dispatched based on a truth-test callback. void assertNotDispatched(string $command, callable|null $callback = null) Determine if a job was dispatched based on a truth-test callback. Collection dispatched(string $command, callable|null $callback = null) Get all of the jobs matching a truth-test callback. bool hasDispatc

JoinClause::increment()

int increment(string $column, int $amount = 1, array $extra = array()) Increment a column's value by a given amount. Parameters string $column int $amount array $extra Return Value int

CookieServiceProvider

CookieServiceProvider class CookieServiceProvider 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 pro

RoutesCommand

RoutesCommand class RoutesCommand extends Command (View source) Methods void __construct(Router $router) Create a new route command instance. 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 argument(string $k

Kernel::__construct()

void __construct(Application $app, Router $router) Create a new HTTP kernel instance. Parameters Application $app Router $router Return Value void

Login::__construct()

void __construct(Authenticatable $user, bool $remember) Create a new event instance. Parameters Authenticatable $user bool $remember Return Value void

Validator::getPresenceVerifier()

PresenceVerifierInterface getPresenceVerifier() Get the Presence Verifier implementation. Return Value PresenceVerifierInterface Exceptions RuntimeException