bool publish(string $name, string $source) Copy all assets from a given path to the publish path. Parameters string $name string $source Return Value bool Exceptions RuntimeException
static Collection make(mixed $items = array()) Create a new collection instance if the value isn't one already. Parameters mixed $items Return Value Collection
static array getValidators() Get the route validators for the instance. Return Value array
array toSql(Connection $connection, Grammar $grammar) Get the raw SQL statements for the blueprint. Parameters Connection $connection Grammar $grammar Return Value array
static void saving(Closure|string $callback, int $priority) Register a saving model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
FileHelpers trait FileHelpers (View source) Methods string path() Get the fully qualified path to the file. string extension() Get the file's extension. string clientExtension() Get the file's extension supplied by the client. string hashName(string $path = null) Get a filename for the file that is the MD5 hash of the contents.
bool validateNewPassword(array $credentials) Determine if the passwords match for the request. Parameters array $credentials Return Value bool
void register() Register the service provider. Return Value void
array raw(string $class, array $attributes = array(), string $name = 'default') Get the raw attribute array for a given model. Parameters string $class array $attributes string $name Return Value array
static string random(int $length = 16) Generate a more truly "random" alpha-numeric string. Parameters int $length Return Value string
Page 875 of 996