SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Presented by:
Endive Softwarehttp://www.endivesoftware.com/
Agenda
•Famous PHP Frameworks
•PHP Framework Popularity Index
•Laravel Framework Growth over
Google Trends
•What is Laravel?
•History of Laravel
•Laravel Popularity poll index
•Why is Laravel favorite?
•Ready to use bundles in Laravel
•How does Laravel Work?
•An Introduction to MVC Framework
•How MVC works?
•Reason for growth of Laravel
Framework
•Reasons for using Laravel
•Future with Laravel
Constant growth in technology and the increasing demands gave birth to a range of rapid PHP
development frameworks. Most popular PHP Frameworks are:
•Aura
•Drupal
•TYPO3 Flow
•Fuel PHP
•Kohana
•Typo3
•Zend
•Yii
•CodeIgniter
•CakePHP
•PHPDevShell
•Akelos
•Symfony
•Prado
•Simple MVC
framework
•Silex
•Slim
•PHPixie
•Laravel
•Nette
Famous PHP Frameworks
PHP Framework Popularity Index
Statistics References: http://www.sitepoint.com/best-php-framework-2015-sitepoint-survey-results/
Laravel Framework Growth over Google
Trends
What is Laravel?
 A free, open-source PHP web framework created by Taylor Otwell, as
an attempt to provide advanced alternative to CodeIgniter.
 Released in June 2011, as Beta version, followed by Laravel 1 in the
same month.
 Allows development using MVC architectural pattern and regarded as
one of the most popular PHP frameworks.
 Supports expressive and beautiful syntax.
History of Laravel
Laravel Beta version was introduced in June 2011, which followed the
release of Laravel 1 and its due progress.
Laravel Popularity poll index
Statistics data reference : http://www.sitepoint.com/best-php-framework-2015-sitepoint-survey-results/
0
100
200
300
400
500
600
700
800
900
Total Votes
Total Work Favorite
Votes
Total personal
favorite votes
Why is Laravel favorite?
Laravel is the most starred PHP Framework in Github.
Do you know, Why? Because, It offers:
 Resource controllers, that make it painless to build RESTful controllers
around resources.
 It has made Authentication simpler than ever with the authentication
configuration file, located at config/auth.php, that contains well
documented option for tweaking the behavior.
 It offers Easy to Use approach to routing.
 It includes out of the box support for testing with PHPUnit.
 It proposes the single method for Database Seeding and Migration.
 It includes Eloquent ORM that provides a simple ActiveRecord
implementation for efficient working with database.
 It has database query builder that provides a convenient interface to
create and run database queries.
 Laravel includes the HTTP middleware that provides an efficient
mechanism for filtering HTTP requests entering your application.
 It provides the simple, yet powerful templating engine Blade, which
adds zero overhead to the application.
 Artisan console offers a number of helpful commands for user at the
time of developing application.
 Laravel Flysystem integration proposes drivers for working with local
file systems, Amazon S3, and Rackspace Cloud Storage.
Further, It offers:
 MVC Architecture
 Rapid Development
 Restful routing with simple Application Closures
 Better Code Foundation
 Future Ready Framework
Ready to use bundles in Laravel
 Cashier: It was introduced in Laravel 4.2 and provides an efficient
interface for the management of billing service provided by Stripe.
 SSH : It was proposed with Laravel 4.1 to allow the programmatic execution
of CLI commands using SSH on remote server.
 Scheduler : It was an addition to the Artisan introduces in Laravel 5.0,
which allow the programmatic scheduling of tasks.
 Flysystem: Introduced in Laravel 5.0, It is a file system abstraction layer
which allows the local file system and Cloud based storage service to be
used transparently.
 Socialite : It is an optional package introduced in Laravel 5.0 to provide
the simplified mechanism for OAuth authentication. e.g. Facebook,
Google, Twitter, GitHUB and Bitbucket.
How does Laravel work?
 Laravel comes with efficient command line tool Artisan that is used to
build skeleton code and database schema stubs.
 Laravel enforces the directory structure, that ensure the organisation of
in Laravel way.
 The standard Laravel Application structure contains /app directory
with the three subdirectories: Model, View and Controller.
 It uses Model-View-Controller architecture, which leverages the
separation between Presentation logic and Business logic.
An Introduction to MVC Framework
 MVC is a software architecture or design pattern, used in software
engineering , which fundamentally separates the business logic
from presentation logics.
 MVC was first described as design pattern for use with Smaltalk
by Trygve Reenskaug in 1979.
 MVC separates the application into three parts: Model, View and
Controller.
 Model: It is responsible for the management of data, storing and
retrieval of entities from database. It also contains the logic
implemented by application.
 View : It displays the data provided by the model in specific format.
 Controller: It intermediates the View and Model. It respond to the
request from user via communicating the model and sending it back to
the view.
How MVC works?
Reason for growth of Laravel Framework:
 The official documentation and code comments are amazingly
helpful, which answers approximately 95 percent of dev.
questions.
 Efficient framework that removes all friction from web
development process.
 Nicely separated framework for enabling the rapid development
without letting developer fall into the intricacies. Its forgiving
Reason for using Laravel
Easy to start
 Laravel offers the exceptional documentation, that makes it easier for
the developers to learn in relatively short time.
 An extensive library of Laracast tutorial, that helps developers to get up
to speed.
 Expressive and easy to understand syntax, that plays the amazing role
that helps in understanding the code
Example:
$address = DB::table('users')->where('name', 'John')->value('address');
This code snippet returns the address of the database entry associated
with the name "John".
 Ubiquitous Hosting Services
With a range of famous, high traffic websites facilitated with the PHP at
backend, PHP hosting is cheap and easy to host with. The most popular
hosting services support PHP and most cloud computing service are PHP-
friendly.
Additional Reasons:
 First choice of developers to start with.
 Easily-deployed environment in fully realized framework, allowing the speedy
development.
 It offers Laravel Homestead, which is an official, pre-packaged Vagrant box that create a
fully loaded virtual machine without requiring you to install PHP, HHVM, a web server
and other associated software.
 Explicit help to Unit Testing with premade phpunit.xml file and automatic rest of
configuration environment into testing mode.
 Completely configured Authentication that save from the need to code account creation
from scratch.
 Transaction handling using Stripe.
 Mail service interface is neatly crafted with all preferred local and cloud based mail
services.
 Large Laravel community, Larajobs to hire developers, awesome documentation, and
annual Laravel conference in US and Europe.
Future with Laravel
 Going to mark 5th anniversary, Laravel has rapidly become one of the
most favorite frameworks with the launch of other products , Forge,
Cashier, Envoy and Homestead.
 June, 2015 introduced Laravel framework version 5.1, that packaged a
lot for developers including the extended support and many more..
In the wake of amazing progress, Laravel 5.1 offered:
We at Laravel:
•Comprehensive
experienced in RAD.
•Adherence to timelines.
•Most credible and highly
manageable Laravel code.
Know More At: http://www.endivesoftware.com/laravel-development-services.php
With the constant progression to absolve from a few
drawbacks, Laravel is certainly going to be inherently superior to
any other framework available till date.
Connect with us :
A-68,69 Sunder Singh,
Bhandari Nagar, Swej Farm,
Sodala, Jaipur - Rajasthan (India)
Phone: +91-0141-4014147, 4035295
Email: sales@endivesoftware.com

Weitere ähnliche Inhalte

Was ist angesagt?

Losing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for SolutionLosing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for Solution
Acquia
 

Was ist angesagt? (20)

MuleSoft Meetup Charlotte 2 - 2019
MuleSoft Meetup Charlotte 2 - 2019MuleSoft Meetup Charlotte 2 - 2019
MuleSoft Meetup Charlotte 2 - 2019
 
A comprehensive guide to mule soft mule 4
A comprehensive guide to mule soft mule 4A comprehensive guide to mule soft mule 4
A comprehensive guide to mule soft mule 4
 
Laravel Tutorial PPT
Laravel Tutorial PPTLaravel Tutorial PPT
Laravel Tutorial PPT
 
MVC - Introduction
MVC - IntroductionMVC - Introduction
MVC - Introduction
 
Salesforce Lightning workshop Hartford - 12 March
Salesforce Lightning workshop Hartford - 12 MarchSalesforce Lightning workshop Hartford - 12 March
Salesforce Lightning workshop Hartford - 12 March
 
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
 
Lightning web components
Lightning web componentsLightning web components
Lightning web components
 
Laravel Web Development Services
Laravel Web Development ServicesLaravel Web Development Services
Laravel Web Development Services
 
What Is Alfresco
What Is AlfrescoWhat Is Alfresco
What Is Alfresco
 
Migrate To Lightning Web Components from Aura framework to increase performance
Migrate To Lightning Web Components from Aura framework to increase performance Migrate To Lightning Web Components from Aura framework to increase performance
Migrate To Lightning Web Components from Aura framework to increase performance
 
Laravel Eloquent ORM
Laravel Eloquent ORMLaravel Eloquent ORM
Laravel Eloquent ORM
 
An Introduction to Lightning Web Components
An Introduction to Lightning Web ComponentsAn Introduction to Lightning Web Components
An Introduction to Lightning Web Components
 
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
Discuss About ASP.NET MVC 6 and ASP.NET MVC 5
 
Losing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for SolutionLosing the Document Battle? Alfresco, Drupal Combine for Solution
Losing the Document Battle? Alfresco, Drupal Combine for Solution
 
Mule soft meetup_charlotte_4__draft_v2.0
Mule soft meetup_charlotte_4__draft_v2.0Mule soft meetup_charlotte_4__draft_v2.0
Mule soft meetup_charlotte_4__draft_v2.0
 
LOG4J VULNERABILITY SAP BUSINESS ONE IMPACT AND WORK AROUNDS
LOG4J VULNERABILITY SAP BUSINESS ONE IMPACT AND WORK AROUNDSLOG4J VULNERABILITY SAP BUSINESS ONE IMPACT AND WORK AROUNDS
LOG4J VULNERABILITY SAP BUSINESS ONE IMPACT AND WORK AROUNDS
 
Getting started with laravel
Getting started with laravelGetting started with laravel
Getting started with laravel
 
Dev ops, from theory to practice, by vahid rahimian
Dev ops, from theory to practice, by vahid rahimianDev ops, from theory to practice, by vahid rahimian
Dev ops, from theory to practice, by vahid rahimian
 
Laravel - The PHP Framework for Web Artisans
Laravel - The PHP Framework for Web ArtisansLaravel - The PHP Framework for Web Artisans
Laravel - The PHP Framework for Web Artisans
 
Intro to Salesforce Lightning Web Components (LWC)
Intro to Salesforce Lightning Web Components (LWC)Intro to Salesforce Lightning Web Components (LWC)
Intro to Salesforce Lightning Web Components (LWC)
 

Ähnlich wie Laravel : A Fastest Growing Kid

Web application development with laravel php framework version 4
Web application development with laravel php framework version 4Web application development with laravel php framework version 4
Web application development with laravel php framework version 4
Untung D Saptoto
 
introduction to web programming using PHP
introduction to web programming using PHPintroduction to web programming using PHP
introduction to web programming using PHP
vishnupriyapm4
 

Ähnlich wie Laravel : A Fastest Growing Kid (20)

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
 
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
 
Laravel Presentation
Laravel PresentationLaravel Presentation
Laravel Presentation
 
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
 
laravel.pptx
laravel.pptxlaravel.pptx
laravel.pptx
 
Web application development with laravel php framework version 4
Web application development with laravel php framework version 4Web application development with laravel php framework version 4
Web application development with laravel php framework version 4
 
introduction to web programming using PHP
introduction to web programming using PHPintroduction to web programming using PHP
introduction to web programming using PHP
 
Why Laravel is Still a Good Choice in 2020
Why Laravel is Still a Good Choice in 2020Why Laravel is Still a Good Choice in 2020
Why Laravel is Still a Good Choice in 2020
 
Frequently Asked Questions About Laravel
Frequently Asked Questions About LaravelFrequently Asked Questions About Laravel
Frequently Asked Questions About Laravel
 
13 Advantages of Using Laravel for Web Development.pdf
13 Advantages of Using Laravel for Web Development.pdf13 Advantages of Using Laravel for Web Development.pdf
13 Advantages of Using Laravel for Web Development.pdf
 
Laravel vs ASP.NET Framework .pdf
Laravel vs ASP.NET Framework .pdfLaravel vs ASP.NET Framework .pdf
Laravel vs ASP.NET Framework .pdf
 
Hidden things uncovered about laravel development
Hidden things uncovered about laravel developmentHidden things uncovered about laravel development
Hidden things uncovered about laravel development
 
Advanced features of Laravel development
Advanced features of Laravel developmentAdvanced features of Laravel development
Advanced features of Laravel development
 
Top 5 advanced php framework in 2018
Top 5 advanced php framework in 2018Top 5 advanced php framework in 2018
Top 5 advanced php framework in 2018
 
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
 
8_reasons_php_developers_love_using_laravel.pdf
8_reasons_php_developers_love_using_laravel.pdf8_reasons_php_developers_love_using_laravel.pdf
8_reasons_php_developers_love_using_laravel.pdf
 
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
 
Exploring the Future Scope and Benefits of the Laravel Framework
Exploring the Future Scope and Benefits of the Laravel FrameworkExploring the Future Scope and Benefits of the Laravel Framework
Exploring the Future Scope and Benefits of the Laravel Framework
 
8_reasons_php_developers_love_using_laravel.pptx
8_reasons_php_developers_love_using_laravel.pptx8_reasons_php_developers_love_using_laravel.pptx
8_reasons_php_developers_love_using_laravel.pptx
 
Why Choose Laravel Framework for Your Next Web Development Project?
Why Choose Laravel Framework for Your Next Web Development Project?Why Choose Laravel Framework for Your Next Web Development Project?
Why Choose Laravel Framework for Your Next Web Development Project?
 

Kürzlich hochgeladen

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
 

Kürzlich hochgeladen (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
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
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 

Laravel : A Fastest Growing Kid

  • 2. Agenda •Famous PHP Frameworks •PHP Framework Popularity Index •Laravel Framework Growth over Google Trends •What is Laravel? •History of Laravel •Laravel Popularity poll index •Why is Laravel favorite? •Ready to use bundles in Laravel •How does Laravel Work? •An Introduction to MVC Framework •How MVC works? •Reason for growth of Laravel Framework •Reasons for using Laravel •Future with Laravel
  • 3. Constant growth in technology and the increasing demands gave birth to a range of rapid PHP development frameworks. Most popular PHP Frameworks are: •Aura •Drupal •TYPO3 Flow •Fuel PHP •Kohana •Typo3 •Zend •Yii •CodeIgniter •CakePHP •PHPDevShell •Akelos •Symfony •Prado •Simple MVC framework •Silex •Slim •PHPixie •Laravel •Nette Famous PHP Frameworks
  • 4. PHP Framework Popularity Index Statistics References: http://www.sitepoint.com/best-php-framework-2015-sitepoint-survey-results/
  • 5. Laravel Framework Growth over Google Trends
  • 6. What is Laravel?  A free, open-source PHP web framework created by Taylor Otwell, as an attempt to provide advanced alternative to CodeIgniter.  Released in June 2011, as Beta version, followed by Laravel 1 in the same month.  Allows development using MVC architectural pattern and regarded as one of the most popular PHP frameworks.  Supports expressive and beautiful syntax.
  • 7. History of Laravel Laravel Beta version was introduced in June 2011, which followed the release of Laravel 1 and its due progress.
  • 8. Laravel Popularity poll index Statistics data reference : http://www.sitepoint.com/best-php-framework-2015-sitepoint-survey-results/ 0 100 200 300 400 500 600 700 800 900 Total Votes Total Work Favorite Votes Total personal favorite votes
  • 9. Why is Laravel favorite? Laravel is the most starred PHP Framework in Github.
  • 10. Do you know, Why? Because, It offers:  Resource controllers, that make it painless to build RESTful controllers around resources.  It has made Authentication simpler than ever with the authentication configuration file, located at config/auth.php, that contains well documented option for tweaking the behavior.  It offers Easy to Use approach to routing.  It includes out of the box support for testing with PHPUnit.  It proposes the single method for Database Seeding and Migration.  It includes Eloquent ORM that provides a simple ActiveRecord implementation for efficient working with database.
  • 11.  It has database query builder that provides a convenient interface to create and run database queries.  Laravel includes the HTTP middleware that provides an efficient mechanism for filtering HTTP requests entering your application.  It provides the simple, yet powerful templating engine Blade, which adds zero overhead to the application.  Artisan console offers a number of helpful commands for user at the time of developing application.  Laravel Flysystem integration proposes drivers for working with local file systems, Amazon S3, and Rackspace Cloud Storage.
  • 12. Further, It offers:  MVC Architecture  Rapid Development  Restful routing with simple Application Closures  Better Code Foundation  Future Ready Framework
  • 13. Ready to use bundles in Laravel  Cashier: It was introduced in Laravel 4.2 and provides an efficient interface for the management of billing service provided by Stripe.  SSH : It was proposed with Laravel 4.1 to allow the programmatic execution of CLI commands using SSH on remote server.  Scheduler : It was an addition to the Artisan introduces in Laravel 5.0, which allow the programmatic scheduling of tasks.  Flysystem: Introduced in Laravel 5.0, It is a file system abstraction layer which allows the local file system and Cloud based storage service to be used transparently.  Socialite : It is an optional package introduced in Laravel 5.0 to provide the simplified mechanism for OAuth authentication. e.g. Facebook, Google, Twitter, GitHUB and Bitbucket.
  • 14. How does Laravel work?  Laravel comes with efficient command line tool Artisan that is used to build skeleton code and database schema stubs.  Laravel enforces the directory structure, that ensure the organisation of in Laravel way.  The standard Laravel Application structure contains /app directory with the three subdirectories: Model, View and Controller.  It uses Model-View-Controller architecture, which leverages the separation between Presentation logic and Business logic.
  • 15. An Introduction to MVC Framework  MVC is a software architecture or design pattern, used in software engineering , which fundamentally separates the business logic from presentation logics.  MVC was first described as design pattern for use with Smaltalk by Trygve Reenskaug in 1979.  MVC separates the application into three parts: Model, View and Controller.
  • 16.  Model: It is responsible for the management of data, storing and retrieval of entities from database. It also contains the logic implemented by application.  View : It displays the data provided by the model in specific format.  Controller: It intermediates the View and Model. It respond to the request from user via communicating the model and sending it back to the view.
  • 18. Reason for growth of Laravel Framework:  The official documentation and code comments are amazingly helpful, which answers approximately 95 percent of dev. questions.  Efficient framework that removes all friction from web development process.  Nicely separated framework for enabling the rapid development without letting developer fall into the intricacies. Its forgiving
  • 19. Reason for using Laravel Easy to start  Laravel offers the exceptional documentation, that makes it easier for the developers to learn in relatively short time.  An extensive library of Laracast tutorial, that helps developers to get up to speed.  Expressive and easy to understand syntax, that plays the amazing role that helps in understanding the code Example: $address = DB::table('users')->where('name', 'John')->value('address'); This code snippet returns the address of the database entry associated with the name "John".
  • 20.  Ubiquitous Hosting Services With a range of famous, high traffic websites facilitated with the PHP at backend, PHP hosting is cheap and easy to host with. The most popular hosting services support PHP and most cloud computing service are PHP- friendly.
  • 21. Additional Reasons:  First choice of developers to start with.  Easily-deployed environment in fully realized framework, allowing the speedy development.  It offers Laravel Homestead, which is an official, pre-packaged Vagrant box that create a fully loaded virtual machine without requiring you to install PHP, HHVM, a web server and other associated software.  Explicit help to Unit Testing with premade phpunit.xml file and automatic rest of configuration environment into testing mode.  Completely configured Authentication that save from the need to code account creation from scratch.  Transaction handling using Stripe.  Mail service interface is neatly crafted with all preferred local and cloud based mail services.  Large Laravel community, Larajobs to hire developers, awesome documentation, and annual Laravel conference in US and Europe.
  • 22. Future with Laravel  Going to mark 5th anniversary, Laravel has rapidly become one of the most favorite frameworks with the launch of other products , Forge, Cashier, Envoy and Homestead.  June, 2015 introduced Laravel framework version 5.1, that packaged a lot for developers including the extended support and many more..
  • 23. In the wake of amazing progress, Laravel 5.1 offered:
  • 24. We at Laravel: •Comprehensive experienced in RAD. •Adherence to timelines. •Most credible and highly manageable Laravel code. Know More At: http://www.endivesoftware.com/laravel-development-services.php
  • 25. With the constant progression to absolve from a few drawbacks, Laravel is certainly going to be inherently superior to any other framework available till date. Connect with us : A-68,69 Sunder Singh, Bhandari Nagar, Swej Farm, Sodala, Jaipur - Rajasthan (India) Phone: +91-0141-4014147, 4035295 Email: sales@endivesoftware.com