4369 Commits

Author SHA1 Message Date
Taylor Otwell
d5f285ba8b Simplify authentication. Remove service. 2015-02-16 23:36:48 -06:00
Taylor Otwell
d75ed33861 Merge branch 'master' into develop 2015-02-12 13:16:00 -06:00
Taylor Otwell
e3630a53af Use vendors. 2015-02-12 13:15:45 -06:00
Taylor Otwell
da6fc175fb Merge branch 'master' into develop 2015-02-11 12:52:56 -06:00
Taylor Otwell
e11deb1412 Tweak ignores. 2015-02-11 12:52:49 -06:00
Taylor Otwell
38aae749a3 Merge branch 'master' into develop 2015-02-11 12:51:01 -06:00
Taylor Otwell
d57e785564 Fix order. 2015-02-11 12:50:34 -06:00
Taylor Otwell
3084c2ae62 Ignore a few paths in linguist. 2015-02-11 12:49:50 -06:00
Taylor Otwell
b2c296292c Merge branch 'master' into develop 2015-02-06 13:40:06 -06:00
Taylor Otwell
35acc5408c Simplify exception handler. v5.0.1 2015-02-06 13:37:48 -06:00
Taylor Otwell
9da5d30bf7 upgrade version. 2015-02-04 08:17:58 -06:00
Taylor Otwell
61842064b7 upgrade version. 2015-02-04 08:17:48 -06:00
Taylor Otwell
da60de8973 use stable v5.0.0 2015-02-04 08:17:25 -06:00
Taylor Otwell
b2c7954e1e Merge pull request #3235 from jhmilan/develop
Mentioning new config option
2015-02-04 08:14:34 -06:00
Taylor Otwell
4552d93b66 Merge pull request #3234 from DavidLemayian/patch-1
Use no protocol to fetch Lato font
2015-02-04 08:14:16 -06:00
Taylor Otwell
b07b9f8426 Merge pull request #3240 from danharper/patch-1
[5.0] Add "node_modules" to .gitignore
2015-02-04 08:13:14 -06:00
Taylor Otwell
009c2fbd26 Tweak artisan file. 2015-02-03 09:02:18 -06:00
Dan Harper
b600d877f1 Add "node_modules" to .gitignore
Seems sensible if Laravel's going to push Elixir.

A person unfamiliar with the node ecosystem should be able to use Elixir with ease, however I don't feel they should necessarily know up-front that they should add node_modules to their global .gitignore file.
2015-02-01 11:16:11 +00:00
Jose H. Milan
a70c11fcce Mentioning new config option as per Taylor request
https://github.com/laravel/framework/pull/7173#issuecomment-71988006
2015-01-29 09:46:32 +01:00
David Lemayian
8bf428c193 Use no protocol to fetch Lato font
When using https://example.com, the welcome page design looks off due to fetching the Lato font on http://.

Ref: https://github.com/laravel/framework/issues/7159

Better yet, instead of https:// or http://, //
2015-01-28 22:18:43 +03:00
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