Grammar::wrapTable()

string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. Parameters Expression|string $table Return Value string

CommandsServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

BelongsToMany::__construct()

void __construct(Builder $query, Model $parent, string $table, string $foreignKey, string $otherKey, string $relationName = null) Create a new belongs to many relationship instance. Parameters Builder $query Model $parent string $table string $foreignKey string $otherKey string $relationName Return Value void

ClearCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Pivot::append()

$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this

Auth::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

MorphTo::createdAt()

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

EntityNotFoundException

EntityNotFoundException class EntityNotFoundException extends InvalidArgumentException (View source) Methods void __construct(string $type, mixed $id) Create a new exception instance.

ReminderServiceProvider

ReminderServiceProvider class ReminderServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void boot() Bootstrap the application events. from ServiceProvider void register() Register the service provider. void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. from ServiceProvider string guessPackagePath

TestCase::deleteJson()

$this deleteJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a DELETE request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this