메소드 |
설명 |
|
__construct ( Illuminate\Contracts\Foundation\Application $app ) |
|
|
eventsAreScanned ( ) : boolean |
Determine if the application events have been scanned. |
|
getScannedEventsPath ( ) : string |
Get the path to the scanned events file. |
|
getScannedModelsPath ( ) : string |
Get the path to the scanned models file. |
|
getScannedRoutesPath ( ) : string |
Get the path to the scanned routes file. |
|
modelsAreScanned ( ) : string |
Determine if the application models have been scanned. |
|
routesAreScanned ( ) : boolean |
Determine if the application routes have been scanned. |
|