Commit Graph
29 Commits
Author SHA1 Message Date
Mior Muhammad Zaki 4760fcd6c5 Sync session.lifetime configuration (#6522)
See https://github.com/laravel/framework/blob/066b740f14461bb1a793ebb9742321ee00974060/config/session.php#L35

Signed-off-by: Mior Muhammad Zaki <[email protected]>
2025-01-23 08:05:06 -06:00
Mior Muhammad Zaki eb8085cf77 [11.x] Update config/mail.php with supported configuration (#6506)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
2024-12-13 07:57:40 -06:00
Mior Muhammad Zaki b0b29e1296 [10.x] Update minimum laravel/sanctum (#6261)
PR #6234 updated the configuration but it depends on Sanctum 3.3. This PR avoids installing Sanctum 3.2 with the new config.
2023-10-25 09:29:35 -05:00
Mior Muhammad Zaki 69bd1dceef Use $_SERVER instead of $_ENV for phpunit.
Laravel 5.8 limits dotenv to only rely on $_SERVER and not $_ENV. See https://github.com/laravel/framework/pull/27462
2019-02-13 08:54:45 +08:00
Mior Muhammad Zaki 926f53bcc0 Laravel 5.4 explicitly require phpunit 5.7.0+
As demonstrated in laravel/framework#17699 it is possible to have phpunit being installed with a lower than `5.7.0`, which doesn't work at all on 5.4 due to the changes with PHPUnit namespaced class.
2017-02-01 09:04:07 +08:00
crynobone 007c0190a3 [5.2] Remove default APP_KEY value
Signed-off-by: crynobone <[email protected]>
2016-08-02 08:09:41 +08:00
crynobone 34eb11faee [5.3] Password broker would always use notifications::email view.
Signed-off-by: crynobone <[email protected]>
2016-06-30 21:03:16 +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