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
Changes from 1 commit
Commits
Show all changes
147 commits
Select commit Hold shift + click to select a range
19e54f5
Install laravel 5.2
Jun 15, 2015
614edf7
Fixed the exception handler
GrahamCampbell Jul 13, 2015
350a0f1
Merge branch 'master' into develop
GrahamCampbell Aug 1, 2015
c131299
fix conflicts
taylorotwell Aug 6, 2015
58e4045
remove phpspec
taylorotwell Aug 6, 2015
9c66082
fix type hitns
taylorotwell Aug 6, 2015
5e9398f
remove phpspec yml
Aug 9, 2015
749bb11
Merge pull request #3478 from krienow/remove-phpspec-yml
taylorotwell Aug 9, 2015
e20ad70
Merge branch 'master' into develop
GrahamCampbell Aug 30, 2015
d0a6e88
Remove unguard call
JosephSilber Oct 4, 2015
b1b33c8
Merge pull request #3511 from JosephSilber/no-unguard
taylorotwell Oct 4, 2015
5b08ff0
Merge branch 'master' into develop
taylorotwell Oct 14, 2015
37363ac
Clean up exception handler. Add new ignores.
taylorotwell Oct 14, 2015
68738b5
Change exceptions to ignore.
taylorotwell Oct 14, 2015
d15ab4b
Alpha order.
taylorotwell Oct 14, 2015
2a3743b
PSR-2 formatting of User model?
bbashy Oct 26, 2015
7568940
Merge pull request #3536 from bbashy/patch-2
taylorotwell Oct 26, 2015
86d1dfc
Redis connection setup in .env
Oct 26, 2015
892ab27
Merge pull request #3537 from rkgrep/patch-2
taylorotwell Oct 26, 2015
58bc527
add property by default
taylorotwell Oct 29, 2015
4b1322e
Merge remote-tracking branch 'origin/develop' into develop
taylorotwell Oct 29, 2015
ed18fd9
Removed config option for deleted feature
GrahamCampbell Oct 30, 2015
1aefbc9
Merge branch 'master' into develop
GrahamCampbell Oct 30, 2015
4cefc88
Merge branch 'master' into develop
GrahamCampbell Oct 30, 2015
c18ee49
Remove unneeded table name.
taylorotwell Oct 30, 2015
13b7991
Revert bad changes to the exception handler
GrahamCampbell Oct 30, 2015
b89502e
Just use base user by default.
taylorotwell Oct 30, 2015
c6ed15e
Merge branch 'master' into develop
taylorotwell Oct 31, 2015
a383c84
Applied fixes from StyleCI
taylorotwell Oct 31, 2015
9ad221b
Merge pull request #3547 from laravel/analysis-8b2da8
taylorotwell Oct 31, 2015
99a11ea
Added symfony deps to require-dev
GrahamCampbell Nov 13, 2015
10f242e
remove lock
taylorotwell Nov 13, 2015
8611ded
Merge pull request #3558 from GrahamForks/deps
taylorotwell Nov 14, 2015
72158f4
added queue prefix to match the framework
pulkitjalan Dec 1, 2015
b685435
Merge pull request #3578 from pulkitjalan/patch-1
taylorotwell Dec 1, 2015
4eb28ba
base controller doesn't have to be abstract.
taylorotwell Dec 2, 2015
f426638
Merge branch 'master' into develop
GrahamCampbell Dec 2, 2015
8414d45
update middleware and config
taylorotwell Dec 3, 2015
a690bb7
fix conflicts
taylorotwell Dec 3, 2015
0898381
update name to reflect purpose
taylorotwell Dec 3, 2015
b0160f5
update defaults
taylorotwell Dec 3, 2015
ff35b10
working on config
taylorotwell Dec 4, 2015
3fa1267
adjusting comments
taylorotwell Dec 4, 2015
ba7137d
update routes and middleware
taylorotwell Dec 4, 2015
2adbbbd
update config
taylorotwell Dec 5, 2015
c2c8ab6
line length
taylorotwell Dec 6, 2015
2ea2ae0
allow guard to be specified on middleaware
taylorotwell Dec 6, 2015
b81af30
Remove default key
GrahamCampbell Dec 6, 2015
36db347
remove iron config. moved to package
taylorotwell Dec 6, 2015
b6625f5
Merge remote-tracking branch 'origin/develop' into develop
taylorotwell Dec 6, 2015
48fb951
fix conclits
taylorotwell Dec 7, 2015
ede3202
Merge branch 'master' into develop
taylorotwell Dec 7, 2015
1d0853b
Add throttle middleware.
taylorotwell Dec 8, 2015
7ef3839
adding env to app config
taylorotwell Dec 8, 2015
60d782a
remove unneeded service provider
taylorotwell Dec 8, 2015
587e514
Middleware groups, define web group, configure routes file.
taylorotwell Dec 9, 2015
527306a
Remove terminology for "web routes".
taylorotwell Dec 9, 2015
fa3495a
comment changes
taylorotwell Dec 11, 2015
b70dbaf
define an api group as an example
taylorotwell Dec 11, 2015
a98759b
Applied fixes from StyleCI
taylorotwell Dec 11, 2015
1546149
Merge pull request #3591 from laravel/analysis-zdEQ98
taylorotwell Dec 11, 2015
171de27
Note of explanation.
taylorotwell Dec 13, 2015
3eb8613
Comment fix.
taylorotwell Dec 14, 2015
4351043
Basic token configuration.
taylorotwell Dec 14, 2015
ba857ca
Uncomment example.
taylorotwell Dec 15, 2015
1865c29
use provider for consistent language
taylorotwell Dec 15, 2015
638b261
Change default view.
taylorotwell Dec 15, 2015
8c7ebc5
change order of scripts
taylorotwell Dec 16, 2015
895c5fe
readable name
taylorotwell Dec 16, 2015
6dcb3ac
Typo in docs
brayniverse Dec 20, 2015
6d1bb6d
Merge pull request #3596 from brayniverse/patch-1
GrahamCampbell Dec 20, 2015
becd774
update dependencies
taylorotwell Dec 21, 2015
2e7560a
[5.2] Remove unused import
KennedyTedesco Dec 21, 2015
54d1845
Merge pull request #3597 from KennedyTedesco/minor-5.2
taylorotwell Dec 22, 2015
8f6a6d8
Disable demonstration command
vinicius73 Dec 22, 2015
ad173af
Merge pull request #3601 from vinicius73/master
taylorotwell Dec 22, 2015
2b940ce
return statement not needed here
taylorotwell Dec 23, 2015
99b97ca
Change redirecTo in AuthController
Dec 25, 2015
e6dff08
Merge pull request #3606 from phecho/patch-1
taylorotwell Dec 25, 2015
115083b
Fix tab to spaces in web.config
n1c Dec 30, 2015
a07fcf2
Merge pull request #3613 from n1c/patch-1
taylorotwell Dec 30, 2015
c83c0b9
change exception
taylorotwell Jan 14, 2016
e46a73d
Merge remote-tracking branch 'origin/master'
taylorotwell Jan 14, 2016
5b3c5f3
Don't return a login page to a JSON request
JacobBennett Jan 22, 2016
c6931d2
Merge pull request #3635 from JacobBennett/patch-1
taylorotwell Jan 22, 2016
ccdba9f
Fix title heading level in readme.md
gaomd Jan 23, 2016
85e8d21
handle authorization header
Jan 23, 2016
70355f3
Merge pull request #3636 from paulvl/master
taylorotwell Jan 23, 2016
eb59458
Merge pull request #3637 from gaomd/fix-readme
taylorotwell Jan 24, 2016
db6bb6a
Make Memcached options configurable.
martinbean Jan 28, 2016
2b1cc83
Changed localhost to 127.0.0.1
jspringe Jan 28, 2016
ce7c1fe
Merge pull request #3641 from jspringe/fix-envexample
taylorotwell Jan 29, 2016
01e3d8f
Merge pull request #3640 from martinbean/patch-1
taylorotwell Jan 29, 2016
89d693b
Added default engine in configuration
rndb8418 Feb 3, 2016
7aa988d
Merge pull request #3645 from david-ridgeonnet/patch-1
taylorotwell Feb 4, 2016
8e137b5
adding public directory to app storage
taylorotwell Feb 10, 2016
00f07ff
Merge remote-tracking branch 'origin/master'
taylorotwell Feb 10, 2016
85e6774
simplify filesystem default config
taylorotwell Feb 11, 2016
c751b33
add to gitignore
taylorotwell Feb 12, 2016
00e5c44
Use safeEmail instead
martinbean Feb 16, 2016
40f9630
Merge pull request #3658 from martinbean/patch-2
taylorotwell Feb 16, 2016
0ab4b1d
MIssing point
milorojas Feb 16, 2016
b1ccb8f
Merge pull request #3659 from camilorojas/patch-1
taylorotwell Feb 16, 2016
94b568b
Rename commented default seeder call
anthonyholmes Feb 16, 2016
770f8a7
Merge pull request #3660 from anthonyholmes/master
taylorotwell Feb 16, 2016
278c418
APP_URL added to Environment Configuration
Feb 17, 2016
e4f7ff9
Merge pull request #3661 from AdenFraser/AppUrlEnv
taylorotwell Feb 18, 2016
e8e73c8
Add newline character.
Feb 20, 2016
413c88f
Merge pull request #3666 from krienow/patch-56c8bf
GrahamCampbell Feb 20, 2016
73c6898
Ensure files finish with a LB
lucasmichot Feb 22, 2016
dec3926
Merge pull request #3668 from lucasmichot/feature/master/eof
taylorotwell Feb 22, 2016
62d62a0
update method call
taylorotwell Feb 23, 2016
754d78e
Merge remote-tracking branch 'origin/master'
taylorotwell Feb 23, 2016
531629e
Fix password column for future hashing
SammyK Feb 24, 2016
aa07b0c
Merge pull request #3670 from SammyK/password-column-fix
taylorotwell Feb 24, 2016
ef6b5a6
Add language line for the "present" validation rule.
themsaid Feb 26, 2016
fa6c48d
keep the lines sorted
themsaid Feb 26, 2016
83fd3f2
Merge pull request #3672 from themsaid/add-language-line-for-present-…
taylorotwell Feb 26, 2016
c36799d
Add language line to the validation "distinct" rule
themsaid Feb 28, 2016
7093812
Merge pull request #3674 from themsaid/language-for-distinct
taylorotwell Feb 28, 2016
b516300
clearing redundancy
yadivaladez Feb 29, 2016
fc12337
Merge pull request #3675 from yava9221/master
taylorotwell Feb 29, 2016
9fc55e8
Added DB_PORT as a default enviroment variable
TGM Mar 1, 2016
8dbd260
Replaced TAB with space
TGM Mar 1, 2016
ec0e06e
cleaning up configs
taylorotwell Mar 1, 2016
789c75c
Add language line for the in_array validation rule
themsaid Mar 1, 2016
da5d3d8
Added SparkPost config
billmn Mar 2, 2016
f748799
Merge pull request #3678 from themsaid/add-land-line-for-in_array
taylorotwell Mar 2, 2016
590593e
Fixed order of password validation in registration
jadjoubran Mar 2, 2016
0da3df2
Merge pull request #3682 from jadjoubran/patch-1
taylorotwell Mar 2, 2016
d998b5b
formatting
taylorotwell Mar 7, 2016
a282304
Merge remote-tracking branch 'origin/master'
taylorotwell Mar 7, 2016
4fec844
Remove pre-update-cmd
barryvdh Mar 16, 2016
91c6e71
Merge pull request #3687 from barryvdh/patch-1
taylorotwell Mar 16, 2016
4013369
Ignore schedule files
kevinsimard Mar 17, 2016
9234300
Update of the doc for equals to Model
Mar 17, 2016
a925d6c
Merge pull request #3692 from guilhermegonzaga/patch-1
taylorotwell Mar 18, 2016
80240e9
Merge pull request #3690 from kevinsimard/master
taylorotwell Mar 18, 2016
9d14fe2
Set HttpOnly flag
mzaalan Mar 21, 2016
e52b1f7
fix wording
taylorotwell Mar 21, 2016
1d5e88d
update default routes file
taylorotwell Mar 22, 2016
5c30c98
just use web group by default
taylorotwell Mar 23, 2016
bcc5435
add to comment
taylorotwell Mar 23, 2016
a77fa35
Applied fixes from StyleCI
taylorotwell Mar 23, 2016
e316be4
Applied fixes from StyleCI
taylorotwell Mar 23, 2016
34d2509
Merge pull request #3702 from laravel/analysis-XZl3KP
taylorotwell Mar 23, 2016
1c43882
Merge pull request #3701 from laravel/analysis-87anp3
taylorotwell Mar 23, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Redis connection setup in .env
  • Loading branch information
Roman Kinyakin committed Oct 26, 2015
commit 86d1dfcf51cc7a3fca1a513571b9633e4629fbce
6 changes: 3 additions & 3 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
'cluster' => false,

'default' => [
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'host' => env('REDIS_HOST', '127.0.0.1'),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DB', 0),
],

],
Expand Down