Connection::affectingStatement()

int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int

Connection::beginTransaction()

void beginTransaction() Start a new database transaction. Return Value void Exceptions Exception

ConfirmableTrait::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

Connection

Connection class Connection implements ConnectionInterface (View source) Traits DetectsDeadlocks DetectsLostConnections

ConfigureLogging::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

ConfirmableTrait

ConfirmableTrait trait ConfirmableTrait (View source) Methods bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action.

ConfigureLogging

ConfigureLogging class ConfigureLogging (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

Configuration

Configuration Introduction Accessing Configuration Values Environment Configuration Determining The Current Environment Configuration Caching Maintenance Mode Introduction All of the configuration files for the Laravel framework are stored in the config directory. Each option is documented, so feel free to look through the files and get familiar with the options available to you.

ConfigPublisher::setPackagePath()

void setPackagePath(string $packagePath) Set the default package path. Parameters string $packagePath Return Value void

ConfigPublisher::publish()

bool publish(string $package, string $source) Publish configuration files from a given path. Parameters string $package string $source Return Value bool