Go to file
Taylor Otwell c1ab700b65 Merge pull request #2480 from samchivers/patch-1
Corrected the spelling of 'maintenance' in maintenance mode comment block
2013-12-11 06:16:04 -08:00
app Corrected the spelling of 'maintenance' in comment block 2013-12-11 13:29:42 +00:00
bootstrap Fix grammar. 2013-10-30 09:46:34 -05:00
public Updated line to use spaces instead of tabs. 2013-09-19 00:10:17 -05:00
.gitattributes added gitattributes file and updated gitignore 2012-05-18 23:51:00 -06:00
.gitignore gitignore windows thumbnails 2013-10-13 21:53:44 -04:00
CONTRIBUTING.md moving laravel 4 into develop branch. 2013-01-11 15:14:07 -06:00
artisan Exit with artisan status code. 2013-03-13 11:56:39 -05:00
composer.json Add missing comma. 2013-10-11 22:34:42 -05:00
phpunit.xml tweak how autoloaders are called. adjust phpunit bootstrap. 2013-01-23 23:33:47 -06:00
readme.md Update readme.md 2013-06-07 08:59:40 -05: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

Latest Stable Version Total Downloads Build Status

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