MessageBag::merge()

$this merge(MessageProvider|array $messages) Merge a new array of messages into the bag. Parameters MessageProvider|array $messages Return Value $this

Filesystem::prepend()

int prepend(string $path, string $data) Prepend to a file. Parameters string $path string $data Return Value int

RedisTaggedCache::pull()

mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. Parameters string $key mixed $default Return Value mixed

ViewServiceProvider

ViewServiceProvider class ViewServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array provide

Validator::getRules()

array getRules() Get the validation rules. Return Value array

DatabaseNotification::usesTimestamps()

bool usesTimestamps() Determine if the model uses timestamps. Return Value bool

Builder::drop()

void drop(string $table) Drop a table from the schema. Parameters string $table Return Value void

QueueServiceProvider

QueueServiceProvider class QueueServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array provides() Get the services provided by the provider.

SqlServerConnection::insert()

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

MySqlConnection::flushQueryLog()

void flushQueryLog() Clear the query log. Return Value void