Skip to content

Can not use artisan in laravel 5.1 #3704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 147 commits into from
Closed

Can not use artisan in laravel 5.1 #3704

wants to merge 147 commits into from

Conversation

Hughen
Copy link

@Hughen Hughen commented Mar 24, 2016

After composer update, the artisan has not been worked.
the composer.json is:
{ "require": { "tymon/jwt-auth": "0.5.*" } }
just happend fatal error exception:

PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class App\Console\Kernel does not exist' in /var/www/xxx.com/vendor/laravel/framework/src/Illuminate/Container/Container.php:737
Stack trace:

0 /var/www/xxx.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(737): ReflectionClass->__construct('App\Console\Ker...')

1 /var/www/xxx.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(627): Illuminate\Container\Container->build('App\Console\Ker...', Array)

2 /var/www/xxx.com/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(674): Illuminate\Container\Container->make('App\Console\Ker...', Array)

3 /var/www/xxx.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(216): Illuminate\Foundation\Application->make('App\Console\Ker...', Array)

4 /var/www/xxx.com/vendor/laravel/framework/src/Illuminate/Container/Container.php(734): Illuminate\Container\Container->Illuminate\Container{closure}(Object(Illuminate\Foundation\Appli in /var/www/xxx.com/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 737

And the bootstrap/autoload.php is OK.
I want kown what happend here, and I what I should do to refresh artisan cmd.

Graham Campbell and others added 30 commits June 15, 2015 22:26
> Lists of implements MAY be split across multiple lines, where each subsequent line is indented once. When doing so, the first item in the list MUST be on the next line, and there MUST be only one interface per line.

https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#41-extends-and-implements
PSR-2 formatting of User model?
Redis connection setup in .env
Conflicts:
	config/mail.php
themsaid and others added 29 commits February 28, 2016 17:08
Add language line to the validation "distinct" rule
Add language line for the in_array validation rule
Fixed order of password validation in registration
Can't rely on being able to run php artisan, before updating.
Update of the doc for equals to Model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.