Laravel - The PHP Framework for Web Artisans
Presentation By: Jay Chauhan
INDEX
★ Introduction
★ Installation
★ Directory Structure
★ MVC Structure
★ Basic Project
What is Laravel
• Laravel is a free, open-source PHP web framework, created
by Taylor Otwell and intended for the development of web
applications following the model–view–controller (MVC)
architectural pattern and based on Symfony.
• Laravel is a web application framework with expressive,
elegant syntax. We believe development must be an
enjoyable, creative experience to be truly fulfilling.
Why Laravel ?
★ Authorization Technique:
★ Object-Oriented Libraries:
★ Artisan:
★ MVC Support:
★ Security:
★ Database Migration
★ Great Tutorials (Laracasts):
★ Blade Templating Engine:
★ Responsable Interface
★ Automatic Package Discovery
Installation
1. The Laravel framework has a few system requirements. All of these
requirements are satisfied by the Laravel Homestead virtual machine, so it's
highly recommended that you use Homestead as your local Laravel
development environment.
2. However, if you are not using Homestead, you will need to make sure your
server meets the following requirements:
Installation
★ PHP >= 7.1.3
★ BCMath PHP Extension
★ Ctype PHP Extension
★ JSON PHP Extension
★ Mbstring PHP Extension
★ OpenSSL PHP Extension
★ PDO PHP Extension
★ Tokenizer PHP Extension
★ XML PHP Extension
Installing Laravel
1. The following link is the laravel official website to
install Laravel.
https://laravel.com/docs/5.8
Directory Structure
https://laravel.com/docs/5.8/structure
MVC Structure
Laravel Trend in 2019
https://trends.google.com/
Thank You
Happy Coding...

Laravel - The PHP Framework for Web Artisans

  • 1.
    Laravel - ThePHP Framework for Web Artisans Presentation By: Jay Chauhan
  • 2.
    INDEX ★ Introduction ★ Installation ★Directory Structure ★ MVC Structure ★ Basic Project
  • 3.
    What is Laravel •Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony. • Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling.
  • 4.
    Why Laravel ? ★Authorization Technique: ★ Object-Oriented Libraries: ★ Artisan: ★ MVC Support: ★ Security: ★ Database Migration ★ Great Tutorials (Laracasts): ★ Blade Templating Engine: ★ Responsable Interface ★ Automatic Package Discovery
  • 5.
    Installation 1. The Laravelframework has a few system requirements. All of these requirements are satisfied by the Laravel Homestead virtual machine, so it's highly recommended that you use Homestead as your local Laravel development environment. 2. However, if you are not using Homestead, you will need to make sure your server meets the following requirements:
  • 6.
    Installation ★ PHP >=7.1.3 ★ BCMath PHP Extension ★ Ctype PHP Extension ★ JSON PHP Extension ★ Mbstring PHP Extension ★ OpenSSL PHP Extension ★ PDO PHP Extension ★ Tokenizer PHP Extension ★ XML PHP Extension
  • 7.
    Installing Laravel 1. Thefollowing link is the laravel official website to install Laravel. https://laravel.com/docs/5.8
  • 8.
  • 9.
  • 10.
    Laravel Trend in2019 https://trends.google.com/
  • 11.