Skip to content

Commit b8e16b2

Browse files
committed
Merge branch 'master' into develop
2 parents 43a2e8f + e526c08 commit b8e16b2

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

app/config/mail.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,17 @@
108108

109109
'sendmail' => '/usr/sbin/sendmail -bs',
110110

111-
);
111+
/*
112+
|--------------------------------------------------------------------------
113+
| Mail "Pretend"
114+
|--------------------------------------------------------------------------
115+
|
116+
| When this option is enabled, e-mail will not actually be sent over the
117+
| web and will instead be written to your application's logs files so
118+
| you may inspect the message. This is great for local development.
119+
|
120+
*/
121+
122+
'pretend' => false,
123+
124+
);

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Laravel PHP Framework
22

3+
[![Latest Stable Version](https://poser.pugx.org/laravel/framework/version.png)](https://packagist.org/packages/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.png)](https://packagist.org/packages/laravel/framework) [![Build Status](https://travis-ci.org/laravel/framework.png)](https://travis-ci.org/laravel/framework)
4+
35
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.
46

57
Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.
@@ -16,4 +18,4 @@ Documentation for the entire framework can be found on the [Laravel website](htt
1618

1719
### License
1820

19-
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
21+
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)