BroadcastServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

BroadcastServiceProvider::compiles()

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

Application::resourcePath()

string resourcePath() Get the path to the resources directory. Return Value string

FileSessionHandler

FileSessionHandler class FileSessionHandler implements SessionHandlerInterface (View source) Methods void __construct(Filesystem $files, string $path, int $minutes) Create a new file driven handler instance. open($savePath, $sessionName) {@inheritdoc} close() {@inheritdoc} read($sessionId) {@inheritdoc} write($sessionId, $data) {@inheritdoc} destroy($sessionId) {@inheritdoc} gc($lifetime) {@inheritdoc}

ConsoleMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

Migrator::getMigrationName()

string getMigrationName(string $path) Get the name of the migration. Parameters string $path Return Value string

ClearCompiledCommand::argument()

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

Filesystem::files()

array files(string|null $directory = null, bool $recursive = false) Get an array of all files in a directory. Parameters string|null $directory bool $recursive Return Value array

Event::at()

$this at(string $time) Schedule the command at a given time. Parameters string $time Return Value $this

ClassLoader

ClassLoader class ClassLoader (View source) Methods static bool load(string $class) Load the given class file. static string normalizeClass(string $class) Get the normal file name for a class. static void register() Register the given class loader on the auto-loader stack. static void addDirectories(string|array $directories) Add directories to the class loader. static void removeDirectories(string|array $directories = null) Remove directories from the class loader.