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

Queue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

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

MorphPivot::hasMany()

HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany

DownCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

ApcWrapper

ApcWrapper class ApcWrapper (View source) Methods void __construct() Create a new APC wrapper instance. mixed get(string $key) Get an item from the cache. array|bool put(string $key, mixed $value, int $seconds) Store an item in the cache. int|bool increment(string $key, mixed $value) Increment the value of an item in the cache. int|bool decrement(string $key, mixed $value) Decrement the value of an item in the cache. bool delete(string $key) Remove an item from th

Builder::first()

Model|Builder|null first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value Model|Builder|null

LengthAwarePaginator::resolveCurrentPage()

static int resolveCurrentPage(string $pageName = 'page', int $default = 1) Resolve the current page or return the default value. Parameters string $pageName int $default Return Value int