SYMBOL INDEX (41 symbols across 10 files) FILE: src/Commands/PackageNew.php class PackageNew (line 13) | class PackageNew extends Command method handle (line 43) | public function handle() FILE: src/Commands/PackageRemove.php class PackageRemove (line 12) | class PackageRemove extends Command method handle (line 41) | public function handle() FILE: src/Commands/Traits/ChangesComposerJson.php type ChangesComposerJson (line 10) | trait ChangesComposerJson method registerPackage (line 21) | protected function registerPackage($vendor, $package, $relPackagePath) method unregisterPackage (line 63) | protected function unregisterPackage($vendor, $package, $relPackagePath) method loadComposerJson (line 95) | protected function loadComposerJson() method saveComposerJson (line 118) | protected function saveComposerJson($composerJson) method getComposerJsonPath (line 136) | protected function getComposerJsonPath() FILE: src/Commands/Traits/CopiesSkeleton.php type CopiesSkeleton (line 11) | trait CopiesSkeleton method copySkeleton (line 28) | protected function copySkeleton( method copyStubs (line 68) | protected function copyStubs($packagePath, $package, $packageFolderName) method replaceTemplates (line 93) | protected function replaceTemplates($packagePath, $variables) method copyFileWithDirsCreating (line 127) | protected function copyFileWithDirsCreating($src, $dest) method getVariables (line 150) | protected function getVariables( method getPathFromConfig (line 201) | protected function getPathFromConfig($configName, $default) method getComposerKeywords (line 227) | protected function getComposerKeywords($packageWords) FILE: src/Commands/Traits/InteractsWithComposer.php type InteractsWithComposer (line 7) | trait InteractsWithComposer method composerDumpAutoload (line 12) | protected function composerDumpAutoload() method composerUpdatePackage (line 23) | protected function composerUpdatePackage($vendor, $package) method composerRemovePackage (line 34) | protected function composerRemovePackage($vendor, $package) method composerRunCommand (line 44) | protected function composerRunCommand($command) FILE: src/Commands/Traits/InteractsWithGit.php type InteractsWithGit (line 8) | trait InteractsWithGit method cloneRepo (line 19) | protected function cloneRepo($url, $dest, $branch) method initRepo (line 42) | protected function initRepo($repoPath) FILE: src/Commands/Traits/InteractsWithUser.php type InteractsWithUser (line 7) | trait InteractsWithUser method getVendor (line 16) | protected function getVendor($default = '') method getPackage (line 30) | protected function getPackage($default = '') method getVendorFolderName (line 44) | protected function getVendorFolderName($vendor) method getPackageFolderName (line 58) | protected function getPackageFolderName($package) method askUser (line 73) | protected function askUser($question, $defaultValue = '') FILE: src/Commands/Traits/ManipulatesPackageFolder.php type ManipulatesPackageFolder (line 8) | trait ManipulatesPackageFolder method createPackageFolder (line 17) | protected function createPackageFolder($packagePath) method removePackageFolder (line 41) | protected function removePackageFolder($packagePath) FILE: src/Exceptions/RuntimeException.php class RuntimeException (line 5) | class RuntimeException extends \RuntimeException method commandExecutionFailed (line 14) | public static function commandExecutionFailed( method noAccessTo (line 34) | public static function noAccessTo( FILE: src/ServiceProvider.php class ServiceProvider (line 8) | class ServiceProvider extends \Illuminate\Support\ServiceProvider method boot (line 12) | public function boot() method register (line 26) | public function register()