Path
final class Path
Path class can help to get the various paths like root folder, stub folder, model folder and so on.
Methods
static string
stub()
Get stubs
folder path.
static string
model()
Get Models
folder path.
static string
seeder()
Get seeders
folder path.
static string
factory()
Get factory
folder path.
static string
database()
Get database
folder path.
static string
migration()
Get migration
folder path.
static string
resource()
Get resource
folder path.
static string
root()
Get root
folder path.
static string
testBootstrap()
Get tests/Bootstrap
folder path.
static string
testgen()
Get tests/Generate
folder path.
static string
testExpected()
Get tests/Expected
folder path.
Details
at line 17
static string
stub()
Get stubs
folder path.
at line 29
static string
model()
Get Models
folder path.
at line 41
static string
seeder()
Get seeders
folder path.
at line 53
static string
factory()
Get factory
folder path.
at line 65
static string
database()
Get database
folder path.
at line 77
static string
migration()
Get migration
folder path.
at line 89
static string
resource()
Get resource
folder path.
at line 99
static string
root()
Get root
folder path.
at line 109
static string
testBootstrap()
Get tests/Bootstrap
folder path.
at line 121
static string
testgen()
internal | Don't use this method except testing. |
Get tests/Generate
folder path.
at line 133
static string
testExpected()
internal | Don't use this method except testing. |
Get tests/Expected
folder path.