MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / isLaravelProject

Method isLaravelProject

src/main/base/FileSystem.ts:191–194  ·  view source on GitHub ↗
(folderPath: string)

Source from the content-addressed store, hash-verified

189 }
190
191 isLaravelProject(folderPath: string) {
192 return this.fileExists(path.join(folderPath, 'artisan'))
193 && this.fileExists(path.join(folderPath, 'composer.json'))
194 }
195
196 manipulateFile(filePath: string, callback: Function): FileSystem {
197 let fileContent = this.readFile(filePath)

Callers 1

folderIsRestrictMethod · 0.95

Calls 2

fileExistsMethod · 0.95
joinMethod · 0.80

Tested by

no test coverage detected