SqlServerGrammar::compileTableExists()

string compileTableExists() Compile the query to determine if a table exists. Return Value string

Blueprint::getChangedColumns()

array getChangedColumns() Get the columns on the blueprint that should be changed. Return Value array

MorphOne::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

TestMakeCommand::line()

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

Response::withException()

$this withException(Exception $e) Set the exception to attach to the response. Parameters Exception $e Return Value $this

Factory::incrementLoopIndices()

void incrementLoopIndices() Increment the top loop's indices. Return Value void

Collection::every()

Collection every(int $step, int $offset) Create a new collection consisting of every n-th element. Parameters int $step int $offset Return Value Collection

FileViewFinder::addLocation()

void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void

Event::runsInEnvironment()

bool runsInEnvironment(string $environment) Determine if the event runs in the given environment. Parameters string $environment Return Value bool

CacheManager

CacheManager class CacheManager implements Factory (View source) Methods void __construct(Application $app) Create a new Cache manager instance. mixed store(string|null $name = null) Get a cache store instance by name. mixed driver(string $driver = null) Get a cache driver instance. Repository repository(Store $store) Create a new cache repository with the given implementation. string getDefaultDriver() Get the default cache driver name. void setDefaultDriver(stri