Commit Graph

3495 Commits

Author SHA1 Message Date
Taylor Otwell b6a94c0216 Added new workbench config file. 2013-03-18 13:37:05 -05:00
Taylor Otwell b5b7f71964 Fix comment. 2013-03-17 14:39:11 -05:00
Taylor Otwell 36e7b132d4 Setup composer post update script to run php artisan optimize. 2013-03-16 09:05:37 -05:00
Taylor Otwell 13d7adb38f Update for optimize command. 2013-03-15 22:22:11 -05:00
Taylor Otwell 0c0b68e395 Added payload configuration option. 2013-03-13 20:12:34 -05:00
Taylor Otwell b8008ff7b3 Fix comment. 2013-03-13 16:40:10 -05:00
Taylor Otwell 13adb44ddf Rename path to files. 2013-03-13 13:29:10 -05:00
Taylor Otwell 4aaf9a8f2b Exit with artisan status code. 2013-03-13 11:56:39 -05:00
Taylor Otwell 216bc07733 Added new options to session config. 2013-03-13 11:32:36 -05:00
Taylor Otwell 5fac0f7b35 Added a sample IronMQ configuration. 2013-03-12 08:23:38 -05:00
Taylor Otwell 6f92ee8efd Fix CSRF token bug. 2013-03-11 13:21:52 -05:00
Taylor Otwell 2a14998be9 fire app shutdown event. 2013-03-08 10:52:24 -06:00
Taylor Otwell 89e4c29d63 Merge pull request #1765 from driesvints/develop
Add sqs to list of supported drivers
2013-03-05 06:42:47 -08:00
Dries Vints 457e76a470 Add sqs to list of supported drivers
Just forgotten I presume.
2013-03-05 15:41:03 +01:00
Taylor Otwell 05cb4ca276 added form service provider and aliases. 2013-02-27 22:26:58 -06:00
Taylor Otwell 3d5747c282 Merge pull request #1739 from Bering/regex-validation-message
Fixes the validation error message for regex validation rule
2013-02-25 13:58:26 -08:00
Taylor Otwell 45f4de147f Merge pull request #1721 from zackkitzmiller/patch-1
Default queue should be synchronous.
2013-02-25 12:55:21 -08:00
Bering c45ef54c58 Fixes the validation error message for regex validation rule 2013-02-22 17:25:49 -05:00
Zack Kitzmiller 69911f29cd default queue should be synchronous. 2013-02-18 11:03:17 -05:00
Taylor Otwell 79d18a3122 Update app/config/session.php 2013-02-14 08:32:38 -06:00
Taylor Otwell 32df1b62d3 added Str alias. 2013-02-13 14:01:47 -06:00
Taylor Otwell 96237d884e update queue config with sqs example. 2013-02-12 22:23:48 -06:00
Taylor Otwell 3ad5edcc10 adding a default password reminder e-mail. 2013-02-08 14:49:12 -06:00
Taylor Otwell df319a2178 added a reminders language file. 2013-02-08 14:24:18 -06:00
Taylor Otwell 6674b34a64 update log file name to include sapi name. 2013-02-08 11:14:17 -06:00
Taylor Otwell 4355a334f7 update session config. 2013-02-08 09:31:43 -06:00
Taylor Otwell 5d409fe0d5 remove unneeded alias. 2013-02-07 16:42:54 -06:00
Taylor Otwell 6c40ce69fb setup seeder. 2013-02-07 14:51:28 -06:00
Taylor Otwell ce0a7f6545 fix typo. 2013-02-07 08:53:07 -06:00
Taylor Otwell 59d6d74a23 clean up start file. 2013-02-06 22:11:29 -06:00
Taylor Otwell c07f552c70 cleaning up comments for my ocd. 2013-02-06 22:04:36 -06:00
Taylor Otwell 4528981e44 Merge pull request #1687 from bencorlett/develop
Adding ability to specify public path and centralising paths into their own file.
2013-02-06 19:59:09 -08:00
Ben Corlett 24e158e889 Adding bootstrap/paths.php to allow specification of custom paths for sections of Laravel.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2013-02-07 11:19:17 +11:00
Ben Corlett 8a5f18e139 Moving start.php to bootstrap/start.php to collate all bootstrapping files.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2013-02-07 09:27:15 +11:00
Taylor Otwell 106d3b7287 fix namespace. 2013-02-01 08:30:52 -06:00
Taylor Otwell ae43bff49b added a new service provider. 2013-01-31 23:27:03 -06:00
Taylor Otwell 15a52eefaf update service provider class name. 2013-01-31 23:15:07 -06:00
Taylor Otwell af4381f7de implement remindable interface on default user. 2013-01-31 22:40:41 -06:00
Taylor Otwell 7e81f9de94 Merge branch 'develop' of github.com:laravel/laravel into develop 2013-01-30 22:42:40 -06:00
Taylor Otwell df6021a26d added config for password reminders. 2013-01-30 22:42:27 -06:00
Taylor Otwell 098c6c6295 tweak how autoloader works. 2013-01-30 19:46:36 -06:00
Taylor Otwell 0e5b8ae8f7 added reminder service provider and password alias. 2013-01-28 20:28:15 -06:00
Taylor Otwell 5446db1252 added queue facade. 2013-01-28 12:03:59 -06:00
Taylor Otwell f6ad08698b added queue config and service provider. 2013-01-28 11:58:38 -06:00
Taylor Otwell 20a0edcdde Merge pull request #1642 from alexwhitman/date-validation-messages
Add date validation messages
2013-01-25 12:06:32 -08:00
Alex Whitman caa65bbef6 Add date validation messages 2013-01-25 20:01:01 +00:00
Taylor Otwell 5ad3707ca4 boot the application on all artisan commands. 2013-01-23 23:43:28 -06:00
Taylor Otwell 9d3c3ea038 tweak how autoloaders are called. adjust phpunit bootstrap. 2013-01-23 23:33:47 -06:00
Dayle Rees d19398614b Merge pull request #1628 from amigorich/typo-fix
Fixup typo in comment block.
2013-01-23 01:02:31 -08:00
Richard Bradshaw 3ad58caba6 Fixup typo in comment block.
Fix a couple of typos in the comment block.
2013-01-19 19:34:38 +00:00