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
Taylor Otwell
aeffa1766f
Fix path.
2014-08-20 23:32:40 -05:00
Taylor Otwell
e7617ff19b
Change how controller is aliased.
2014-08-20 21:46:01 -05:00
Taylor Otwell
59289aff68
Tweak where views and lang files are located.
2014-08-20 20:41:24 -05:00
Taylor Otwell
838b20d4a0
Use facades.
2014-08-20 17:04:09 -05:00
Taylor Otwell
2ab3d52540
Add note.
2014-08-20 12:49:00 -05:00
Taylor Otwell
695ee0193d
Merge pull request #2970 from crynobone/patch/phpunit
...
[Fixes] Move PHPUnit to require-dev and fixes directory references to tests.
2014-08-20 09:21:47 -05:00
crynobone
e084583077
Move PHPUnit to require-dev and fixes directory references to tests.
...
Signed-off-by: crynobone <crynobone@gmail.com>
2014-08-20 19:36:09 +08:00
Taylor Otwell
cadc592ee2
Update controller namespace.
2014-08-20 00:39:17 -05:00
Taylor Otwell
eb4f536c44
Set console command name.
2014-08-20 00:26:14 -05:00
Taylor Otwell
177d1ebb7a
Mega work on structure.
2014-08-20 00:26:14 -05:00
Taylor Otwell
aae8ef3059
Fix gitignore files.
2014-08-19 00:03:15 -05:00
Taylor Otwell
61b67ef869
Merge pull request #2967 from crynobone/patch/update-gitignore
...
Remove none existing files being referred in .gitignore
2014-08-18 23:44:51 -05:00
Taylor Otwell
80a60552d7
Rename.
2014-08-18 23:43:10 -05:00