-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove phpspec.yml
Remove unguard call
> 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
Applied fixes from StyleCI
Add language line to the validation "distinct" rule
clearing redundancy
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.
Remove pre-update-cmd
Update of the doc for equals to Model
Ignore schedule files
Applied fixes from StyleCI
Applied fixes from StyleCI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After composer update, the artisan has not been worked.
the composer.json is:
{ "require": { "tymon/jwt-auth": "0.5.*" } }
just happend fatal error exception:
And the bootstrap/autoload.php is OK.
I want kown what happend here, and I what I should do to refresh artisan cmd.