Connection::beginTransaction()

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

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

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

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

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::bootstrap()

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

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::__construct()

void __construct(Filesystem $files, string $publishPath) Create a new configuration publisher instance. Parameters Filesystem $files string $publishPath Return Value void

ConfigPublisher::setPackagePath()

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