Response::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

ClearResetsCommand

ClearResetsCommand class ClearResetsCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(stri

Container::offsetUnset()

void offsetUnset(string $key) Unset the value at a given offset. Parameters string $key Return Value void

EngineInterface::get()

string get(string $path, array $data = array()) Get the evaluated contents of the view. Parameters string $path array $data Return Value string

Writer::useDailyFiles()

void useDailyFiles(string $path, int $days, string $level = 'debug') Register a daily file log handler. Parameters string $path int $days string $level Return Value void

MorphPivot::morphMany()

MorphMany morphMany(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-many relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphMany

SQLiteConnection::commit()

void commit() Commit the active database transaction. Return Value void

Notifiable

Notifiable trait Notifiable (View source) Traits HasDatabaseNotifications RoutesNotifications

RequestMakeCommand::option()

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

Config::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed