SlideShare a Scribd company logo
Laravel? WTF is that?
Shameless Plug
Gibson Tang
Founder of Azukisoft
Pte Ltd
What is
Laravel?
MVC framework
With Dependency Injection
Focus on Unit Tests
DRY principles
Introduction
Currently at version 5.0
Version 4.2 is still popular
5.1 will be coming soon
Laravel
Based on Symfony
Symfony has a higher learning curve
Laravel has the opposite
http://www.sitepoint.com/best-php-
framework-2015-sitepoint-survey-results/
Laravel
Laravel
Uses Composer as a package manager
Not Pear
As Pear sucks
You can't have a MVC framework without a
package manager, can you?
Laravel
In a nutshell, as my friend said it 'It is like
Rails for PHP'
This sounds like heresy to all the Rails
people here
Well, everyone has their own opinion
Laravel
Coming from a CodeIgniter background
Laravel makes it easy for you to focus on the
business logic
As the other boilerplate stuff is abstracted
away
Laravel
In the database.php file, you just need to fill
in these parameters
'mysql' => array(
'driver' => 'mysql',
'host' => '127.0.0.1',
'database' => 'wordpress',
'port' => '3306',
'username' => 'root',
'password' => 'foobar123',
'charset' => 'utf8',
Laravel
Laravel also abstracts away the syntax using
ORMs and Query Builders
Has build in protection against SQL injections
Eloquent
Fluent
Laravel
Eloquent ORM
$result =
Customer::where('name', '=' 'Handsome')-
>get();
Instead of
Select * from Customer where name =
'Handsome';
Laravel
Fluent Query Builder
$result =
DB::table('customer')->where('id', 4)->get();
Instead of
Select * from Customer where id = 4';
Laravel
Database Migration
Think of it as git for your database
Except without the confusing and fun bits
Easy seeding of database tables
Laravel
RESTful Controllers (Good for creating
RESTful APIs)
Queue management
In-house support for Redis
Inhouse support for payment APIs using the
Laravel Cashier package which interfaces with
Stripe
Laravel
https://github.com/search?l=PHP&q=+stars%3A%3E0&ref=searchresults&type=Repositorie
s
Laravel
A lot of resources
http://www.Laracasts.com
http://www.packalyst.com for Laravel
packages
http://laravel-recipes.com/
Among others
Laravel
Laravel sounds like the best thing that
happened since sliced bread
So what's the downside?
Laravel
What's wrong?
It's still using PHP
Composer can be a memory hog when you
run 'composer update'
Can be too heavyweight for some use cases
Laravel
No build in admin panel
But there is a package for that
Not as established as Python/Django or RoR
But that means that Laravel has a lot of cool
stuff coming it's way
Laravel
For a lightweight framework
Check out Lumen lumen.laravel.com
Created by the same guy aka OMO(One Man
Operation) who developed Laravel
It integrates well with Laravel
Laravel
Thank you. Any questions?

More Related Content

What's hot (20)

PDF
All the Laravel things: up and running to making $$
Joe Ferguson
 
PDF
Adventures in Laravel 5 SunshinePHP 2016 Tutorial
Joe Ferguson
 
PDF
Laravel 5 Annotations: RESTful API routing
Christopher Pecoraro
 
PPTX
A introduction to Laravel framework
Phu Luong Trong
 
PPT
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Lorvent56
 
PDF
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
 
PPTX
Laravel Beginners Tutorial 1
Vikas Chauhan
 
PDF
Laravel 5.4
Nisha Patel
 
PDF
Laravel presentation
Toufiq Mahmud
 
PDF
All Aboard for Laravel 5.1
Jason McCreary
 
PPTX
What's New in Laravel 5 (Laravel Meetup - 23th Apr 15, Yogyakarta, ID)
Roes Wibowo
 
PPTX
Laravel overview
Obinna Akunne
 
PPTX
Workshop Laravel 5.2
Wahyu Rismawan
 
PPTX
Laravel introduction
Simon Funk
 
PDF
What's New In Laravel 5
Darren Craig
 
PPTX
Laravel Tutorial PPT
Piyush Aggarwal
 
PPTX
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
 
PPTX
Introduction to laravel framework
Ahmad Fatoni
 
PDF
Laravel Forge: Hello World to Hello Production
Joe Ferguson
 
PPTX
Laravel for Web Artisans
Raf Kewl
 
All the Laravel things: up and running to making $$
Joe Ferguson
 
Adventures in Laravel 5 SunshinePHP 2016 Tutorial
Joe Ferguson
 
Laravel 5 Annotations: RESTful API routing
Christopher Pecoraro
 
A introduction to Laravel framework
Phu Luong Trong
 
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Lorvent56
 
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
 
Laravel Beginners Tutorial 1
Vikas Chauhan
 
Laravel 5.4
Nisha Patel
 
Laravel presentation
Toufiq Mahmud
 
All Aboard for Laravel 5.1
Jason McCreary
 
What's New in Laravel 5 (Laravel Meetup - 23th Apr 15, Yogyakarta, ID)
Roes Wibowo
 
Laravel overview
Obinna Akunne
 
Workshop Laravel 5.2
Wahyu Rismawan
 
Laravel introduction
Simon Funk
 
What's New In Laravel 5
Darren Craig
 
Laravel Tutorial PPT
Piyush Aggarwal
 
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
 
Introduction to laravel framework
Ahmad Fatoni
 
Laravel Forge: Hello World to Hello Production
Joe Ferguson
 
Laravel for Web Artisans
Raf Kewl
 

Similar to Intro to Laravel (20)

PPTX
Frequently Asked Questions About Laravel
AResourcePool
 
PPTX
Laravel Presentation
REZAUL KARIM REFATH
 
PPTX
Why Laravel PHP Framework Is Preferred By Web Developers?
KrishaWeb Technologies
 
PPTX
Laravel : A Fastest Growing Kid
Endive Software
 
PPTX
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce Platform
StoreeMart2
 
PDF
laravel-interview-questions.pdf
AnuragMourya8
 
PDF
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
Mindfire LLC
 
PDF
Building RESTful APIs with Laravel A Complete Guide.pdf
Grey Space Computing
 
PPTX
Laravel - The PHP Framework For Web Artisans
Viktor Lalev
 
DOCX
Article laravel 8
hadeedulhassan
 
PDF
Hidden things uncovered about laravel development
Katy Slemon
 
PDF
Laravel 9 is now out – how is an improvement over its predecessors
Moon Technolabs Pvt. Ltd.
 
PPTX
Getting started with laravel
Advance Idea Infotech
 
PDF
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
Katy Slemon
 
PDF
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
ssuser337865
 
PDF
Latest Laravel Practice 2023 Experts Guidance.pdf
Sufalam Technologies
 
DOCX
Laravel Interview Question
onlinemockinterviews
 
PPTX
Introduction of laravel framework.
Omid Nikrah
 
PDF
Laravel vs ASP.NET Framework .pdf
WPWeb Infotech
 
PPTX
Introduction to Laravel
Vin Lim
 
Frequently Asked Questions About Laravel
AResourcePool
 
Laravel Presentation
REZAUL KARIM REFATH
 
Why Laravel PHP Framework Is Preferred By Web Developers?
KrishaWeb Technologies
 
Laravel : A Fastest Growing Kid
Endive Software
 
New Features of Laravel 9​ - Storeemart a Best Laravel Ecommerce Platform
StoreeMart2
 
laravel-interview-questions.pdf
AnuragMourya8
 
SMBs achieve remarkable TTM leveraging Laravel-PHP Framework
Mindfire LLC
 
Building RESTful APIs with Laravel A Complete Guide.pdf
Grey Space Computing
 
Laravel - The PHP Framework For Web Artisans
Viktor Lalev
 
Article laravel 8
hadeedulhassan
 
Hidden things uncovered about laravel development
Katy Slemon
 
Laravel 9 is now out – how is an improvement over its predecessors
Moon Technolabs Pvt. Ltd.
 
Getting started with laravel
Advance Idea Infotech
 
The Ultimate Guide to Laravel Performance Optimization in 2022.pdf
Katy Slemon
 
Laravel (8) php_framework_handbook__start_from_zer_18604872_(z-lib.org)
ssuser337865
 
Latest Laravel Practice 2023 Experts Guidance.pdf
Sufalam Technologies
 
Laravel Interview Question
onlinemockinterviews
 
Introduction of laravel framework.
Omid Nikrah
 
Laravel vs ASP.NET Framework .pdf
WPWeb Infotech
 
Introduction to Laravel
Vin Lim
 
Ad

More from Azukisoft Pte Ltd (8)

PPTX
From Idea to App Store
Azukisoft Pte Ltd
 
PPTX
Modbus using Coreblue Bluetooth for iOS to connect to a hardware sensor
Azukisoft Pte Ltd
 
PPTX
Ohoh
Azukisoft Pte Ltd
 
PPTX
Storyboard prototyping
Azukisoft Pte Ltd
 
PPTX
The good, bad and ugly of Digital Ocean vs AWS
Azukisoft Pte Ltd
 
PPTX
Presentation
Azukisoft Pte Ltd
 
PPTX
Cocos2d for beginners
Azukisoft Pte Ltd
 
PPT
Mobile Marketing Dec2009
Azukisoft Pte Ltd
 
From Idea to App Store
Azukisoft Pte Ltd
 
Modbus using Coreblue Bluetooth for iOS to connect to a hardware sensor
Azukisoft Pte Ltd
 
Storyboard prototyping
Azukisoft Pte Ltd
 
The good, bad and ugly of Digital Ocean vs AWS
Azukisoft Pte Ltd
 
Presentation
Azukisoft Pte Ltd
 
Cocos2d for beginners
Azukisoft Pte Ltd
 
Mobile Marketing Dec2009
Azukisoft Pte Ltd
 
Ad

Recently uploaded (20)

PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 

Intro to Laravel