MySqlConnection::unprepared()

bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool

UploadedFile::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

NotificationTableCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

Paginator::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Encryption

Encryption Introduction Configuration Using The Encrypter Introduction Laravel's encrypter uses OpenSSL to provide AES-256 and AES-128 encryption. You are strongly encouraged to use Laravel's built-in encryption facilities and not attempt to roll your own "home grown" encryption algorithms. All of Laravel's encrypted values are signed using a message authentication code (MAC) so that their underlying value can not be modified once encrypted.

Notification::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

SortedMiddleware::flip()

Collection flip() Flip the items in the collection. Return Value Collection

Pipeline::then()

mixed then(Closure $destination) Run the pipeline with a final destination callback. Parameters Closure $destination Return Value mixed

Builder::chunk()

bool chunk(int $count, callable $callback) Chunk the results of the query. Parameters int $count callable $callback Return Value bool

SessionServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array