Taylor Otwell
|
0d541ecb9a
|
Merge pull request #3360 from patrickbrouwers/patch-2
Add log driver to broadcasting connections
|
2015-05-06 16:48:50 -05:00 |
|
Patrick Brouwers
|
1c4dcea2a2
|
Add log driver to broadcasting connections
|
2015-05-06 11:02:13 +02:00 |
|
Taylor Otwell
|
89e2d8e174
|
Auth controller stubs.
|
2015-05-01 23:04:32 -05:00 |
|
Taylor Otwell
|
89f568156f
|
No need to override this by default anymore.
|
2015-04-30 14:59:22 -05:00 |
|
Taylor Otwell
|
f4a2282e4e
|
Add migration stubs.
|
2015-04-30 14:55:34 -05:00 |
|
Taylor Otwell
|
b22a1f48c8
|
Fix typo.
|
2015-04-30 14:19:00 -05:00 |
|
Taylor Otwell
|
4e8d5533bd
|
Stub out except property.
|
2015-04-30 14:18:27 -05:00 |
|
Taylor Otwell
|
88f5182d1f
|
Use short-cut.
|
2015-04-28 13:36:52 -05:00 |
|
Taylor Otwell
|
71e339146e
|
Merge pull request #3351 from fideloper/patch-1
Documented availability of SES mail driver in mail config
|
2015-04-28 09:18:56 -05:00 |
|
Taylor Otwell
|
b7c237397b
|
Redis configuration.
|
2015-04-27 15:52:54 -05:00 |
|
Taylor Otwell
|
f8da2892bd
|
Tweak configuration file name.
|
2015-04-27 15:22:01 -05:00 |
|
Taylor Otwell
|
bd9a4f5436
|
Some sample configuration.
|
2015-04-27 15:21:32 -05:00 |
|
Chris Fidao
|
ae78cd9457
|
Documented availability of SES mail driver in mail config
|
2015-04-27 08:33:30 -05:00 |
|
Taylor Otwell
|
58ecbcdb1e
|
Merge pull request #3346 from laravel/revert-3343-patch-2
Revert "[5.1] Add new middleware"
|
2015-04-22 08:26:29 -05:00 |
|
Taylor Otwell
|
161ebdab36
|
Revert "[5.1] Add new middleware"
|
2015-04-22 08:26:24 -05:00 |
|
Taylor Otwell
|
2d9b6958ec
|
Simplify opening routes.
|
2015-04-21 14:42:23 -05:00 |
|
Taylor Otwell
|
111fdeba8f
|
Don't compile service providers by default.
|
2015-04-21 14:39:47 -05:00 |
|
Graham Campbell
|
2040080fab
|
Merge pull request #3343 from TheShiftExchange/patch-2
[5.1] Add new middleware
|
2015-04-19 11:04:21 +01:00 |
|
Laurence Ioannou
|
3dcefec0bd
|
Update Kernel.php
|
2015-04-19 15:13:32 +10:00 |
|
Taylor Otwell
|
3b7e6dcdca
|
fix a bunch of stufF
|
2015-04-10 22:19:42 -05:00 |
|
Taylor Otwell
|
a9a59c1a86
|
Merge pull request #3338 from makque/patch-1
Defining global patterns before parent boot function call
|
2015-04-10 22:15:10 -05:00 |
|
Mark Kevin Que
|
ddf92f9513
|
Defining global patterns before parent boot function call
Kindly check if my assumption is correct? In relation to this issue, http://stackoverflow.com/questions/28251154/laravel-5-0-dev-defining-global-patterns-is-not-working/29567578#29567578 and https://laracasts.com/discuss/channels/general-discussion/route-global-pattern-in-routeserviceprovider-not-working-in-laravel-5?page=1
or this could be a different issue/bug
thanks!
|
2015-04-10 13:59:42 -04:00 |
|
Taylor Otwell
|
8eb969098b
|
Merge pull request #3334 from GrahamForks/compiled
Correctly deal with the compiled file
|
2015-04-02 13:38:24 -05:00 |
|
Graham Campbell
|
0d08fcf281
|
Fixed a typo
|
2015-04-02 16:08:31 +01:00 |
|
Graham Campbell
|
c4aff28a4a
|
Correctly deal with the compiled file
|
2015-04-02 15:15:00 +01:00 |
|
Taylor Otwell
|
39107a78c2
|
Key rename.
|
2015-04-01 09:08:53 -05:00 |
|
Taylor Otwell
|
609ec5afe7
|
Merge pull request #3328 from mul14/remove-unnecessary-gitignore-in-storage
Delete unnecessary .gitignore file
|
2015-04-01 09:08:20 -05:00 |
|
Taylor Otwell
|
fcdb4ccaa0
|
Merge pull request #3329 from TheShiftExchange/patch-2
Minor update to Stripe config
|
2015-04-01 09:07:36 -05:00 |
|
Laurence Ioannou
|
c0a78c033c
|
Update services.php
|
2015-04-02 01:00:21 +11:00 |
|
Mulia Arifandi Nasution
|
cfc8221f32
|
Delete unnecessary .gitignore file
The `laravel.log` already ignored in `storage/logs/.gitignore` file.
|
2015-04-01 16:59:28 +07:00 |
|
Taylor Otwell
|
7ac2f3782c
|
Merge pull request #3323 from EliuFlorez/patch-15
Update app.php
|
2015-03-29 22:32:12 -05:00 |
|
Eliu Florez
|
6449472ef7
|
Update app.php
|
2015-03-28 13:44:46 -04:30 |
|
Taylor Otwell
|
0b463cef80
|
Remove lock file.
|
2015-03-27 10:59:17 -05:00 |
|
Taylor Otwell
|
3516f4f677
|
Use single logs by default.
|
2015-03-27 10:38:03 -05:00 |
|
Taylor Otwell
|
84028d4981
|
Merge pull request #3320 from garygreen/ftp-adapter
Add FTP adapter to filesystem config
|
2015-03-26 14:05:09 -05:00 |
|
Gary
|
9534ded883
|
Add FTP adapter to filesystem config
|
2015-03-26 17:13:56 +00:00 |
|
Taylor Otwell
|
4e0b15fba1
|
Use new bootstrap/cache for cached optimizations loaded during bootstrapping.
|
2015-03-25 10:20:08 -05:00 |
|
Taylor Otwell
|
7bddbdc2a1
|
Merge pull request #3318 from TheShiftExchange/patch-1
Update services.php
v5.0.22
|
2015-03-24 16:06:56 -05:00 |
|
Laurence Ioannou
|
3f63840144
|
Update services.php
|
2015-03-24 17:53:24 +11:00 |
|
Taylor Otwell
|
3e9422b74f
|
Merge pull request #3315 from taiyaei/fix-spacing
[develop] Fix indent format.
|
2015-03-21 11:09:32 -05:00 |
|
Austin H
|
0bbe752e87
|
Fix more spacing.
This converts AppServiceProvider to spaces since it wasn't and removes
a few empty lines after class declarations.
|
2015-03-20 20:30:50 -07:00 |
|
Taylor Otwell
|
1f5681b398
|
Remove space.
|
2015-03-20 10:26:19 -05:00 |
|
Taylor Otwell
|
5e11f87de2
|
Remove auth scaffolding to make it opt-in.
|
2015-03-18 12:55:56 -05:00 |
|
Taylor Otwell
|
5644e8e320
|
fix conflicts.
|
2015-03-13 22:04:40 -05:00 |
|
Taylor Otwell
|
c822db1f5b
|
Update compiled file directory.
v5.0.16
|
2015-03-13 22:02:50 -05:00 |
|
Taylor Otwell
|
7cbe38c0a9
|
Merge pull request #3302 from EliuFlorez/patch-13
Update server.php
|
2015-03-04 09:41:28 -06:00 |
|
Taylor Otwell
|
ce5bcb2f8f
|
Merge pull request #3304 from sineld/develop
support for unencrypted mail server usage like mailcatcher.me
|
2015-03-04 09:40:37 -06:00 |
|
Sinan Eldem
|
fad5c6ee9b
|
support for unencrypted mail server usage like mailcatcher.me
|
2015-03-04 11:26:14 +02:00 |
|
Eliu Florez
|
3bd0584920
|
Update server.php
Replace and by &&
|
2015-03-03 22:43:33 -04:30 |
|
Taylor Otwell
|
8909e75552
|
Some spacing.
|
2015-03-02 15:31:27 -06:00 |
|