Go to file
Taylor Otwell d1c04014dd Merge pull request #2332 from laheab/master
Move pre-update-cmd to post-update-cmd, solves inconveniences.
2013-10-11 20:33:50 -07:00
app added note about expiry time on reminders. 2013-09-06 23:42:43 -05:00
bootstrap Fix casing. 2013-05-26 13:50:33 -05:00
public Tweak .htaccess. 2013-06-15 13:15:13 -05: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 Moved pre-update-cmd to post-update-cmd 2013-09-29 16:02:32 +03: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