Commit Graph

310 Commits

Author SHA1 Message Date
Taylor Otwell c10ad6269e Remove log service provider since it is part of Bootstrap process. 2014-10-21 21:57:39 -05:00
Taylor Otwell 9aed9debca Tweak how console commands are registered. 2014-10-21 10:27:26 -05:00
Taylor Otwell ec9edec9a2 Rename CSRF middleware. 2014-10-20 17:16:06 -05:00
Taylor Otwell 2542829d84 Rename auth middlewares. 2014-10-20 16:46:56 -05:00
Taylor Otwell 93b9415cd0 Update middleware. 2014-10-20 16:45:39 -05:00
Taylor Otwell 22612df444 Middleware. 2014-10-20 13:22:05 -05:00
Taylor Otwell bcc539ee62 Move bootstraps to base classes. 2014-10-20 11:29:33 -05:00
Taylor Otwell 4301348646 Large refactor of HTTP and Console stack. 2014-10-20 11:14:41 -05:00
Taylor Otwell 0cd9ee1e90 Extend controller by default. 2014-10-15 08:34:33 -05:00
Taylor Otwell bc593c17aa Demo how to include a routes file. 2014-10-14 21:10:36 -05:00
Taylor Otwell 0ed0310732 Tweak wording. 2014-10-14 20:11:28 -05:00
Taylor Otwell d3bf13b10b Working on routing and providers. 2014-10-14 20:07:12 -05:00
Taylor Otwell 5bb0752338 These annotations are no longer needed. 2014-10-14 19:18:50 -05:00
Taylor Otwell c0019c6fcb Add CSRF middleware to main app stack. 2014-10-14 19:18:29 -05:00
Taylor Otwell 95e934698f Merge pull request #3081 from alnutile/patch-5
[bug] Not sure but it seems this one should be
2014-10-14 13:02:00 -05:00
Taylor Otwell a9bddfc0e0 Add error binder. 2014-10-14 10:14:25 -05:00
Alfred Nutile dae2db0412 [bug] Not sure but it seems this one should be
auth/login as noted on line 64
2014-10-13 12:54:29 -04:00
Taylor Otwell 75393db929 Rename a few things. 2014-10-12 20:46:47 -05:00
Taylor Otwell 57bad0a357 Shorten sentence. 2014-10-12 20:32:41 -05:00
Taylor Otwell 50b6b32ec5 Change some method names. 2014-10-12 14:21:59 -05:00
Taylor Otwell da13639135 Fix namespace. 2014-10-12 12:20:32 -05:00
Taylor Otwell 546c81a190 Fix some password reset stuff. 2014-10-12 12:20:01 -05:00
Taylor Otwell f2279c0210 Scaffold authentication as default example. 2014-10-11 22:46:53 -05:00
Taylor Otwell c6722869a8 Merge pull request #3061 from antonioribeiro/patch-2
Remove unused Route
2014-10-11 21:04:52 -05:00
Taylor Otwell 18301a1fd2 Merge pull request #3062 from jlaswell/patch-1
MaintenanceMiddleware implement Contract
2014-10-11 21:04:43 -05:00
Taylor Otwell c39679bb86 Merge pull request #3065 from johnhout/patch-1
Added @throws TokenMismatchException
2014-10-11 21:04:26 -05:00
John in 't Hout 6c0b7916a4 Update CsrfMiddleware.php 2014-10-11 01:02:23 +02:00
John in 't Hout 409fa574fc Update CsrfMiddleware.php 2014-10-10 22:56:00 +02:00
Taylor Otwell 714f6a5574 Fix method call. 2014-10-09 22:27:01 -05:00
Taylor Otwell e5e7af82a6 Fix check. 2014-10-09 21:56:13 -05:00
Taylor Otwell 4d0de14b45 tweaks CSRF filter. 2014-10-09 21:50:52 -05:00
John in 't Hout 75cc5a7e2e Added @throws TokenMismatchException
Since modern IDE's will expect you to define the @throws attribute, added this to the Docblock.
2014-10-09 23:28:45 +02:00
John Laswell 568d06d903 MaintenanceMiddleware contract
Update MaintenanceMiddleware to implement the Middleware contract.
2014-10-08 21:30:27 -04:00
Antonio Carlos Ribeiro f17ac36e6a Remove unused Route 2014-10-08 21:03:28 -03:00
Taylor Otwell 17ac063e80 Update middleware. 2014-10-06 17:13:10 -05:00
Taylor Otwell fbd5a9ef92 Fix typo. 2014-10-06 16:34:44 -05:00
Taylor Otwell b8f3dd6265 Working on middle wares. 2014-10-06 15:46:34 -05:00
Taylor Otwell 43e8c60a11 Write a base app service provider. 2014-10-06 15:35:23 -05:00
Taylor Otwell d2937ea714 Working on stack. 2014-10-06 15:25:53 -05:00
Taylor Otwell 2893433b35 Add application stack to app server provider. 2014-10-06 14:55:55 -05:00
Taylor Otwell ab53517076 No need to extend controller. 2014-10-05 23:43:21 -05:00
Taylor Otwell 8a2f8bb2c7 Working on a few files. 2014-10-03 21:30:51 -05:00
Taylor Otwell 65dce4d093 Shorten type-hint in docblock. 2014-10-02 20:35:44 -05:00
Taylor Otwell 3cb71182a9 Merge pull request #3045 from robinmitra/develop
Update PHPDoc block for LogServiceProvider
2014-10-02 20:35:02 -05:00
Taylor Otwell 2ac4ce6fc4 Merge pull request #3052 from antonioribeiro/patch-1
Remove unused Dispatcher
2014-10-02 20:33:13 -05:00
Taylor Otwell da7443abba Tweak some paths. 2014-10-02 19:36:03 -05:00
Antonio Carlos Ribeiro e82a78c40f Remove unused Dispatcher 2014-10-02 12:40:54 -03:00
Taylor Otwell e700cd710e Use new providers. 2014-09-30 21:13:58 -05:00
Taylor Otwell ab7ba393be Add an event service provider. 2014-09-30 21:01:17 -05:00
Robin Mita 2167722748 Update doc block for LogServiceProvider 2014-09-28 13:42:10 +00:00