ResolverInterface
interface ResolverInterface (View source)
Resolver interface.
Methods
string
fake()
Get the row string form database factory, then return the string for Seeder class.
string
migration()
Get the row string for migration file, then return the string for migration class.
string|null
nova()
Get the row string for Nova resource file, then return the string for Nova resource class.
string|null
cast()
Get the row string for cast file, then return the string for cast class.
Details
string
fake()
Get the row string form database factory, then return the string for Seeder class.
string
migration()
Get the row string for migration file, then return the string for migration class.
string|null
nova()
Get the row string for Nova resource file, then return the string for Nova resource class.
string|null
cast()
Get the row string for cast file, then return the string for cast class.