Go to file
Lucas 3d99ff5c8d [PROPOSAL] Ignore all .env.*.php files
All environment files shall be ignored from Git
2014-03-05 14:29:57 +01:00
app Add ttr option to beanstalk config. 2014-03-03 20:07:43 -06:00
bootstrap Shorten path line. 2014-01-18 21:58:28 -06:00
public tabs to spaces 2013-12-25 09:57:47 +08:00
.gitattributes added gitattributes file and updated gitignore 2012-05-18 23:51:00 -06:00
.gitignore [PROPOSAL] Ignore all .env.*.php files 2014-03-05 14:29:57 +01:00
CONTRIBUTING.md moving laravel 4 into develop branch. 2013-01-11 15:14:07 -06:00
artisan Working on more Stacky setup. 2013-10-25 00:28:22 -05:00
composer.json Add php artisan clear-compiled to post-install-cmd, as proposed in 2014-01-07 10:50:02 +08:00
phpunit.xml tweak how autoloaders are called. adjust phpunit bootstrap. 2013-01-23 23:33:47 -06:00
readme.md added license badge 2014-01-19 02:59:10 +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

Latest Stable Version Total Downloads Build Status 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