crynobone
007c0190a3
[5.2] Remove default APP_KEY value
...
Signed-off-by: crynobone <[email protected] >
2016-08-02 08:09:41 +08:00
crynobone
50357d8bab
Use $this instead of parent.
...
Signed-off-by: crynobone <[email protected] >
2015-09-21 12:00:44 +08:00
crynobone
2ac993f8d3
[5.1] Move copying .env.example to post-root-package-install
...
post-create-project-cmd is executed only after post-install-cmd and this
could cause issue on the first installation (via composer
create-project) where environment is not prepared hence `php artisan
optimize` would generate `compiled.php`.
Signed-off-by: crynobone <[email protected] >
2015-06-02 10:26:07 +08:00
crynobone
6abdb1574d
Use tabs, always.
...
Signed-off-by: crynobone <[email protected] >
2014-09-23 10:29:59 +08:00
crynobone
e084583077
Move PHPUnit to require-dev and fixes directory references to tests.
...
Signed-off-by: crynobone <[email protected] >
2014-08-20 19:36:09 +08:00
crynobone
da93563ad7
Remove none existing files being referred in .gitignore
...
Signed-off-by: crynobone <[email protected] >
2014-08-17 19:32:08 +08:00
crynobone
ffe21c53e1
Add missing mailgun.domain option.
...
Signed-off-by: crynobone <[email protected] >
2014-05-04 10:31:36 +08:00
crynobone
b268cdc716
Add php artisan clear-compiled to post-install-cmd, as proposed in
...
laravel/framework#3152
Signed-off-by: crynobone <[email protected] >
2014-01-07 10:50:02 +08:00
crynobone
2079ec648a
Group similar upgrade task.
...
Signed-off-by: crynobone <[email protected] >
2013-11-23 07:01:34 +08:00
crynobone
590872d3c6
Update auth test case
...
Signed-off-by: crynobone <[email protected] >
2012-11-29 22:18:24 +08:00
crynobone
ba661e5768
Add 'laravel.auth: login' and 'laravel.auth: logout' events.
...
Signed-off-by: crynobone <[email protected] >
2012-11-29 22:14:16 +08:00
crynobone
56eca662cc
Session unit test giving a weird output
...
Signed-off-by: crynobone <[email protected] >
2012-11-06 22:56:04 +08:00
crynobone
0d8a4ffbdd
Add unit testing coverage for Laravel\HTML and improve setUp and tearDown for Form unit-test
...
Signed-off-by: crynobone <[email protected] >
2012-11-06 22:33:29 +08:00
crynobone
6dc6b2b5ae
Rename TestForm class to FormTest, to make it consistent with all other
...
testcases. Also remove tearDown method, as it doesn't do anything at
this moment.
Signed-off-by: crynobone <[email protected] >
2012-11-06 19:43:13 +08:00
crynobone
72dbf5ddeb
Add full code coverage for Laravel\Form
...
Signed-off-by: crynobone <[email protected] >
2012-11-06 17:42:35 +08:00
crynobone
dace3d5091
Add additional tests
...
Signed-off-by: crynobone <[email protected] >
2012-11-05 22:33:34 +08:00
crynobone
915becdb69
Improve Blade unit-test code coverage
...
Signed-off-by: crynobone <[email protected] >
2012-11-05 22:07:19 +08:00
crynobone
fd86aef25a
Trivial improvement to Laravel, while it is not documented, it has been a standard in Laravel to use tab as indentation and new line for curly bracket
...
Signed-off-by: crynobone <[email protected] >
2012-10-15 23:35:53 +08:00
crynobone
d816eb9ef3
Refix unit testing for Laravel
...
Signed-off-by: crynobone <[email protected] >
2012-08-01 13:05:59 +08:00
crynobone
c50646dfe8
Missing </head> close tag
2012-05-08 09:49:36 +08:00
crynobone
ec9f5f1995
Add support for Form::select with optgroup, solved #526
2012-05-07 20:43:40 +08:00
crynobone
2f2b0416aa
Google Pretty Print never loaded, there's no need to include it.
2012-05-07 19:24:48 +08:00
crynobone
57f94a7829
Validator: During replace :attribute, need to verify Lang::has('key') instead of checking is_null()
...
Signed-off-by: crynobone <[email protected] >
2012-05-06 00:53:33 +08:00