mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed
string detectEnvironment(Closure $callback) Detect the application's current environment. Parameters Closure $callback Return Value string
static void deleting(Closure|string $callback, int $priority) Register a deleting model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
UrlRoutable interface UrlRoutable (View source) Methods mixed getRouteKey() Get the value of the model's route key. string getRouteKeyName() Get the route key for the model.
static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void
Builder getRelationCountQuery(Builder $query, Builder $parent) Add the constraints for a relationship count query. Parameters Builder $query Builder $parent Return Value Builder
void __construct(ConnectionResolverInterface $resolver) Create a new database seed command instance. Parameters ConnectionResolverInterface $resolver Return Value void
void boot() Bootstrap the application events. Return Value void
void register() Register the service provider. Return Value void
$this actingAs(Authenticatable $user, string|null $driver = null) Set the currently logged in user for the application. Parameters Authenticatable $user string|null $driver Return Value $this
Page 968 of 996