4574 Commits

Author SHA1 Message Date
Jonathan Torres
fef3aa0709 Newline. 2015-07-17 23:27:24 +00:00
Taylor Otwell
5964dcf97a Merge pull request #3456 from sileence/bcrypt_password_factory
Using the bcrypt function in users generated by the model factory
2015-07-13 20:40:02 -05:00
Duilio Palacios
83ffbc65d1 Using the bcrypt function in users generated by the model factory 2015-07-13 16:05:37 +00:00
Taylor Otwell
e3f18ea5f6 Merge pull request #3449 from browner12/patch-1
type hint faker generator
2015-07-07 21:06:40 -05:00
Andrew
037769e1aa remove leading slash
requested by project maintainer
2015-07-07 15:44:15 -05:00
Andrew
7bb1326535 type hint faker generator
allow IDE to help with autocompletion
2015-07-07 14:47:02 -05:00
Taylor Otwell
ef958716c3 change language files 2015-07-03 20:41:09 -05:00
Taylor Otwell
ecd52ef1d2 fix order 2015-07-02 14:20:33 -05:00
Taylor Otwell
48abc56ede Merge pull request #3444 from antonybudianto/patch-1
Add ThrottleLogin localization support
2015-07-02 14:19:51 -05:00
Antony Budianto
bd583fedd7 Add ThrottleLogin localization support
add default language
2015-07-02 19:03:17 +07:00
Taylor Otwell
901a45fd96 added throttles logins trait by default v5.1.4 2015-07-01 13:30:05 -05:00
Taylor Otwell
07cb1eb873 Merge pull request #3440 from mikaelmattsson/patch-1
Change comment to reflect the change of the default css preprocessor.
2015-06-27 11:25:02 -05:00
Mikael Mattsson
5deca95ccf Change comment to reflect the change of the default css preprocessor. 2015-06-27 14:21:37 +02:00
Taylor Otwell
804b9d7460 fix wording 2015-06-26 08:30:59 -05:00
Taylor Otwell
99d25ec96c Merge pull request #3438 from bbashy/patch-1
Fix redirect loop .htaccess
2015-06-26 08:30:37 -05:00
Ben Sampson
dd036f559b Fix redirect loop .htaccess
Folders that exist have a redirect loop when visiting them. This is because Apache redirects to trailing slash for folders and the current rule is removing it, Apache then adds a trailing slash again.
2015-06-26 14:26:44 +01:00
Taylor Otwell
a9ca36a8ca no margin needed. 2015-06-25 13:34:04 -05:00
Taylor Otwell
09d028f14b change welcome splash 2015-06-25 13:30:52 -05:00
Taylor Otwell
2dd8ed131a Merge pull request #3435 from tonglil/master
Use double quotes for html attributes
v5.1.3
2015-06-23 14:08:14 -05:00
Tony Li
bb86ab62f2 use double quotes for html attributes 2015-06-23 12:04:52 -07:00
Taylor Otwell
9089b7e2ae Merge pull request #3434 from josezenem/master
Use the ::class notation
2015-06-23 12:08:36 -05:00
Jose Jimenez
8910cb9726 Use the ::class notation
Updated to use ::class notation.
2015-06-23 10:07:33 -07:00
Taylor Otwell
04709cf0ed tweak package file 2015-06-23 10:58:54 -05:00
Taylor Otwell
ad08717680 tweak default asset setup 2015-06-22 18:24:47 -05:00
Taylor Otwell
69076cb13f Merge remote-tracking branch 'origin/master' 2015-06-20 14:56:33 -05:00
Taylor Otwell
7a8800c6b4 add Homestead.yaml to gitignore 2015-06-20 14:56:23 -05:00
Taylor Otwell
3b0d03920e Merge pull request #3426 from Phyxsius/patch-2
Maintain alphabetical order
2015-06-16 09:38:18 -05:00
Andy
d64b5a52af Maintain alphabetical order 2015-06-16 08:46:07 -05:00
Graham Campbell
7e303014b6 Sync with 5.0 2015-06-15 22:22:23 +01:00
Taylor Otwell
15d6f3fe15 remove stability setting 2015-06-14 17:53:36 -05:00
Taylor Otwell
63ba6decb3 remove prefer stable 2015-06-14 17:46:57 -05:00
Taylor Otwell
5033b85080 Merge pull request #3421 from barryvdh/patch-1
Set minimum stability to stable
2015-06-14 17:45:10 -05:00
Barry vd. Heuvel
26b6b8e5ff Set minimum stability to stable 2015-06-14 20:55:13 +02:00
Taylor Otwell
136d7fa8ef Merge pull request #3418 from baspeters/feature/sqlsrv-default-charset
Set default charset for sqlsrv driver to utf8
v5.1.1
2015-06-11 13:28:25 -05:00
Bas Peters
2c4964e159 Set default charset for sqlsrv driver to utf8 2015-06-11 17:20:30 +02:00
Taylor Otwell
f6e6508b4e Merge pull request #3416 from krienow/doctype
Fix doctype declarations
2015-06-11 09:17:39 -05:00
Kai Rienow
44787b0c10 fix css 2015-06-11 13:18:02 +02:00
Kai Rienow
936aa9159e fix doctype declarations 2015-06-11 12:43:52 +02:00
Taylor Otwell
fa756ff4c2 Merge pull request #3415 from martinssipenko/master
Added whitelist to remove warning for upcoming phpunit 4.8
2015-06-10 12:52:22 -05:00
Martins Sipenko
19e97fc9db Added whitelist to remove warning for upcoming phpunit 4.8 2015-06-10 18:13:13 +01:00
Taylor Otwell
347b928a0f Bump elixir requirement. 2015-06-09 09:16:53 -05:00
Taylor Otwell
ff441abd62 fix conflicts v5.1.0 2015-06-09 07:48:02 -05:00
Taylor Otwell
f9ed4ff7ac Override cookie encrypter by default. 2015-06-08 21:16:01 -05:00
Taylor Otwell
9a70a4b2b1 Update PHP dependencies. 2015-06-08 20:40:07 -05:00
Taylor Otwell
a1a55fe274 Merge pull request #3410 from pespantelis/class-notation
Use the ::class notation
2015-06-08 10:02:51 -05:00
Pantelis Peslis
16e37cb370 Use the ::class notation 2015-06-08 10:29:33 +03:00
Taylor Otwell
6df868a123 Merge pull request #3409 from antonybudianto/patch-1
Update latest CDN
2015-06-07 22:28:19 -05:00
Antony Budianto
6ab4004af9 Update latest CDN
If needed.
2015-06-08 09:50:22 +07:00
Taylor Otwell
bacda07552 Change default cipher. 2015-06-06 13:20:49 -05:00
Taylor Otwell
e4796a2608 Merge pull request #3405 from nWidart/patch-1
Use the ::class notation
2015-06-05 08:51:20 -05:00