Go to file
Taylor Otwell 19841d865d Merge pull request #2095 from briankiewel/patch2
changed google font url to be protocol relative
2013-06-10 05:57:53 -07:00
app Merge pull request #2095 from briankiewel/patch2 2013-06-10 05:57:53 -07:00
bootstrap Fix casing. 2013-05-26 13:50:33 -05:00
public Small grammar fix. 👀 . 2013-05-29 16:37:27 -04:00
.gitattributes added gitattributes file and updated gitignore 2012-05-18 23:51:00 -06:00
.gitignore Update for optimize command. 2013-03-15 22:22:11 -05: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 Added post create-project command to generate key. 2013-06-09 20:24:38 -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