- composer.jsonのrequireの中身を削除
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
},
- ~/[project]/app/config/app.phpのproviders配列の中身を削除
'providers' => array(
),
- composerアップデート
composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing laravel/framework (v4.2.8)
- Removing classpreloader/classpreloader (1.0.2)
- Removing symfony/filesystem (v2.5.3)
- Removing d11wtq/boris (v1.0.8)
- Removing ircmaxell/password-compat (1.0.3)
- Removing filp/whoops (1.1.2)
- Removing jeremeamia/superclosure (1.0.1)
- Removing nikic/php-parser (v0.9.5)
- Removing monolog/monolog (1.10.0)
- Removing nesbot/carbon (1.11.0)
- Removing patchwork/utf8 (v1.1.25)
- Removing phpseclib/phpseclib (0.3.7)
- Removing predis/predis (v0.8.7)
- Removing stack/builder (v1.0.2)
- Removing swiftmailer/swiftmailer (v5.2.1)
- Removing symfony/browser-kit (v2.5.3)
- Removing symfony/console (v2.5.3)
- Removing symfony/css-selector (v2.5.3)
- Removing symfony/dom-crawler (v2.5.3)
- Removing symfony/finder (v2.5.3)
- Removing symfony/http-kernel (v2.5.3)
- Removing symfony/event-dispatcher (v2.5.3)
- Removing symfony/http-foundation (v2.5.3)
- Removing symfony/debug (v2.5.3)
- Removing psr/log (1.0.0)
- Removing symfony/process (v2.5.3)
- Removing symfony/routing (v2.5.3)
- Removing symfony/security-core (v2.5.3)
- Removing symfony/translation (v2.5.3)
Generating autoload files
- laravelディレクトリ削除