4499 Commits

Author SHA1 Message Date
Taylor Otwell
e0c22a6e71 Merge pull request #3233 from GrahamForks/stability
Use stable dependencies
2015-01-27 14:54:20 -06:00
Graham Campbell
eb63ae5ee5 Use stable dependencies 2015-01-27 20:39:24 +00:00
Taylor Otwell
c3e3d9dc4b Include CSRF middleware in base install for easy override / whitelist.
This makes it easy to skip CSRF verification for things like web hooks
and such from GitHub / Stripe.
2015-01-26 19:32:22 -06:00
Taylor Otwell
9b9c12fcde Update facade. 2015-01-26 10:46:43 -06:00
Taylor Otwell
0ec2d01fa4 Add Disk facade. 2015-01-26 10:35:14 -06:00
Taylor Otwell
7dc60a86dc Add Eloquent alias. 2015-01-26 10:34:01 -06:00
Taylor Otwell
33e19b852e Merge pull request #3026 from paulofreitas/develop
Add support for configuring AWS S3 region.
2015-01-26 10:20:58 -06:00
Taylor Otwell
57eb4066ad Rename package views directory. 2015-01-24 21:09:51 -06:00
Taylor Otwell
ed2c0546d1 Add Bus facade. 2015-01-23 14:44:20 -06:00
Taylor Otwell
ad695e20bc Call parent boot. 2015-01-22 17:15:34 -06:00
Taylor Otwell
86b0ae0896 Merge pull request #3221 from billmn/patch-1
[5.0] Allow to use $router in routes file
2015-01-22 16:49:32 -06:00
Taylor Otwell
fbbfa5a5d6 Merge pull request #3227 from jaylinski/develop
updated elixir description in gulpfile from sass to less
2015-01-22 16:49:16 -06:00
Taylor Otwell
c99d4e396b Merge pull request #3228 from JoeForks/fix/event-sp
[5.0] Fix app event service provider contract
2015-01-22 16:49:06 -06:00
Joseph Cohen
a348910c07 Fix app event service provider contract 2015-01-22 16:00:54 -06:00
Taylor Otwell
0089439a33 A few tweaks. 2015-01-22 15:28:02 -06:00
Jay Linski
fd7f5a73a5 updated elixir description in gulpfile from sass to less 2015-01-22 21:32:32 +01:00
Davide Bellini
82cf205242 Allow to use $router in routes file 2015-01-21 10:18:18 +01:00
Taylor Otwell
8780949bec Make route loading a little more explicit. 2015-01-20 16:09:01 -06:00
Taylor Otwell
f248da36c3 Tweak doc blocks. 2015-01-20 11:11:43 -06:00
Taylor Otwell
013007a9e1 Move constructor to app. 2015-01-20 11:09:40 -06:00
Taylor Otwell
61ff20256b Moving auth constructor to app. 2015-01-20 11:06:17 -06:00
Taylor Otwell
8e81489c97 Add back in server file. 2015-01-19 21:58:06 -06:00
Taylor Otwell
9e6613f3b8 Merge pull request #3219 from joecohens/patch-1
[5.0] Typo
2015-01-19 13:29:08 -06:00
Joe Cohen
f8148e7ccd Typo 2015-01-18 23:07:32 -06:00
Taylor Otwell
86791280d6 Merge pull request #3216 from TheShiftExchange/patch-1
[Bug] Composer create-project key:generate currently broken
2015-01-18 19:44:04 -06:00
Taylor Otwell
b6ce0e513e Merge pull request #3218 from hannesvdvreken/patch-1
copy .env file as after create project
2015-01-18 19:42:58 -06:00
Hannes Van De Vreken
85182ec062 copy .env file as after create project
Will work on any os.
2015-01-18 10:50:07 +01:00
Laurence Ioannou
fdc9b93edd Update app.php 2015-01-18 13:17:49 +11:00
Taylor Otwell
b4b12e91f8 Merge pull request #3213 from ebynum/develop
Remove comment from duplicate bootstrap instance.
2015-01-16 09:50:10 -06:00
Ed Bynum
c170d0dc38 Remove comment from duplicate bootstrap instance. 2015-01-16 09:34:38 -06:00
Taylor Otwell
26fce312c5 Remove duplicate bootstrap reference. 2015-01-15 22:24:45 -06:00
Taylor Otwell
359af29ef3 Try a lighter version of the auth scaffolding. 2015-01-09 11:51:17 -06:00
Taylor Otwell
ce20ef22c1 Remove command suffix. 2015-01-07 15:29:01 -06:00
Taylor Otwell
083db95b95 Views. 2015-01-05 13:48:35 -06:00
Taylor Otwell
caa166f5d6 Remove middleware interface. 2015-01-05 13:16:21 -06:00
Taylor Otwell
df6fa97d70 Fix directory. 2015-01-02 16:30:29 -06:00
Taylor Otwell
203a0c3ba1 Change compiled path. 2015-01-02 16:29:35 -06:00
Taylor Otwell
ff13943dbe Merge pull request #3200 from overtrue/patch-3
[5.0]Modify the wording of env() default values
2015-01-02 16:27:45 -06:00
Taylor Otwell
6d078c1d58 Merge pull request #3203 from jumilla/develop
Remove config for workbench.
2015-01-02 16:27:27 -06:00
Taylor Otwell
e2d0ab67e8 Add to the compiler. 2015-01-02 14:48:05 -06:00
Taylor Otwell
c1db7050ea Add a basic service provider for config overwriting. 2015-01-02 14:47:42 -06:00
Taylor Otwell
c7eecb1c91 Merge pull request #3198 from ibrasho/switch-order-of-providers
Switch the order of app providers
2015-01-02 13:01:37 -06:00
Graham Campbell
223ff10d40 Merge pull request #3205 from GrahamForks/strict
Add "strict" setting for MySQL connection
2014-12-30 22:53:08 +00:00
vlakoff
88b90c7218 Add "strict" setting for MySQL connection.
Signed-off-by: Graham Campbell <graham@mineuk.com>
2014-12-30 22:52:03 +00:00
Fumio Furukawa
90f8e8bd9c Remove config for workbench. 2014-12-31 03:09:37 +09:00
Carlos - 安正超
38e9a241db Modify the wording of env() default values 2014-12-30 10:06:17 +08:00
Ibrahim AshShohail
a09c060268 Switch the order of app providers 2014-12-28 16:54:19 +03:00
Taylor Otwell
dc384fe1f5 Stub out some folders for jobs / commands and events. 2014-12-27 16:45:14 -06:00
Taylor Otwell
3cfe2a0c85 Merge pull request #3196 from ytake/develop
fixed MemcachedConnector Illegal string offset 'host'
2014-12-25 11:14:24 -06:00
Taylor Otwell
c84e2fa035 Merge pull request #3197 from coderabbi/develop
Update index.php - Fix Comment Lengths
2014-12-25 11:14:09 -06:00