Go to file
Taylor Otwell 2ab3d52540 Add note. 2014-08-20 12:49:00 -05:00
app Add note. 2014-08-20 12:49:00 -05:00
bootstrap Update paths. 2014-08-18 23:19:53 -05:00
config Update controller namespace. 2014-08-20 00:39:17 -05:00
database Working on the default app structure. 2014-08-18 22:46:16 -05:00
lang/en Working on the default app structure. 2014-08-18 22:46:16 -05:00
public Working on the default app structure. 2014-08-18 22:46:16 -05:00
storage Fix gitignore files. 2014-08-19 00:03:15 -05:00
tests Move PHPUnit to require-dev and fixes directory references to tests. 2014-08-20 19:36:09 +08:00
.gitattributes Minor cs fixes 2014-03-15 10:14:55 +00:00
.gitignore Fix gitignore files. 2014-08-19 00:03:15 -05:00
artisan Merge pull request #2754 from GrahamCampbell/fixes 2014-04-11 17:17:01 -05:00
composer.json Move PHPUnit to require-dev and fixes directory references to tests. 2014-08-20 19:36:09 +08:00
phpunit.xml Move PHPUnit to require-dev and fixes directory references to tests. 2014-08-20 19:36:09 +08:00
readme.md Updated badges 2014-05-27 15:47:53 +01:00
server.php Adding bootstrap/paths.php to allow specification of custom paths for sections of Laravel. 2013-02-07 11:19:17 +11:00

readme.md

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

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.

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.

Laravel is accessible, yet powerful, providing powerful 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 entire framework can be found on the Laravel website.

Contributing To Laravel

All issues and pull requests should be filed on the laravel/framework repository.

License

The Laravel framework is open-sourced software licensed under the MIT license