jeudi 25 février 2016

Upgrading project Laravel 4.2 to 5.0. composer update get error Call to undefined method ... Facade.php on line 210

I'm to try upgrade a projteco from Laravel 4.2 to Laravel 5.0 usin Upgrade Guide

After step for put controllers on app/Http/Controllers, y get a erro when try a composer update

composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
> php artisan clear-compiled
PHP Fatal error:  Call to undefined method Illuminate\Foundation\Application::missing() in /Volumes/iDatos/abkrim/desarrollos/cprsync_v2/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 210

  [Symfony\Component\Debug\Exception\FatalErrorException]                
  Call to undefined method Illuminate\Foundation\Application::missing()                                                                       

Script php artisan clear-compiled handling the post-update-cmd event returned with an error

  [RuntimeException]                                                                                                                                                                                                                     
  Error Output: PHP Fatal error:  Call to undefined method Illuminate\Foundation\Application::missing() in /Volumes/iDatos/abkrim/desarrollos/cprsync_v2/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php on line 210                                                                                                                                           

update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--] [<packages>]...

There're some docs about question, but dont' understand and I think are about other problems.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire