Blueprint::timestamps()

void timestamps() Add nullable creation and update timestamps to the table. Return Value void

HasOneOrMany::addEagerConstraints()

void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void

OptimizeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

DB::clearResolvedInstances()

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

Authorizable::cant()

bool cant(string $ability, array|mixed $arguments = array()) Determine if the entity does not have a given ability. Parameters string $ability array|mixed $arguments Return Value bool

StatusCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

ServiceProvider

ServiceProvider class ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. void commands(array|mixed $commands) Register the package's custom Artisan commands. array provides() Get the services provided by the provider. array when() Get the events that trigger this service provider to register. bool isDefe

Mailer::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

SqlServerGrammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

Request::bearerToken()

string|null bearerToken() Get the bearer token from the request headers. Return Value string|null