Commit Graph

3947 Commits

Author SHA1 Message Date
Taylor Otwell 91ca1707b8 Merge pull request #2278 from fabpot/patch-1
Add missing license information in composer.json
2013-08-29 01:36:11 -07:00
Fabien Potencier 505f445f99 Add missing license information in composer.json
The license information was missing from the composer.json file. This information is quite important as it is displayed on Packagist and used by automated tools (like http://insight.sensiolabs.com/ for instance) to check compatibility of your project dependencies.
2013-08-29 08:33:24 +02:00
Taylor Otwell 5c49245afe Merge pull request #2237 from mmeyer2k/patch-2
Update comment for clarity
2013-08-15 06:40:32 -07:00
Michael Meyer a4e2584985 More clarity 2013-08-07 12:53:37 -05:00
Michael Meyer 45f2234bd6 Update comment for clarity 2013-08-05 16:30:06 -05:00
Taylor Otwell 6a2ad475cf Added array validation language lines. 2013-07-30 09:05:55 -05:00
Taylor Otwell 93aee27cd9 Add expire option to reminder config. 2013-07-29 16:22:51 -05:00
Michael Meyer d0dea29df3 Fixed very minor typo 2013-07-24 08:34:30 -05:00
Dries Vints c5f288d1a5 Remove space and add global class reference in docblock
Removed an unnecessary space before a comments rule and added a backslash to reference the global namespace in a docblock.

Signed-off-by: Dries Vints <dries.vints@gmail.com>
2013-07-20 16:32:39 +02:00
Taylor Otwell 129d06dffd Merge branch 'master' into develop 2013-06-15 13:15:45 -05:00
Taylor Otwell 08cb97fa6d Tweak .htaccess. 2013-06-15 13:15:13 -05:00
Taylor Otwell 84cc247f98 Add groups configuration option to remote config. 2013-06-14 00:36:13 -05:00
Taylor Otwell 07e5cc10d9 Tweaking configuration files. 2013-06-12 22:54:05 -05:00
Taylor Otwell cbf56e76aa added remote config. 2013-06-12 21:11:40 -05:00
Taylor Otwell 19841d865d Merge pull request #2095 from briankiewel/patch2
changed google font url to be protocol relative
2013-06-10 05:57:53 -07:00
Brian Kiewel 0587fa28ff changed google font url to be protocol relative 2013-06-09 20:52:43 -07:00
Taylor Otwell be57d32dfa Merge branch 'master' into develop 2013-06-09 20:43:01 -05:00
Taylor Otwell f583a9d23f Added post create-project command to generate key. 2013-06-09 20:24:38 -05:00
Taylor Otwell b7c147c77a Update encrypter comment. 2013-06-09 20:22:11 -05:00
Taylor Otwell fe74ce3da1 Merge pull request #2089 from briankiewel/patch1
changed spaces to tabs
2013-06-09 18:17:04 -07:00
Taylor Otwell 51a013fbbf Fix closing div tag. 2013-06-09 20:07:34 -05:00
Taylor Otwell b8e16b2f1c Merge branch 'master' into develop 2013-06-08 13:14:31 -05:00
Taylor Otwell e526c08800 Added "pretend" option to mail config. 2013-06-08 13:14:14 -05:00
Brian Kiewel 4b35eea3a7 changed spaces to tabs 2013-06-07 17:00:23 -07:00
Taylor Otwell 71a5ad6282 Update readme.md 2013-06-07 08:59:40 -05:00
Taylor Otwell 1c0920080e Update readme.md 2013-06-07 08:58:40 -05:00
Taylor Otwell 43a2e8f20e Merge branch 'master' into develop 2013-05-31 08:30:47 -05:00
Taylor Otwell 9b44c33cb3 Fix package name. 2013-05-31 08:30:40 -05:00
Taylor Otwell 5e24837f43 Merge branch 'master' into develop 2013-05-31 08:29:42 -05:00
Taylor Otwell d1520dc1b9 Adding a few things to the composer.json file. 2013-05-31 08:29:03 -05:00
Taylor Otwell 6d4418afff Merge pull request #2044 from jonathanmarvens/master
Tiny grammar fix...[:)].
2013-05-30 05:56:41 -07:00
Jonathan Barronville e8fa5f02b7 Small grammar fix. 👀 . 2013-05-29 16:37:27 -04:00
Taylor Otwell c0a26f50ac Fix unit test example. 2013-05-29 08:59:05 -05:00
Taylor Otwell 164e2d9651 Fix unit test example. 2013-05-29 08:58:31 -05:00
Taylor Otwell df3795b8ef Update dependency to 4.1.x. 2013-05-28 15:38:38 -05:00
Taylor Otwell b87a78fb17 Tweak welcome page. 2013-05-28 11:28:05 -05:00
Taylor Otwell 075e5e93f0 Merge branch 'master' into develop 2013-05-28 10:50:51 -05:00
Taylor Otwell e510b02812 Tweak framework readme. 2013-05-28 09:37:32 -05:00
Taylor Otwell b9fe2dda26 Merge pull request #2013 from juukie14/master
Conditionally Loading jQuery in profiler template
2013-05-28 06:08:00 -07:00
Taylor Otwell c89354f63c Merge pull request #2026 from vus520/3018bcce718665e28b6fcf8b48fc3ef79f9d8c65
add Simplified Chinese language package
2013-05-28 06:04:39 -07:00
Taylor Otwell 443fc9d7b5 Merge pull request #2027 from nils-werner/executable
Make artisan executable
2013-05-28 06:04:22 -07:00
Nils Werner 68e9fea2e6 Make artisan executable 2013-05-28 11:05:10 +02:00
Taylor Otwell c7caca41a2 Merge pull request #2022 from kirkbushell/master
Route update to call aliased Controller class
2013-05-27 18:08:11 -07:00
Taylor Otwell 2e65a168dc Merge pull request #2021 from ipalaus/fix/sendmail-config
The default sendmail path must contain '-bs' or '-t' flags.
2013-05-27 04:13:03 -07:00
Kirk Bushell 8f79855808 Route updated to ensure that the root Controller alias is called, rather than the one within its own namespace.
Signed-off-by: Kirk Bushell <torm3nt@gmail.com>
2013-05-27 15:43:32 +10:00
Isern Palaus 1cd0f1a6d7 The default sendmail path must contain '-bs' or '-t' flags.
Signed-off-by: Isern Palaus <ipalaus@ipalaus.es>
2013-05-27 06:31:55 +02:00
Taylor Otwell 15bd1bfa63 Fix casing. 2013-05-26 13:50:33 -05:00
Taylor Otwell af39f0c2b1 Just boot MbString on Patchwork. 2013-05-26 13:50:16 -05:00
Taylor Otwell ad52c50f87 Merge pull request #2018 from laravel/welcome-page
New welcome page.
2013-05-25 11:47:59 -07:00
Dayle Rees 5060bc2ade New welcome page. 2013-05-25 18:57:39 +01:00