RemindersControllerCommand::question()

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

Auth::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

MorphTo::relatedUpdatedAt()

string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string

ViewErrorBag

ViewErrorBag class ViewErrorBag implements Countable (View source) Methods bool hasBag(string $key = 'default') Checks if a named MessageBag exists in the bags. MessageBag getBag(string $key) Get a MessageBag instance from the bags. array getBags() Get all the bags. $this put(string $key, MessageBag $bag) Add a new MessageBag instance to the bags. int count() Get the number of messages in the default bag. mixed __call(string $method, array $parameters) Dynamically

HasManyThrough::paginate()

LengthAwarePaginator paginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page', int $page = null) Get a paginator for the "select" statement. Parameters int $perPage array $columns string $pageName int $page Return Value LengthAwarePaginator

TransportManager::getDrivers()

array getDrivers() Get all of the created "drivers". Return Value array

FileSessionHandler::__construct()

void __construct(Filesystem $files, string $path, int $minutes) Create a new file driven handler instance. Parameters Filesystem $files string $path int $minutes Return Value void

FilesystemManager::cloud()

Filesystem cloud() Get a default cloud filesystem instance. Return Value Filesystem

MakesHttpRequests::seeElement()

$this seeElement(string $selector, array $attributes = array(), bool $negate = false) Assert that an element is present on the page. Parameters string $selector array $attributes bool $negate Return Value $this

CommandsServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void