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.

Paginator::swap()

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

Foundation\Support

Illuminate\Foundation\Support Namespaces Illuminate\Foundation\Support\Providers

Application::starting()

static void starting(Closure $callback) Register a console "starting" bootstrapper. Parameters Closure $callback Return Value void

BusServiceProvider::compiles()

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

RoutesCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

Builder::when()

Builder when(bool $value, Closure $callback, Closure $default = null) Apply the callback's query changes if the given "value" is true. Parameters bool $value Closure $callback Closure $default Return Value Builder

Contracts\Encryption

Illuminate\Contracts\Encryption Classes DecryptException

TranslationServiceProvider::register()

void register() Register the service provider. Return Value void

LengthAwarePaginator::total()

int total() Determine the total number of items in the data store. Return Value int