Redirect
extends Model
in package
uses
HasFactory
Table of Contents
Properties
- $from : string
- $permanent : bool
- $to : string
- $visits : int
Methods
- allCached() : mixed
- logVisit() : mixed
- registerRoutes() : mixed
- boot() : mixed
Properties
$from
public
string
$from
$permanent
public
bool
$permanent
$to
public
string
$to
$visits
public
int
$visits
Methods
allCached()
public
static allCached() : mixed
logVisit()
public
logVisit() : mixed
registerRoutes()
public
static registerRoutes() : mixed
boot()
protected
static boot() : mixed