Taylor Otwell
|
1edb0eb24c
|
Merge pull request #3035 from danharper/patch-1
Missing Authenticator import in GuestFilter
|
2014-09-24 22:33:52 -05:00 |
Taylor Otwell
|
8f3d0ed8eb
|
Inject router into before method.
|
2014-09-24 09:58:12 -05:00 |
Taylor Otwell
|
692c9667c7
|
Let router be inherited by route script.
|
2014-09-24 09:49:21 -05:00 |
Dan Harper
|
3bb7a97ce7
|
Missing Authenticator import in GuestFilter
|
2014-09-23 16:03:29 +01:00 |
Taylor Otwell
|
076d86bf26
|
Simplifying some filters.
|
2014-09-23 08:31:57 -05:00 |
crynobone
|
6abdb1574d
|
Use tabs, always.
Signed-off-by: crynobone <crynobone@gmail.com>
|
2014-09-23 10:29:59 +08:00 |
Taylor Otwell
|
d45ff68f6d
|
Merge branch 'develop' of github.com:laravel/laravel into develop
|
2014-09-22 20:22:19 -05:00 |
Taylor Otwell
|
f9c3754df9
|
More work on filters.
|
2014-09-22 20:22:17 -05:00 |
Taylor Otwell
|
34ee58acb6
|
Do some more injection on filters.
|
2014-09-22 20:21:58 -05:00 |
Graham Campbell
|
dfaa81c47a
|
Removed a trailing space
|
2014-09-21 20:32:00 +01:00 |
Graham Campbell
|
37f1e77494
|
Added missing new lines at eof
|
2014-09-21 20:31:42 +01:00 |
Taylor Otwell
|
4e5a151774
|
Embrace contracts.
|
2014-09-18 19:35:08 -05:00 |
Taylor Otwell
|
7c8b8e7dba
|
Make Artisan service provider be deferred.
|
2014-09-17 22:30:45 -05:00 |
Diego Hernandes
|
48860471fb
|
Fix typo on config namespaces.controller to namespace.controllers
|
2014-09-15 09:12:48 -03:00 |
Taylor Otwell
|
eff1f84050
|
Remove extra lines.
|
2014-09-09 10:01:59 -05:00 |
Taylor Otwell
|
0f5e0f8b1a
|
Merge pull request #2983 from ajschmaltz/patch-1
Spellcheck
|
2014-09-07 17:11:43 -05:00 |
Alfred Nutile
|
5eaaadc204
|
[bug] Auth filter still redirects to /login not auth/login
if you use make:auth it defaults to auth/login for a path. But if you look at the Auth filter it defaults to /login as a path.
|
2014-09-07 09:20:07 -04:00 |
ajschmaltz
|
c993970a0f
|
Spellcheck
|
2014-09-02 19:48:55 -04:00 |
Jason Lewis
|
5bdf965a72
|
Update the docblock for the CsrfFilter.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
|
2014-09-02 19:30:17 +09:30 |
Jason Lewis
|
56a1baed68
|
Fix parameters for the AuthFilter.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
|
2014-09-02 19:29:26 +09:30 |
Taylor Otwell
|
a27f7486dc
|
Extend model.
|
2014-08-29 13:58:51 +02:00 |
Taylor Otwell
|
6fe851cc0a
|
Import facade.
|
2014-08-29 04:54:40 +02:00 |
Taylor Otwell
|
a7f3512743
|
Set root controller namespace.
|
2014-08-29 04:18:29 +02:00 |
Taylor Otwell
|
2f998b2095
|
Settle on Facades in service providers.
|
2014-08-29 00:21:49 +02:00 |
Taylor Otwell
|
45f0b4f9d9
|
Use injection here. Blah, can't decide.
|
2014-08-28 15:00:43 +02:00 |
Taylor Otwell
|
c9ea1cbf03
|
Fix doc blocks.
|
2014-08-28 14:47:08 +02:00 |
Taylor Otwell
|
bde518b59c
|
Use App facade.
|
2014-08-27 22:05:56 +02:00 |
Taylor Otwell
|
198b54d4ad
|
Simplify providers.
|
2014-08-27 21:50:37 +02:00 |
Taylor Otwell
|
78c932f688
|
Working on a few changes.
|
2014-08-27 12:49:50 +02:00 |
Taylor Otwell
|
d6719eb5e5
|
Fix contracts.
|
2014-08-23 12:50:39 -05:00 |
Taylor Otwell
|
ca3c8c3e56
|
Remove unnecessary alias.
|
2014-08-21 23:41:47 -05:00 |
Taylor Otwell
|
aeffa1766f
|
Fix path.
|
2014-08-20 23:32:40 -05:00 |
Taylor Otwell
|
e7617ff19b
|
Change how controller is aliased.
|
2014-08-20 21:46:01 -05:00 |
Taylor Otwell
|
59289aff68
|
Tweak where views and lang files are located.
|
2014-08-20 20:41:24 -05:00 |
Taylor Otwell
|
838b20d4a0
|
Use facades.
|
2014-08-20 17:04:09 -05:00 |
Taylor Otwell
|
2ab3d52540
|
Add note.
|
2014-08-20 12:49:00 -05:00 |
Taylor Otwell
|
eb4f536c44
|
Set console command name.
|
2014-08-20 00:26:14 -05:00 |
Taylor Otwell
|
177d1ebb7a
|
Mega work on structure.
|
2014-08-20 00:26:14 -05:00 |
Taylor Otwell
|
80a60552d7
|
Rename.
|
2014-08-18 23:43:10 -05:00 |
Taylor Otwell
|
3ffbb5d6ba
|
Renaming folders.
|
2014-08-18 23:42:49 -05:00 |
Taylor Otwell
|
9aae50e501
|
Working on the default app structure.
|
2014-08-18 22:46:16 -05:00 |
Taylor Otwell
|
ee6f47dc47
|
Working on app structure.
|
2014-08-13 09:44:20 -05:00 |
Taylor Otwell
|
c33453e97f
|
Pull routes after booting application.
|
2014-08-12 16:21:45 -05:00 |
Taylor Otwell
|
b0334fd4de
|
Use a standard routes file by default.
|
2014-08-12 16:18:11 -05:00 |
Taylor Otwell
|
1e8ed2cdcc
|
Make a few tweaks to providers.
|
2014-08-12 11:58:09 -05:00 |
Taylor Otwell
|
ac9ce28597
|
Rename core directory.
|
2014-08-12 07:01:09 -05:00 |
Taylor Otwell
|
00099ae56c
|
Working on directory structure. Event provider.
|
2014-08-11 16:13:43 -05:00 |
Taylor Otwell
|
6070d93c4a
|
Working on new directory structure.
|
2014-08-11 10:13:20 -05:00 |
Taylor Otwell
|
8aa4a0a6dc
|
Adding requests directory.
|
2014-08-03 14:13:30 -05:00 |
Taylor Otwell
|
e166aa5974
|
Working on new provider and aliases.
|
2014-08-03 14:06:00 -05:00 |