4187 Commits

Author SHA1 Message Date
Julien Bonvarlet
13d19d606d Fix dependency
With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ?
2014-09-12 17:22:09 +02:00
Taylor Otwell
eff1f84050 Remove extra lines. 2014-09-09 10:01:59 -05:00
Taylor Otwell
1f738b12b3 Fix readme. 2014-09-08 10:19:26 -05:00
Taylor Otwell
0f5e0f8b1a Merge pull request #2983 from ajschmaltz/patch-1
Spellcheck
2014-09-07 17:11:43 -05:00
Taylor Otwell
35d2be474a Merge pull request #2985 from brnlbs/develop
Updated Eloquent to Eloquent\Model
2014-09-07 17:09:05 -05:00
Taylor Otwell
464c595c46 Merge pull request #2991 from alnutile/patch-3
[bug] Auth filter still redirects to /login not auth/login
2014-09-07 17:08:49 -05:00
Taylor Otwell
dd42bef809 Working on read me. 2014-09-07 12:05:59 -05:00
Alfred Nutile
5eaaadc204 [bug] Auth filter still redirects to /login not auth/login
if you use make:auth it defaults to auth/login for a path. But if you look at the Auth filter it defaults to /login as a path.
2014-09-07 09:20:07 -04:00
Brian
c3c93cf95b Updated Eloquent to Eloquent\Model 2014-09-04 09:55:12 +02:00
Taylor Otwell
2fb780b63f Merge pull request #2981 from jasonlewis/fix/auth-csrf-filters
Fix for the Auth filter and docblock stuff for CSRF filter.
2014-09-03 15:47:18 +02:00
ajschmaltz
c993970a0f Spellcheck 2014-09-02 19:48:55 -04:00
Jason Lewis
5bdf965a72 Update the docblock for the CsrfFilter.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2014-09-02 19:30:17 +09:30
Jason Lewis
56a1baed68 Fix parameters for the AuthFilter.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2014-09-02 19:29:26 +09:30
Taylor Otwell
962ae1b668 Merge pull request #2979 from serhatdurum/develop
Convert "language" files php 5.4 arrays
2014-09-02 06:48:48 +02:00
Taylor Otwell
8b18b40a7b Merge pull request #2980 from driesvints/feature/dont-extend-class-aliases
Remove classes from aliases list
2014-09-02 06:48:30 +02:00
Dries Vints
2ddf39f29f Remove classes from aliases list
Eloquent and Seeder were used to extend from which is a bad practice.
The SoftDeletingTrait should be imported just like the UserTrait and the RemindableTrait.
Str was also removed because it's just a shortcut for the namespace. People can always re-add it if they like.
I wasn't entirely sure what FormRequest was doing here but I have a feeling it's going to be used for the same reasons as one of the above classes. So I removed it as well.
2014-08-31 17:13:44 +02:00
Taylor Otwell
2b04647bb7 Remove a few providers. 2014-08-30 12:00:25 +02:00
Taylor Otwell
aa9015cac0 Use working directory. 2014-08-29 15:53:01 +02:00
Taylor Otwell
a27f7486dc Extend model. 2014-08-29 13:58:51 +02:00
Taylor Otwell
6fe851cc0a Import facade. 2014-08-29 04:54:40 +02:00
Taylor Otwell
a7f3512743 Set root controller namespace. 2014-08-29 04:18:29 +02:00
Taylor Otwell
2f998b2095 Settle on Facades in service providers. 2014-08-29 00:21:49 +02:00
Taylor Otwell
45f0b4f9d9 Use injection here. Blah, can't decide. 2014-08-28 15:00:43 +02:00
Taylor Otwell
c9ea1cbf03 Fix doc blocks. 2014-08-28 14:47:08 +02:00
serhatdurum
01e97e13e2 Convert language PHP 5.4 arrays. 2014-08-28 13:15:07 +03:00
serhatdurum
5f5cc828d3 Convert language PHP 5.4 arrays. 2014-08-28 13:08:05 +03:00
serhatdurum
a1547b30ad Convert language PHP 5.4 arrays. 2014-08-28 13:07:32 +03:00
Taylor Otwell
bde518b59c Use App facade. 2014-08-27 22:05:56 +02:00
Taylor Otwell
198b54d4ad Simplify providers. 2014-08-27 21:50:37 +02:00
Taylor Otwell
78c932f688 Working on a few changes. 2014-08-27 12:49:50 +02:00
Taylor Otwell
fdba65c0dc Convert arrays. 2014-08-24 14:04:21 -05:00
Taylor Otwell
76c84d8652 Convert configuration PHP 5.4 arrays. 2014-08-24 14:03:58 -05:00
Taylor Otwell
a204045b28 Typo. 2014-08-24 13:55:57 -05:00
Taylor Otwell
3ade971b23 Add filesystem configuration. 2014-08-24 13:55:10 -05:00
Taylor Otwell
d6719eb5e5 Fix contracts. 2014-08-23 12:50:39 -05:00
Taylor Otwell
3e9e9c6cb7 Merge branch 'master' into develop 2014-08-22 08:34:14 -05:00
Taylor Otwell
462b91157b Merge pull request #2960 from josezenem/master
Missing validation sentence for timezone.
2014-08-22 08:34:03 -05:00
Taylor Otwell
3ee17a92e8 Merge branch 'master' into develop 2014-08-22 08:33:10 -05:00
Taylor Otwell
b363f3d195 Merge pull request #2964 from cjaoude/master
Add missing 'reminders.reset' message.
2014-08-22 08:32:50 -05:00
Taylor Otwell
f6b347b976 Add language line. 2014-08-22 08:32:07 -05:00
Taylor Otwell
5b1e511ab1 Merge branch 'master' into develop 2014-08-22 08:30:57 -05:00
Taylor Otwell
55053de667 Merge pull request #2971 from barryvdh/patch-3
Add type 'project' to composer.json
2014-08-22 08:29:35 -05:00
Taylor Otwell
e52be1f98d Merge pull request #2974 from jpavon/patch-2
Simplify .gitignore's .env
2014-08-22 08:28:50 -05:00
Taylor Otwell
ca3c8c3e56 Remove unnecessary alias. 2014-08-21 23:41:47 -05:00
Taylor Otwell
35df36febb Fix slashes. 2014-08-21 22:30:44 -05:00
Taylor Otwell
c9fb1c9110 Fixing a few things. Namespace configuration. 2014-08-21 21:25:03 -05:00
Taylor Otwell
a68933d34c Remove some service providers and aliases. 2014-08-21 12:47:40 -05:00
Taylor Otwell
4204337382 Remove remote provider. 2014-08-21 10:36:50 -05:00
Julio Pavón
479461e01f Simplify .gitignore's .env 2014-08-21 13:42:32 +01:00
Barry vd. Heuvel
c4bb1b8e59 Add type 'project' to composer.json
That is what is suggested by https://getcomposer.org/doc/04-schema.md#type
2014-08-21 09:43:18 +02:00