SlideShare a Scribd company logo
1 of 7
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

What's hot (20)

Reactjs Basics
Reactjs BasicsReactjs Basics
Reactjs Basics
 
Spring boot jpa
Spring boot jpaSpring boot jpa
Spring boot jpa
 
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
 
Hidden things uncovered about laravel development
Hidden things uncovered about laravel developmentHidden things uncovered about laravel development
Hidden things uncovered about laravel development
 
JEE Programming - 03 Model View Controller
JEE Programming - 03 Model View ControllerJEE Programming - 03 Model View Controller
JEE Programming - 03 Model View Controller
 
Spring framework
Spring frameworkSpring framework
Spring framework
 
JEE Programming - 08 Enterprise Application Deployment
JEE Programming - 08 Enterprise Application DeploymentJEE Programming - 08 Enterprise Application Deployment
JEE Programming - 08 Enterprise Application Deployment
 
It and ej
It and ejIt and ej
It and ej
 
Spring mvc
Spring mvcSpring mvc
Spring mvc
 
Design Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for SoftwareDesign Patterns : The Ultimate Blueprint for Software
Design Patterns : The Ultimate Blueprint for Software
 
APEX Migration
APEX MigrationAPEX Migration
APEX Migration
 
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveDataAndroid MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
 
Java spring ppt
Java spring pptJava spring ppt
Java spring ppt
 
JEE Programming - 06 Web Application Deployment
JEE Programming - 06 Web Application DeploymentJEE Programming - 06 Web Application Deployment
JEE Programming - 06 Web Application Deployment
 
Introduction of laravel framework.
Introduction of laravel framework.Introduction of laravel framework.
Introduction of laravel framework.
 
Rest web service
Rest web serviceRest web service
Rest web service
 
IIS 6.0 and asp.net
IIS 6.0 and asp.netIIS 6.0 and asp.net
IIS 6.0 and asp.net
 
Designing keyword and Data Driven Automation framework with Selenium
Designing keyword and Data Driven Automation framework with SeleniumDesigning keyword and Data Driven Automation framework with Selenium
Designing keyword and Data Driven Automation framework with Selenium
 
Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?Why Laravel PHP Framework Is Preferred By Web Developers?
Why Laravel PHP Framework Is Preferred By Web Developers?
 
Mef 12 step program
Mef 12 step programMef 12 step program
Mef 12 step program
 

Viewers also liked

Viewers also liked (7)

AdaptTo 2013 Device Detection with Apache DeviceMap
AdaptTo 2013 Device Detection with Apache DeviceMapAdaptTo 2013 Device Detection with Apache DeviceMap
AdaptTo 2013 Device Detection with Apache DeviceMap
 
Laravel - Website Development in Php Framework.
Laravel - Website Development in Php Framework.Laravel - Website Development in Php Framework.
Laravel - Website Development in Php Framework.
 
Drought In Bangladesh
Drought In BangladeshDrought In Bangladesh
Drought In Bangladesh
 
Flood Forecasting Technology
Flood Forecasting TechnologyFlood Forecasting Technology
Flood Forecasting Technology
 
Laravel Introduction
Laravel IntroductionLaravel Introduction
Laravel Introduction
 
PDF Road flood sensor with web and mobile application support
PDF Road flood sensor with web and mobile application supportPDF Road flood sensor with web and mobile application support
PDF Road flood sensor with web and mobile application support
 
Intrusion detection system
Intrusion detection system Intrusion detection system
Intrusion detection system
 

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

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

Laravel - A Trending PHP Framework
Laravel - A Trending PHP FrameworkLaravel - A Trending PHP Framework
Laravel - A Trending PHP Framework
 
Laravel : A Fastest Growing Kid
Laravel : A Fastest Growing KidLaravel : A Fastest Growing Kid
Laravel : A Fastest Growing Kid
 
Latest Laravel Practice 2023 Experts Guidance.pdf
Latest Laravel Practice 2023 Experts Guidance.pdfLatest Laravel Practice 2023 Experts Guidance.pdf
Latest Laravel Practice 2023 Experts Guidance.pdf
 
Laravel 9_ Unlock the Exciting Features Here!.pptx
Laravel 9_ Unlock the Exciting Features Here!.pptxLaravel 9_ Unlock the Exciting Features Here!.pptx
Laravel 9_ Unlock the Exciting Features Here!.pptx
 
Latest Laravel Development Trends that will Rule in 2021 - Think Tanker
Latest Laravel Development Trends that will Rule in 2021 - Think TankerLatest Laravel Development Trends that will Rule in 2021 - Think Tanker
Latest Laravel Development Trends that will Rule in 2021 - Think Tanker
 
What’s New in Laravel 8 for a Laravel Development Company?
What’s New in Laravel 8 for a Laravel Development Company?What’s New in Laravel 8 for a Laravel Development Company?
What’s New in Laravel 8 for a Laravel Development Company?
 
Laravel – The Perfect PHP Framework for Startups
Laravel – The Perfect PHP Framework for StartupsLaravel – The Perfect PHP Framework for Startups
Laravel – The Perfect PHP Framework for Startups
 
Web presentation
Web presentationWeb presentation
Web presentation
 
Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications Why choose the laravel php framework for enterprise web applications
Why choose the laravel php framework for enterprise web applications
 
Why Laravel is the first choice for Web development_.pdf
Why Laravel is the first choice for Web development_.pdfWhy Laravel is the first choice for Web development_.pdf
Why Laravel is the first choice for Web development_.pdf
 
Top 10 Useful tools for Laravel development.pdf
Top 10 Useful tools for Laravel development.pdfTop 10 Useful tools for Laravel development.pdf
Top 10 Useful tools for Laravel development.pdf
 
Who Should Consider Using Laravel for Web Development?
Who Should Consider Using Laravel for Web Development?Who Should Consider Using Laravel for Web Development?
Who Should Consider Using Laravel for Web Development?
 
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
 SMBs achieve remarkable TTM leveraging Laravel-PHP Framework SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
 
What's new in laravel 9 a complete guide for laravel website development
What's new in laravel 9  a complete guide for laravel website developmentWhat's new in laravel 9  a complete guide for laravel website development
What's new in laravel 9 a complete guide for laravel website development
 
Top 12 Advantages Of Using Laravel Framework In 2023
Top 12 Advantages Of Using Laravel Framework In 2023Top 12 Advantages Of Using Laravel Framework In 2023
Top 12 Advantages Of Using Laravel Framework In 2023
 
The trend of laravel application development will never end!
The trend of laravel application development will never end!The trend of laravel application development will never end!
The trend of laravel application development will never end!
 
7 Reasons Why Laravel is Used for Most Common Applications.pdf
7 Reasons Why Laravel is Used for Most Common Applications.pdf7 Reasons Why Laravel is Used for Most Common Applications.pdf
7 Reasons Why Laravel is Used for Most Common Applications.pdf
 
Laravel Web Development: A Comprehensive Guide
Laravel Web Development: A Comprehensive GuideLaravel Web Development: A Comprehensive Guide
Laravel Web Development: A Comprehensive Guide
 
Laravel vs Codeigniter, Which is Better PHP Framework_.pptx
Laravel vs Codeigniter, Which is Better PHP Framework_.pptxLaravel vs Codeigniter, Which is Better PHP Framework_.pptx
Laravel vs Codeigniter, Which is Better PHP Framework_.pptx
 
Laravel for Enterprise Application Development.pdf
Laravel for Enterprise Application Development.pdfLaravel for Enterprise Application Development.pdf
Laravel for Enterprise Application Development.pdf
 

Recently uploaded

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

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/