Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. root@server:/home/apps/myapp# composer install
  2. Loading composer repositories with package information
  3. Installing dependencies (including require-dev)
  4. - Installing laravel/framework (dev-bugfix dev-bugfix)
  5. Cloning dev-bugfix
  6.  
  7. - Installing symfony/polyfill-mbstring (v1.0.1)
  8. Loading from cache
  9.  
  10. - Installing symfony/var-dumper (v2.8.1)
  11. Loading from cache
  12.  
  13. - Installing psr/log (1.0.0)
  14. Loading from cache
  15.  
  16. - Installing maximebf/debugbar (v1.10.5)
  17. Loading from cache
  18.  
  19. - Installing symfony/finder (v2.8.1)
  20. Loading from cache
  21.  
  22. - Installing illuminate/support (v4.2.17)
  23. Loading from cache
  24.  
  25. - Installing barryvdh/laravel-debugbar (v1.8.7)
  26. Loading from cache
  27.  
  28. symfony/var-dumper suggests installing ext-symfony_debug ()
  29. maximebf/debugbar suggests installing kriswallsmith/assetic (The best way to manage assets)
  30. maximebf/debugbar suggests installing monolog/monolog (Log using Monolog)
  31. maximebf/debugbar suggests installing predis/predis (Redis storage)
  32. Writing lock file
  33. Generating autoload files
  34. > php artisan clear-compiled
  35. PHP Fatal error: Class 'Patchwork\Utf8\Bootup' not found in /home/apps/myapp/bootstrap/autoload.php on line 46
  36. Script php artisan clear-compiled handling the post-install-cmd event returned with an error
  37.  
  38.  
  39.  
  40. [RuntimeException]
  41. Error Output: PHP Fatal error: Class 'Patchwork\Utf8\Bootup' not found in /home/apps/myapp/boots
  42. trap/autoload.php on line 46
  43.  
  44.  
  45.  
  46. install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--ignore-platform-reqs] [--] [<packages>]...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement