SlideShare a Scribd company logo
Laravel webdevelopmentcompany India http://www.ifour-consultancy.com
Laravel framework: An overview
and
Usability for web development
Laravel webdevelopmentcompany India http://www.ifour-consultancy.com
Contents
Introduction.......................................................................................................................................3
Architecture.......................................................................................................................................3
Technicalities.....................................................................................................................................4
Where is it used.................................................................................................................................4
Advantages........................................................................................................................................5
Disadvantages....................................................................................................................................5
Popular Websites on It.......................................................................................................................6
References.........................................................................................................................................7
Laravel webdevelopmentcompany India http://www.ifour-consultancy.com
Introduction
Laravel is considered to be a clean and classy framework for PHP web development. It helps in
creating wonderful applications,using simple, expressivesyntax thus freeing from spaghetticode.
Laravel framework was released in June 2011 and is owned by Taylor Otwell (Laravel, 2015).
Architecture
Laravel Architecture (Laravelbook, 2015)
 The Model: These models are based on the real-world items such as a person, bank
account, or product. If one plans to build a blog, the models will include post and
comment. Models are typically permanent and will be stored outside the application,
often in a database. A model is more than just data as it enforces all the business rules
that will be applied to that data.
 The View: The visual representation of a model. The view acts as the resulting markup
Laravel webdevelopmentcompany India http://www.ifour-consultancy.com
that the framework renders to the browser, such as the HTML representing the blog post.
The view layer is responsible for generating a user interface, normally based on data in
the model.
 The Controller: The controller acts as a coordinator providing the link between the view
and the model. The controller is responsible for processing input, acting upon the model,
and deciding on what action should be performed, such as rendering a view or redirecting
to another page.
Technicalities
Some of the technicalities that make Laravel a classy framework (Laravel Application
Development, 2015) are:
 RESTful Routing- Laravel helps by allowing use of simple closures to act in response to
requests to your application.
 Beautiful Templating- with Blade templating engine, it provides awesome template
inheritance and is super-fast to act.
 Flexible- Laravel is built keeping in mind the flexibility and size of application demanded
by versatile entities. Thus it allows a developer to build custom JSON API’s application up
to huge enterprise applications.
 Testing- Laravel is built keeping Testing in mind so as to make it easier for developers to
know the outcome of their code, instantly.
Where is it used
Some of the applications of Laravel are (Laravel, 2015) :
1. Laravel 5.0 provides simplified mechanisms for authentication with different Oauth
providers include Facebook ,twitter, Google, Git hub and Bit-bucket.
2. Laravel 5.0 is a File Systemabstraction layer that allows local file systems and cloud-based
storage services provided by Amazon S3 and Rack-space Cloud to be used transparently
and in the same way.
3. Laravel 4.2 provides an interface for managing subscription billing services provided by
Stripe, such as handling Coupons and generating invoices.
4. Laravel 4.1, allows programmatic execution of CLI commands on remote servers using the
Secure Shell (SSH) as an encrypted network protocol.
Laravel webdevelopmentcompany India http://www.ifour-consultancy.com
Advantages
Some of the advantages are (Laravel Developers, 2015) :
1. Modularity is built in via “bundles”, making it really easy to drop in/reuse code across
application
2. Eloquent ORM is a simple, super fast ORMthat makes working with database relations
easy
3. Performance, load and stress testing
4. Staying up-to-date with latest technology
5. Very configurable and extendable. I can set up apps with the folder structure the way
like it and how it works best for me.
6. Blade template engine. Very fast (compiles to PHP then caches the results) and very
extendable. So easy to add new features without hacking the core.
7. Reverse routing
8. Excellent documentation.
9. Multi-browser compatibility
10. Highly maintainable code
11. Solid Version Control System
12. User friendly Interfaces
Disadvantages
Some of the disadvantages are (Reddit, 2015):
1. Caching abilities seem to be quite limited.
2. If you try to figure out why something's not working, you'll probably land on
documentation that won't help you.
3. While the community is seen as great and polite, it's very lacking in size.
4. A lot of the functions in Laravel are tricky especially when it comes to database work.
5. The biggest disadvantage is that everything is hidden behind a facade. This means that
they use standard dependency injection for a lot of things, but then hide it behind a
facade with magic methods.
Laravel webdevelopmentcompany India http://www.ifour-consultancy.com
Popular Websites on It
As per (Builtwith, 2015), there 74,254 websites that have used Laravel and out of these 46,951
websites are currently live. Some of the popular sites that have used Laravel are
 http://www.pixable.com
 http://www.gtav.net
 http://www.religionfacts.com
 http://www.docasap.com
 http://www.wonderopolis.org
Laravel webdevelopmentcompany India http://www.ifour-consultancy.com
References
Builtwith. (2015, June 3).RetrievedfromBuiltwith:https://trends.builtwith.com/framework/Laravel
Freewebsitereport.(n.d.).Retrieved0605, 2014, from Freewebsitereport:
http://www.freewebsitereport.org/
Laravel.(2015, June 2). RetrievedfromWikipedia:http://en.wikipedia.org/wiki/Laravel
Laravel Application Development.(2015,June 3). RetrievedfromBacancyTechnology:
http://www.bacancytechnology.com/laravel-web-application-development
Laravel Developers.(2015, June 3). RetrievedfromComentum:http://www.comentum.com/laravel-
developers.html
Laravelbook.(2015, June 2).RetrievedfromLaravelbook.com:http://laravelbook.com/laravel-
architecture/
Linkedin.(n.d.).Retrieved0605, 2014, from Linkedin:http://www.linkedin.com
Reddit.(2015, June 3).RetrievedfromReddit:
http://www.reddit.com/r/PHP/comments/z5hwu/what_do_you_guys_think_of_laravel_framew
ork/

More Related Content

What's hot (20)

Reactjs Basics
Reactjs Basics
Hamid Ghorbani
 
Spring boot jpa
Spring boot jpa
Hamid Ghorbani
 
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
ssuser337865
 
Hidden things uncovered about laravel development
Hidden things uncovered about laravel development
Katy Slemon
 
JEE Programming - 03 Model View Controller
JEE Programming - 03 Model View Controller
Danairat Thanabodithammachari
 
Spring framework
Spring framework
vietduc17
 
JEE Programming - 08 Enterprise Application Deployment
JEE Programming - 08 Enterprise Application Deployment
Danairat Thanabodithammachari
 
It and ej
It and ej
Harihar Kalia
 
Spring mvc
Spring mvc
Hamid Ghorbani
 
Design Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for Software
Edureka!
 
APEX Migration
APEX Migration
Oliver Lemm
 
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Waheed Nazir
 
Java spring ppt
Java spring ppt
natashasweety7
 
JEE Programming - 06 Web Application Deployment
JEE Programming - 06 Web Application Deployment
Danairat Thanabodithammachari
 
Introduction of laravel framework.
Introduction of laravel framework.
Omid Nikrah
 
Rest web service
Rest web service
Hamid Ghorbani
 
IIS 6.0 and asp.net
IIS 6.0 and asp.net
Rishi Kothari
 
Designing keyword and Data Driven Automation framework with Selenium
Designing keyword and Data Driven Automation framework with Selenium
Edureka!
 
Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?
KrishaWeb Technologies
 
Mef 12 step program
Mef 12 step program
JamesEggers
 
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
ssuser337865
 
Hidden things uncovered about laravel development
Hidden things uncovered about laravel development
Katy Slemon
 
Spring framework
Spring framework
vietduc17
 
JEE Programming - 08 Enterprise Application Deployment
JEE Programming - 08 Enterprise Application Deployment
Danairat Thanabodithammachari
 
Design Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for Software
Edureka!
 
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Waheed Nazir
 
Introduction of laravel framework.
Introduction of laravel framework.
Omid Nikrah
 
Designing keyword and Data Driven Automation framework with Selenium
Designing keyword and Data Driven Automation framework with Selenium
Edureka!
 
Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?
KrishaWeb Technologies
 
Mef 12 step program
Mef 12 step program
JamesEggers
 

Viewers also liked (7)

AdaptTo 2013 Device Detection with Apache DeviceMap
AdaptTo 2013 Device Detection with Apache DeviceMap
Conrad Woeltge
 
Laravel - Website Development in Php Framework.
Laravel - Website Development in Php Framework.
SWAAM Tech
 
Drought In Bangladesh
Drought In Bangladesh
Taslima Nasrin
 
Flood Forecasting Technology
Flood Forecasting Technology
Stephen Flood
 
Laravel Introduction
Laravel Introduction
Ahmad Shah Hafizan Hamidin
 
PDF Road flood sensor with web and mobile application support
PDF Road flood sensor with web and mobile application support
Mark Anthony Muya
 
Intrusion detection system
Intrusion detection system
gaurav koriya
 
AdaptTo 2013 Device Detection with Apache DeviceMap
AdaptTo 2013 Device Detection with Apache DeviceMap
Conrad Woeltge
 
Laravel - Website Development in Php Framework.
Laravel - Website Development in Php Framework.
SWAAM Tech
 
Flood Forecasting Technology
Flood Forecasting Technology
Stephen Flood
 
PDF Road flood sensor with web and mobile application support
PDF Road flood sensor with web and mobile application support
Mark Anthony Muya
 
Intrusion detection system
Intrusion detection system
gaurav koriya
 
Ad

Similar to Laravel framework - An overview and usability for web development (20)

Why Laravel is Best for Faster Web Application Development
Why Laravel is Best for Faster Web Application Development
GetAProgrammer
 
What is Laravel and Why Should You Choose it for Your Next Project?
What is Laravel and Why Should You Choose it for Your Next Project?
Acquaint Softtech Private Limited
 
Laravel Framework for web development.pptx
Laravel Framework for web development.pptx
Eric Walter
 
Who Should Consider Using Laravel for Web Development?
Who Should Consider Using Laravel for Web Development?
Acquaint Softtech Private Limited
 
Laravel – The Perfect PHP Framework for Startups
Laravel – The Perfect PHP Framework for Startups
Pixlogix Infotech
 
Why Should You Use Laravel for Web Application Development
Why Should You Use Laravel for Web Application Development
Sterling Technolabs
 
Why Laravel is the Best PHP Framework An Introduction.pdf
Why Laravel is the Best PHP Framework An Introduction.pdf
Grey Space Computing
 
Why Laravel is the first choice for Web development_.pdf
Why Laravel is the first choice for Web development_.pdf
Moon Technolabs Pvt. Ltd.
 
Why Use Laravel to Develop Faster Web-Based Apps?.pdf
Why Use Laravel to Develop Faster Web-Based Apps?.pdf
Perception System Pvt
 
Laravel for Your Web Development Project
Laravel for Your Web Development Project
Rosalie Lauren
 
8_reasons_php_developers_love_using_laravel.pptx
8_reasons_php_developers_love_using_laravel.pptx
sarah david
 
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
Mindfire LLC
 
Laravel : A Fastest Growing Kid
Laravel : A Fastest Growing Kid
Endive Software
 
Web presentation
Web presentation
Solaiman Hossain Tuhin
 
Advantages Of Laravel For Your Web Development.pdf
Advantages Of Laravel For Your Web Development.pdf
OpenTeQ group
 
Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications
Concetto Labs
 
What is Laravel? - Exploring the PHP Framework
What is Laravel? - Exploring the PHP Framework
Amcodr IT Solutions
 
Meaning of Laravel and What are Its Applications.pptx
Meaning of Laravel and What are Its Applications.pptx
Concetto Labs
 
The Power of Laravel Key Benefits to Choose It for Your Next Project.pptx
The Power of Laravel Key Benefits to Choose It for Your Next Project.pptx
seo02siddhiinfosoft
 
The trend of laravel application development will never end!
The trend of laravel application development will never end!
Concetto Labs
 
Why Laravel is Best for Faster Web Application Development
Why Laravel is Best for Faster Web Application Development
GetAProgrammer
 
What is Laravel and Why Should You Choose it for Your Next Project?
What is Laravel and Why Should You Choose it for Your Next Project?
Acquaint Softtech Private Limited
 
Laravel Framework for web development.pptx
Laravel Framework for web development.pptx
Eric Walter
 
Laravel – The Perfect PHP Framework for Startups
Laravel – The Perfect PHP Framework for Startups
Pixlogix Infotech
 
Why Should You Use Laravel for Web Application Development
Why Should You Use Laravel for Web Application Development
Sterling Technolabs
 
Why Laravel is the Best PHP Framework An Introduction.pdf
Why Laravel is the Best PHP Framework An Introduction.pdf
Grey Space Computing
 
Why Laravel is the first choice for Web development_.pdf
Why Laravel is the first choice for Web development_.pdf
Moon Technolabs Pvt. Ltd.
 
Why Use Laravel to Develop Faster Web-Based Apps?.pdf
Why Use Laravel to Develop Faster Web-Based Apps?.pdf
Perception System Pvt
 
Laravel for Your Web Development Project
Laravel for Your Web Development Project
Rosalie Lauren
 
8_reasons_php_developers_love_using_laravel.pptx
8_reasons_php_developers_love_using_laravel.pptx
sarah david
 
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
Mindfire LLC
 
Laravel : A Fastest Growing Kid
Laravel : A Fastest Growing Kid
Endive Software
 
Advantages Of Laravel For Your Web Development.pdf
Advantages Of Laravel For Your Web Development.pdf
OpenTeQ group
 
Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications
Concetto Labs
 
What is Laravel? - Exploring the PHP Framework
What is Laravel? - Exploring the PHP Framework
Amcodr IT Solutions
 
Meaning of Laravel and What are Its Applications.pptx
Meaning of Laravel and What are Its Applications.pptx
Concetto Labs
 
The Power of Laravel Key Benefits to Choose It for Your Next Project.pptx
The Power of Laravel Key Benefits to Choose It for Your Next Project.pptx
seo02siddhiinfosoft
 
The trend of laravel application development will never end!
The trend of laravel application development will never end!
Concetto Labs
 
Ad

Recently uploaded (20)

No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
 
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
Safe Software
 
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Safe Software
 
The State of Web3 Industry- Industry Report
The State of Web3 Industry- Industry Report
Liveplex
 
Mastering AI Workflows with FME - Peak of Data & AI 2025
Mastering AI Workflows with FME - Peak of Data & AI 2025
Safe Software
 
Oracle Cloud Infrastructure Generative AI Professional
Oracle Cloud Infrastructure Generative AI Professional
VICTOR MAESTRE RAMIREZ
 
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Puppy jhon
 
MuleSoft for AgentForce : Topic Center and API Catalog
MuleSoft for AgentForce : Topic Center and API Catalog
shyamraj55
 
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc
 
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
NTT DATA Technology & Innovation
 
Oracle Cloud and AI Specialization Program
Oracle Cloud and AI Specialization Program
VICTOR MAESTRE RAMIREZ
 
June Patch Tuesday
June Patch Tuesday
Ivanti
 
High Availability On-Premises FME Flow.pdf
High Availability On-Premises FME Flow.pdf
Safe Software
 
Oracle Cloud Infrastructure AI Foundations
Oracle Cloud Infrastructure AI Foundations
VICTOR MAESTRE RAMIREZ
 
Integration of Utility Data into 3D BIM Models Using a 3D Solids Modeling Wor...
Integration of Utility Data into 3D BIM Models Using a 3D Solids Modeling Wor...
Safe Software
 
“Why It’s Critical to Have an Integrated Development Methodology for Edge AI,...
“Why It’s Critical to Have an Integrated Development Methodology for Edge AI,...
Edge AI and Vision Alliance
 
Murdledescargadarkweb.pdfvolumen1 100 elementary
Murdledescargadarkweb.pdfvolumen1 100 elementary
JorgeSemperteguiMont
 
Introduction to Typescript - GDG On Campus EUE
Introduction to Typescript - GDG On Campus EUE
Google Developer Group On Campus European Universities in Egypt
 
FME for Distribution & Transmission Integrity Management Program (DIMP & TIMP)
FME for Distribution & Transmission Integrity Management Program (DIMP & TIMP)
Safe Software
 
Down the Rabbit Hole – Solving 5 Training Roadblocks
Down the Rabbit Hole – Solving 5 Training Roadblocks
Rustici Software
 
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
No-Code Workflows for CAD & 3D Data: Scaling AI-Driven Infrastructure
Safe Software
 
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
FME for Good: Integrating Multiple Data Sources with APIs to Support Local Ch...
Safe Software
 
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Floods in Valencia: Two FME-Powered Stories of Data Resilience
Safe Software
 
The State of Web3 Industry- Industry Report
The State of Web3 Industry- Industry Report
Liveplex
 
Mastering AI Workflows with FME - Peak of Data & AI 2025
Mastering AI Workflows with FME - Peak of Data & AI 2025
Safe Software
 
Oracle Cloud Infrastructure Generative AI Professional
Oracle Cloud Infrastructure Generative AI Professional
VICTOR MAESTRE RAMIREZ
 
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Viral>Wondershare Filmora 14.5.18.12900 Crack Free Download
Puppy jhon
 
MuleSoft for AgentForce : Topic Center and API Catalog
MuleSoft for AgentForce : Topic Center and API Catalog
shyamraj55
 
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc Webinar - 2025 Global Privacy Survey
TrustArc
 
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
Can We Use Rust to Develop Extensions for PostgreSQL? (POSETTE: An Event for ...
NTT DATA Technology & Innovation
 
Oracle Cloud and AI Specialization Program
Oracle Cloud and AI Specialization Program
VICTOR MAESTRE RAMIREZ
 
June Patch Tuesday
June Patch Tuesday
Ivanti
 
High Availability On-Premises FME Flow.pdf
High Availability On-Premises FME Flow.pdf
Safe Software
 
Oracle Cloud Infrastructure AI Foundations
Oracle Cloud Infrastructure AI Foundations
VICTOR MAESTRE RAMIREZ
 
Integration of Utility Data into 3D BIM Models Using a 3D Solids Modeling Wor...
Integration of Utility Data into 3D BIM Models Using a 3D Solids Modeling Wor...
Safe Software
 
“Why It’s Critical to Have an Integrated Development Methodology for Edge AI,...
“Why It’s Critical to Have an Integrated Development Methodology for Edge AI,...
Edge AI and Vision Alliance
 
Murdledescargadarkweb.pdfvolumen1 100 elementary
Murdledescargadarkweb.pdfvolumen1 100 elementary
JorgeSemperteguiMont
 
FME for Distribution & Transmission Integrity Management Program (DIMP & TIMP)
FME for Distribution & Transmission Integrity Management Program (DIMP & TIMP)
Safe Software
 
Down the Rabbit Hole – Solving 5 Training Roadblocks
Down the Rabbit Hole – Solving 5 Training Roadblocks
Rustici Software
 

Laravel framework - An overview and usability for web development

  • 1. Laravel webdevelopmentcompany India http://www.ifour-consultancy.com Laravel framework: An overview and Usability for web development
  • 2. Laravel webdevelopmentcompany India http://www.ifour-consultancy.com Contents Introduction.......................................................................................................................................3 Architecture.......................................................................................................................................3 Technicalities.....................................................................................................................................4 Where is it used.................................................................................................................................4 Advantages........................................................................................................................................5 Disadvantages....................................................................................................................................5 Popular Websites on It.......................................................................................................................6 References.........................................................................................................................................7
  • 3. Laravel webdevelopmentcompany India http://www.ifour-consultancy.com Introduction Laravel is considered to be a clean and classy framework for PHP web development. It helps in creating wonderful applications,using simple, expressivesyntax thus freeing from spaghetticode. Laravel framework was released in June 2011 and is owned by Taylor Otwell (Laravel, 2015). Architecture Laravel Architecture (Laravelbook, 2015)  The Model: These models are based on the real-world items such as a person, bank account, or product. If one plans to build a blog, the models will include post and comment. Models are typically permanent and will be stored outside the application, often in a database. A model is more than just data as it enforces all the business rules that will be applied to that data.  The View: The visual representation of a model. The view acts as the resulting markup
  • 4. Laravel webdevelopmentcompany India http://www.ifour-consultancy.com that the framework renders to the browser, such as the HTML representing the blog post. The view layer is responsible for generating a user interface, normally based on data in the model.  The Controller: The controller acts as a coordinator providing the link between the view and the model. The controller is responsible for processing input, acting upon the model, and deciding on what action should be performed, such as rendering a view or redirecting to another page. Technicalities Some of the technicalities that make Laravel a classy framework (Laravel Application Development, 2015) are:  RESTful Routing- Laravel helps by allowing use of simple closures to act in response to requests to your application.  Beautiful Templating- with Blade templating engine, it provides awesome template inheritance and is super-fast to act.  Flexible- Laravel is built keeping in mind the flexibility and size of application demanded by versatile entities. Thus it allows a developer to build custom JSON API’s application up to huge enterprise applications.  Testing- Laravel is built keeping Testing in mind so as to make it easier for developers to know the outcome of their code, instantly. Where is it used Some of the applications of Laravel are (Laravel, 2015) : 1. Laravel 5.0 provides simplified mechanisms for authentication with different Oauth providers include Facebook ,twitter, Google, Git hub and Bit-bucket. 2. Laravel 5.0 is a File Systemabstraction layer that allows local file systems and cloud-based storage services provided by Amazon S3 and Rack-space Cloud to be used transparently and in the same way. 3. Laravel 4.2 provides an interface for managing subscription billing services provided by Stripe, such as handling Coupons and generating invoices. 4. Laravel 4.1, allows programmatic execution of CLI commands on remote servers using the Secure Shell (SSH) as an encrypted network protocol.
  • 5. Laravel webdevelopmentcompany India http://www.ifour-consultancy.com Advantages Some of the advantages are (Laravel Developers, 2015) : 1. Modularity is built in via “bundles”, making it really easy to drop in/reuse code across application 2. Eloquent ORM is a simple, super fast ORMthat makes working with database relations easy 3. Performance, load and stress testing 4. Staying up-to-date with latest technology 5. Very configurable and extendable. I can set up apps with the folder structure the way like it and how it works best for me. 6. Blade template engine. Very fast (compiles to PHP then caches the results) and very extendable. So easy to add new features without hacking the core. 7. Reverse routing 8. Excellent documentation. 9. Multi-browser compatibility 10. Highly maintainable code 11. Solid Version Control System 12. User friendly Interfaces Disadvantages Some of the disadvantages are (Reddit, 2015): 1. Caching abilities seem to be quite limited. 2. If you try to figure out why something's not working, you'll probably land on documentation that won't help you. 3. While the community is seen as great and polite, it's very lacking in size. 4. A lot of the functions in Laravel are tricky especially when it comes to database work. 5. The biggest disadvantage is that everything is hidden behind a facade. This means that they use standard dependency injection for a lot of things, but then hide it behind a facade with magic methods.
  • 6. Laravel webdevelopmentcompany India http://www.ifour-consultancy.com Popular Websites on It As per (Builtwith, 2015), there 74,254 websites that have used Laravel and out of these 46,951 websites are currently live. Some of the popular sites that have used Laravel are  http://www.pixable.com  http://www.gtav.net  http://www.religionfacts.com  http://www.docasap.com  http://www.wonderopolis.org
  • 7. Laravel webdevelopmentcompany India http://www.ifour-consultancy.com References Builtwith. (2015, June 3).RetrievedfromBuiltwith:https://trends.builtwith.com/framework/Laravel Freewebsitereport.(n.d.).Retrieved0605, 2014, from Freewebsitereport: http://www.freewebsitereport.org/ Laravel.(2015, June 2). RetrievedfromWikipedia:http://en.wikipedia.org/wiki/Laravel Laravel Application Development.(2015,June 3). RetrievedfromBacancyTechnology: http://www.bacancytechnology.com/laravel-web-application-development Laravel Developers.(2015, June 3). RetrievedfromComentum:http://www.comentum.com/laravel- developers.html Laravelbook.(2015, June 2).RetrievedfromLaravelbook.com:http://laravelbook.com/laravel- architecture/ Linkedin.(n.d.).Retrieved0605, 2014, from Linkedin:http://www.linkedin.com Reddit.(2015, June 3).RetrievedfromReddit: http://www.reddit.com/r/PHP/comments/z5hwu/what_do_you_guys_think_of_laravel_framew ork/