Skip to content

Instantly share code, notes, and snippets.

@bobo52310
Created September 7, 2015 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobo52310/5bd63bead3d2026d6c3c to your computer and use it in GitHub Desktop.
Save bobo52310/5bd63bead3d2026d6c3c to your computer and use it in GitHub Desktop.
require kklibs autoloader before laravel autoloader
( ! ) Strict standards: Declaration of Illuminate\Foundation\Application::make() should be compatible with Illuminate\Container\Container::make($abstract, $parameters = Array) in /.amd_mnt/account/users/bobochen/projects/laravel5.1/vendor/laravel/framework/src/Illuminate/Foundation/Application.php on line 21
Call Stack
# Time Memory Function Location
1 0.0006 242784 {main}( ) ../index.php:0
2 1.6541 2538704 require_once( '/.amd_mnt/account/users/bobochen/projects/laravel5.1/bootstrap/app.php' ) ../index.php:36
3 1.6541 2539016 spl_autoload_call ( ) ../index.php:14
4 1.6541 2539072 Composer\Autoload\ClassLoader->loadClass( ) ../index.php:0
5 1.6541 2539072 Composer\Autoload\includeFile( ) ../ClassLoader.php:301
6 1.6542 2575768 include( '/.amd_mnt/account/users/bobochen/projects/laravel5.1/vendor/laravel/framework/src/Illuminate/Foundation/Application.php' ) ../ClassLoader.php:412
( ! ) Fatal error: Declaration of Illuminate\Container\Container::resolving() must be compatible with Illuminate\Contracts\Container\Container::resolving($abstract, Closure $callback = NULL) in /.amd_mnt/account/users/bobochen/projects/laravel5.1/vendor/laravel/framework/src/Illuminate/Foundation/Application.php on line 21
Call Stack
# Time Memory Function Location
1 0.0006 242784 {main}( ) ../index.php:0
2 1.6541 2538704 require_once( '/.amd_mnt/account/users/bobochen/projects/laravel5.1/bootstrap/app.php' ) ../index.php:36
3 1.6541 2539016 spl_autoload_call ( ) ../index.php:14
4 1.6541 2539072 Composer\Autoload\ClassLoader->loadClass( ) ../index.php:0
5 1.6541 2539072 Composer\Autoload\includeFile( ) ../ClassLoader.php:301
6 1.6542 2575768 include( '/.amd_mnt/account/users/bobochen/projects/laravel5.1/vendor/laravel/framework/src/Illuminate/Foundation/Application.php' ) ../ClassLoader.php:412
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment