Taylor Otwell
49cbb23ac5
Sample database config.
2014-12-19 16:00:22 -06:00
Taylor Otwell
8f6db28661
Add connection settings to cache config.
2014-12-16 22:01:17 -06:00
Taylor Otwell
8d9bbc1c26
Update cache configuration.
2014-12-16 17:44:56 -06:00
Taylor Otwell
3646070dc1
Add expire option by default.
2014-12-16 16:10:19 -06:00
Taylor Otwell
93434d8679
Use the "Env" helper which has boolean support.
2014-12-15 13:07:04 -06:00
Nguyễn Văn Ánh
ac1e639715
Fixed artisan:optimize crash
2014-12-15 23:27:40 +07:00
Taylor Otwell
b1dc129af5
Merge pull request #3132 from winglian/develop
...
use APP_KEY from environment if available for the secret key
2014-12-15 08:45:49 -06:00
Taylor Otwell
83a5602df1
Use environment options in database config.
2014-12-15 08:44:30 -06:00
Taylor Otwell
ce48990bf2
Tweak some paths again.
2014-12-15 08:42:13 -06:00
Taylor Otwell
532297c109
Work on default project structure.
2014-12-08 09:31:31 -06:00
Taylor Otwell
0f88129356
Get rid of resources directory. Unnecessary.
2014-12-05 16:35:05 -06:00
Taylor Otwell
9309699de1
Tweaking setup.
2014-12-04 21:13:15 -06:00
Taylor Otwell
48d1a0ce36
working on some configuration changes.
2014-12-03 21:59:42 -06:00
Taylor Otwell
372a6d4907
List null driver in list of queue drivers.
2014-11-25 09:31:10 -06:00
Taylor Otwell
fa978d0525
Working on default app structure. Login views.
2014-11-24 11:42:29 -06:00
Taylor Otwell
91f174821f
Stub SES configuration.
2014-11-19 23:36:45 -06:00
Wing Lian
858bf03610
use APP_KEY from environment if available for the secret key
2014-11-12 15:52:49 -05:00
Taylor Otwell
d5e5947a6a
Add to compile.
2014-11-05 10:19:15 -06:00
Taylor Otwell
a280988eef
Stub out an app service provider.
2014-11-05 10:18:53 -06:00
Taylor Otwell
3c614ac5d6
Working on logging.
2014-11-03 10:26:04 -06:00
Taylor Otwell
9bc7c00df9
Add logs directory.
2014-11-03 09:06:02 -06:00
Taylor Otwell
c10ad6269e
Remove log service provider since it is part of Bootstrap process.
2014-10-21 21:57:39 -05:00
Taylor Otwell
9aed9debca
Tweak how console commands are registered.
2014-10-21 10:27:26 -05:00
Taylor Otwell
4301348646
Large refactor of HTTP and Console stack.
2014-10-20 11:14:41 -05:00
Taylor Otwell
0cd9ee1e90
Extend controller by default.
2014-10-15 08:34:33 -05:00
Sercan Çakır
ce161ee604
Update view.php
2014-10-13 00:52:37 +03:00
Taylor Otwell
546c81a190
Fix some password reset stuff.
2014-10-12 12:20:01 -05:00
Taylor Otwell
6980d95c21
Fix a few things.
2014-10-08 16:36:38 -05:00
Taylor Otwell
84b8a7c88b
Remove from compile list.
2014-10-06 22:57:08 -05:00
Taylor Otwell
d2937ea714
Working on stack.
2014-10-06 15:25:53 -05:00
Taylor Otwell
800cdac1a0
Work on paths.
2014-10-02 19:39:47 -05:00
Taylor Otwell
da7443abba
Tweak some paths.
2014-10-02 19:36:03 -05:00
Taylor Otwell
ab7ba393be
Add an event service provider.
2014-09-30 21:01:17 -05:00
Taylor Otwell
9f81d4df6e
Simplify things.
2014-09-27 20:35:08 -05:00
Paulo Freitas
5da4d51f0b
Add support for configuring AWS S3 region.
2014-09-18 23:49:15 -03: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
78c932f688
Working on a few changes.
2014-08-27 12:49:50 +02: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
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
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