Difference between revisions of "Laravel"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Fix) |
Karl Jones (Talk | contribs) (ext links) |
||
Line 15: | Line 15: | ||
* [http://laravel.com/ Official home page] | * [http://laravel.com/ Official home page] | ||
+ | * [http://creative-punch.net/articles/php-articles/laravel-tutorials/ Getting started with Laravel]{{snd}} a collection of programming examples | ||
+ | * [http://cheats.jesse-obrien.ca/ Laravel cheat sheet]{{snd}} a collection of quick reference notes | ||
+ | * [http://laravel.com/api/4.1/ Laravel 4.1 API reference] | ||
+ | * [https://developers.openshift.com/en/php-framework-laravel.html Deploying Laravel 5.0 on OpenShift] | ||
+ | * [https://laravel-news.com/2015/04/lumen/ Lumen, a speed-oriented micro framework by Laravel], April 15, 2015 | ||
+ | * [https://github.com/laravel/laravel Laravel source code repository] on [[GitHub]] | ||
* [https://en.wikipedia.org/wiki/Laravel Laravel] @ Wikipedia | * [https://en.wikipedia.org/wiki/Laravel Laravel] @ Wikipedia |
Revision as of 10:06, 8 June 2015
Laravel is a free, open source PHP web application framework for the development of web applications following the model–view–controller (MVC) architectural pattern.
Prominent Laravel features include :
- Expressive syntax
- A modular packaging system with a dedicated dependency manager
- Different ways for accessing relational databases
- Various utilities that aid in application deployment and maintenance
According to a December 2013 developers survey on PHP frameworks popularity, Laravel was listed as the most popular PHP framework of 2013, followed by Phalcon, Symfony2, CodeIgniter and others. As of August 2014, Laravel is the most popular and watched PHP project on GitHub.
Laravel is released under the MIT License, with its source code hosted on GitHub.
External links
- Official home page
- Getting started with LaravelTemplate:Snd a collection of programming examples
- Laravel cheat sheetTemplate:Snd a collection of quick reference notes
- Laravel 4.1 API reference
- Deploying Laravel 5.0 on OpenShift
- Lumen, a speed-oriented micro framework by Laravel, April 15, 2015
- Laravel source code repository on GitHub
- Laravel @ Wikipedia