Log::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

Log::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Log::alert()

void alert(string $message, array $context = array()) Log an alert message to the logs. Parameters string $message array $context Return Value void

Log

Log class Log extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved in

Log

Log interface Log (View source) Methods void alert(string $message, array $context = array()) Log an alert message to the logs. void critical(string $message, array $context = array()) Log a critical message to the logs. void error(string $message, array $context = array()) Log an error message to the logs. void warning(string $message, array $context = array()) Log a warning message to the logs. void notice(string $message, array $context = array()) Log a notice to th

Log

Illuminate\Log Classes LogServiceProvider Writer

Lockout::__construct()

void __construct(Request $request) Create a new event instance. Parameters Request $request Return Value void

Lockout

Lockout class Lockout (View source) Properties Request $request The throttled request.

Localization

Localization Introduction Retrieving Language Lines Replacing Parameters In Language Lines Pluralization Overriding Package Language Files Introduction Laravel's localization features provide a convenient way to retrieve strings in various languages, allowing you to easily support multiple languages within your application. Language strings are stored in files within the resources/lang directory. Within this directory there should be a subdirectory for each language supported by the applica

LoaderInterface::load()

array load(string $environment, string $group, string $namespace = null) Load the given configuration group. Parameters string $environment string $group string $namespace Return Value array