Browse Source

README

tags/0.1.0^0
Robin Thoni 8 years ago
parent
commit
1eb07f382e
2 changed files with 7 additions and 21 deletions
  1. 7
    0
      README
  2. 0
    21
      readme.md

+ 7
- 0
README View File

@@ -0,0 +1,7 @@
1
+Install
2
+=======
3
+
4
+Install composer packages
5
+Make storage writable
6
+Write .env
7
+Setup database

+ 0
- 21
readme.md View File

@@ -1,21 +0,0 @@
1
-## Lumen PHP Framework
2
-
3
-[![Build Status](https://travis-ci.org/laravel/lumen-framework.svg)](https://travis-ci.org/laravel/lumen-framework)
4
-[![Total Downloads](https://poser.pugx.org/laravel/lumen-framework/d/total.svg)](https://packagist.org/packages/laravel/lumen-framework)
5
-[![Latest Stable Version](https://poser.pugx.org/laravel/lumen-framework/v/stable.svg)](https://packagist.org/packages/laravel/lumen-framework)
6
-[![Latest Unstable Version](https://poser.pugx.org/laravel/lumen-framework/v/unstable.svg)](https://packagist.org/packages/laravel/lumen-framework)
7
-[![License](https://poser.pugx.org/laravel/lumen-framework/license.svg)](https://packagist.org/packages/laravel/lumen-framework)
8
-
9
-Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
10
-
11
-## Official Documentation
12
-
13
-Documentation for the framework can be found on the [Lumen website](http://lumen.laravel.com/docs).
14
-
15
-## Security Vulnerabilities
16
-
17
-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.
18
-
19
-### License
20
-
21
-The Lumen framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Loading…
Cancel
Save