Builder::addWhereExistsQuery()

$this addWhereExistsQuery(Builder $query, string $boolean = 'and', bool $not = false) Add an exists clause to the query. Parameters Builder $query string $boolean bool $not Return Value $this

AuthenticatesAndRegistersUsers::showRegistrationForm()

Response showRegistrationForm() Show the application registration form. Return Value Response

ConnectionInterface::insert()

bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool

Presenter::getNext()

string getNext(string $text = '»') Get the next page pagination element. Parameters string $text Return Value string

Model::joiningTable()

string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string

Pivot::morphToMany()

MorphToMany morphToMany(string $related, string $name, string $table = null, string $foreignKey = null, string $otherKey = null, bool $inverse = false) Define a polymorphic many-to-many relationship. Parameters string $related string $name string $table string $foreignKey string $otherKey bool $inverse Return Value MorphToMany

UrlGenerator::__construct()

void __construct(RouteCollection $routes, Request $request) Create a new URL Generator instance. Parameters RouteCollection $routes Request $request Return Value void

QueueManager::extend()

void extend(string $driver, Closure $resolver) Add a queue connection resolver. Parameters string $driver Closure $resolver Return Value void

EventServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

DatabaseNotificationCollection::diffKeys()

Collection diffKeys(mixed $items) Get the items in the collection whose keys are not present in the given items. Parameters mixed $items Return Value Collection