ソースを参照

纠正数据填充问题,readme.md编写

Moell 9 年 前
コミット
a735757e79
2 ファイル変更11 行追加29 行削除
  1. 2 2
      database/seeds/UserTableSeeder.php
  2. 9 27
      readme.md

+ 2 - 2
database/seeds/UserTableSeeder.php

@@ -14,8 +14,8 @@ class UserTableSeeder extends Seeder
     {
         DB::table('users')->insert([
             'name'  => 'admin',
-            'email' => 'admin@gmall.com',
-            'password' => bcrypt('admin')
+            'email' => 'moell@foxmail.com',
+            'password' => bcrypt('moell.cn')
         ]);
     }
 }

+ 9 - 27
readme.md

@@ -1,27 +1,9 @@
-# Laravel PHP Framework
-
-[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework)
-[![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework)
-[![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework)
-[![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework)
-[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)
-
-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, queueing, and caching.
-
-Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
-
-## Official Documentation
-
-Documentation for the framework can be found on the [Laravel website](http://laravel.com/docs).
-
-## Contributing
-
-Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](http://laravel.com/docs/contributions).
-
-## Security Vulnerabilities
-
-If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
-
-## License
-
-The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
+## Moell Blog
+Moell Blog 是一个基于Laravel5.2开发并支持markdow语法开源的简易博客,致力于给博主更好的写作体验。
+### 演示地址
+查看 [Moell Blog](http://moell.cn "Moell Blog")
+### 安装文档
+参阅 [Document](http://www.moell.cn/article/1 "Document")
+### License
+* 使用Moell Blog构建应用,必须在页脚添加上Copyright ©Moell Blog字样,并且Moell Blog 必须链接到http://www.moell.cn
+* 在遵守以上规则的情况下,你可以享受等同于 [MIT license](http://opensource.org/licenses/MIT) 协议的授权。