You are here

LaravelInstaller.php in Zircon Profile 8.0

File

vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php
View source
<?php

namespace Composer\Installers;

class LaravelInstaller extends BaseInstaller {
  protected $locations = array(
    'library' => 'libraries/{$name}/',
  );

}

Classes

Namesort descending Description
LaravelInstaller