Skip to content

Commit 5ff6ea5

Browse files
committed
updating readme.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
1 parent 1e5c6ee commit 5ff6ea5

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

readme.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,25 @@
22

33
Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.
44

5-
### [Official Website & Documentation](http://laravel.com)
5+
### [Official Website & Documentation](http://laravel.com)
6+
7+
### Feature Overview
8+
9+
- Simple routing using Closures or controllers.
10+
- Views and templating.
11+
- Driver based session and cache handling.
12+
- Database abstraction with query builder.
13+
- Authentication.
14+
- Migrations.
15+
- PHPUnit Integration.
16+
- A lot more.
17+
18+
### Contributing to Laravel
19+
20+
Contributions are encouraged and welcome; however, please review the Developer Certificate of Origin in the "license.txt" file included in the repository. All commits must be signed off using the "-s" switch.
21+
22+
git commit -s -m "thie commit will be signed off automatically!"
23+
24+
### License
25+
26+
Laravel is open-sourced software licensed under the MIT License.

0 commit comments

Comments
 (0)