UploadedFile::hashName()

string hashName(string $path = null) Get a filename for the file that is the MD5 hash of the contents. Parameters string $path Return Value string

AuthServiceProvider::provides()

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

ValidationServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

RefreshCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Pivot::getUpdatedAtColumn()

string getUpdatedAtColumn() Get the name of the "updated at" column. Return Value string

Message::getSwiftMessage()

Swift_Message getSwiftMessage() Get the underlying Swift Message instance. Return Value Swift_Message

DatabaseNotification::getDates()

array getDates() Get the attributes that should be converted to dates. Return Value array

Builder::findOrNew()

Model findOrNew(mixed $id, array $columns = array('*')) Find a model by its primary key or return fresh model instance. Parameters mixed $id array $columns Return Value Model

Release Notes

Release Notes Support Policy Laravel 5.3 Laravel 5.2 Laravel 5.1.11 Laravel 5.1.4 Laravel 5.1 Laravel 5.0 Laravel 4.2 Laravel 4.1 Support Policy For LTS releases, such as Laravel 5.1, bug fixes are provided for 2 years and security fixes are provided for 3 years. These releases provide the longest window of support and maintenance. For general releases, bug fixes are provided for 6 months and security fixes are provided for 1 year.

DatabaseNotification::setIncrementing()

$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this