SlideShare a Scribd company logo
PHP LARAVEL
FRAMEWORK’ÜNE DALIŞ
Emir Karşıyakalı
Developer at EFabrika
!
!
!

github.com/emir
twitter.com/emirkarsiyakali
linkedin.com/in/emirkarsiyakali
!

emirkarsiyakali@gmail.com
Neden Laravel?
•

Composer

•

Symfony components

•

Routing

•

Communtiy

•

ORM (MySQL,
Postgres, SQL Server,
SQLite)

•

Red, green, refactor!
(PHPUnit)

•

Authentication

•

Cache, Events,
Queues

•

Blade Templating

•

CLI
“Laravel attempts to take the pain out of
development by easing common tasks used in the
majority of web projects, such as authentication,
routing, sessions, and caching.”
–Taylor Otwell
Nasıl öğrenebilirim?
•

Dökümantasyon, API

•

Laracasts

•

Leanpub
Kurulum
PHP >= 5.3.7

MCrypt PHP Extension




composer create-project laravel/laravel
MVC?
Routing
•

Route to closures

•

Route to controllers

•

Route to RESTful controllers

•

Route to Resources
Routing
Route Grup, Filtreler
Route Model Binding
Artisan
•

Komutları görüntüleme

php artisan list

•

Geliştirme ortamını çalıştırma

php artisan serve

•

Etkileşimli kabuk

php artisan tinker

•

Controller üretmek

index, create, store, show, edit, update, destroy

php artisan controller:make
Artisan
•

Migration oluşturmak

php artisan migrate

•

Database seeding

php artisan db:seed

•

Kuyruğu dinlemek

php artisan queue:listen

•

Route list

php artisan routes

•

3rd party, sizin geliştirmeleriniz

php artisan whatever the hell you want.

Jeffrey’s Generator
•

Migrations

•

Scaffolding

•

Models

•

Test

•

Views

•

Pivot Tables

•

Forms

•

Seeds

•

Resources
https://github.com/JeffreyWay/Laravel-4-Generators
Controllers
•

Controller Filters

•

RESTful Controllers (getProfile, postProfile)

Route::controller

•

Resource Controllers
Views & Responses
•

Basic Responses

Returning strings

•

Redirects

Redirect::to('user/login')->with('message', 'Login Failed’);

•

Views 

View::make('greeting', array('name' => ‘Emir'));

•

Special Responses

Response::json, Response::download,
Errors & Logging
•

debug 

app/config/app.php

default => true

•

HTTP Exceptions

app:abort(‘code’, ‘message’);

•

Logging (debug, info, notice, warning, error, critical,
and alert.)

Log::info(‘Lorem ipsum dolor sit amet.’);
Database
•

Running Queries

DB::select(‘select * from users where id = ?', array(1));

•

Query Builder

DB::table('users')->where('name', ‘John')->first();

…Eloquent
class Post extends Eloquent {
}
PHP Laravel Framework'üne Dalış
Eloquent

Selecting Records
Eloquent

Inserting Records
Eloquent

Inserting Records
Eloquent

Updating, Deleting Records
MongoDB?
MongoLid


•




class User extends MongoLid {

protected $collection = 'users'; 

}




https://github.com/Zizaco/mongolid-laravel

Questions?
Koding

https://koding.com/Apps/laravel-1
https://github.com/emir/Laravel.kdapp
Teşekkürler!

More Related Content

What's hot (20)

PDF
Web Development with Laravel 5
Soheil Khodayari
 
PDF
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
 
PDF
Laravel and CodeIgniter: pros & cons
ElenorWisozk
 
PPTX
Intro to Laravel
Azukisoft Pte Ltd
 
PDF
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
daylerees
 
PDF
php[world] 2015 Laravel 5.1: From Homestead to the Cloud
Joe Ferguson
 
PDF
All Aboard for Laravel 5.1
Jason McCreary
 
PPTX
Laravel Tutorial PPT
Piyush Aggarwal
 
PDF
All the Laravel things: up and running to making $$
Joe Ferguson
 
PPTX
Laravel introduction
Simon Funk
 
PDF
Web services with laravel
Confiz
 
PDF
Laravel Restful API and AngularJS
Blake Newman
 
PDF
Getting to know Laravel 5
Bukhori Aqid
 
PPTX
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
 
PPTX
Laravel overview
Obinna Akunne
 
PDF
Laravel - The PHP Framework for Web Artisans
Windzoon Technologies
 
PDF
Laravel 5.4
Nisha Patel
 
PDF
Why Laravel?
Jonathan Goode
 
PPT
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Lorvent56
 
PPTX
Hire laravel-php-developers- Hire Laravel Programmers
Summation IT
 
Web Development with Laravel 5
Soheil Khodayari
 
MidwestPHP 2016 - Adventures in Laravel 5
Joe Ferguson
 
Laravel and CodeIgniter: pros & cons
ElenorWisozk
 
Intro to Laravel
Azukisoft Pte Ltd
 
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
daylerees
 
php[world] 2015 Laravel 5.1: From Homestead to the Cloud
Joe Ferguson
 
All Aboard for Laravel 5.1
Jason McCreary
 
Laravel Tutorial PPT
Piyush Aggarwal
 
All the Laravel things: up and running to making $$
Joe Ferguson
 
Laravel introduction
Simon Funk
 
Web services with laravel
Confiz
 
Laravel Restful API and AngularJS
Blake Newman
 
Getting to know Laravel 5
Bukhori Aqid
 
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Dilouar Hossain
 
Laravel overview
Obinna Akunne
 
Laravel - The PHP Framework for Web Artisans
Windzoon Technologies
 
Laravel 5.4
Nisha Patel
 
Why Laravel?
Jonathan Goode
 
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Lorvent56
 
Hire laravel-php-developers- Hire Laravel Programmers
Summation IT
 

Viewers also liked (6)

PDF
Intro to Laravel PHP Framework
Bill Condo
 
PPTX
Laravel Beginners Tutorial 1
Vikas Chauhan
 
PDF
Finding laravel from a lost advanced beginner of java
Mozammel Haque
 
PPTX
IAB-5039 : MQTT: A Protocol for the Internet of Things (InterConnect 2015)
PeterNiblett
 
ODP
Presentation laravel 5 4
Christen Gjølbye Christensen
 
PDF
Digpen 7: Why choose Laravel?
John Blackmore
 
Intro to Laravel PHP Framework
Bill Condo
 
Laravel Beginners Tutorial 1
Vikas Chauhan
 
Finding laravel from a lost advanced beginner of java
Mozammel Haque
 
IAB-5039 : MQTT: A Protocol for the Internet of Things (InterConnect 2015)
PeterNiblett
 
Presentation laravel 5 4
Christen Gjølbye Christensen
 
Digpen 7: Why choose Laravel?
John Blackmore
 
Ad

Similar to PHP Laravel Framework'üne Dalış (13)

PDF
Laravel ile hızlı ve modern web programlama
Ömer Çıtak
 
PDF
Laravel ile Hızlı ve Modern Web Programlama, Ömer Çıtak
Netsparker Türkiye
 
PPT
Web service with Laravel
Abuzer Firdousi
 
PPTX
Laravel Webcon 2015
Tim Bracken
 
PPTX
The Future Scope and Key Benefits of the Laravel Framework.pptx
Surekha Technologies
 
PDF
Laravel Core Concept & Ecosystem
Mesut Vatansever
 
PPTX
Introduction_to_Laravel_Background DOCUMENTATION.pptx
michaelcagampang4
 
PPTX
Introduction_to_Laravel_Simple DUCUMENTATION.pptx
michaelcagampang4
 
PDF
What is Laravel? - Exploring the PHP Framework
Amcodr IT Solutions
 
PPTX
Introduction to Laravel
Vin Lim
 
PDF
Laravel tutorial
Broker IG
 
ODP
Laravel 5.3 - Web Development Php framework
Swapnil Tripathi ( Looking for new challenges )
 
PPTX
Web presentation
Solaiman Hossain Tuhin
 
Laravel ile hızlı ve modern web programlama
Ömer Çıtak
 
Laravel ile Hızlı ve Modern Web Programlama, Ömer Çıtak
Netsparker Türkiye
 
Web service with Laravel
Abuzer Firdousi
 
Laravel Webcon 2015
Tim Bracken
 
The Future Scope and Key Benefits of the Laravel Framework.pptx
Surekha Technologies
 
Laravel Core Concept & Ecosystem
Mesut Vatansever
 
Introduction_to_Laravel_Background DOCUMENTATION.pptx
michaelcagampang4
 
Introduction_to_Laravel_Simple DUCUMENTATION.pptx
michaelcagampang4
 
What is Laravel? - Exploring the PHP Framework
Amcodr IT Solutions
 
Introduction to Laravel
Vin Lim
 
Laravel tutorial
Broker IG
 
Laravel 5.3 - Web Development Php framework
Swapnil Tripathi ( Looking for new challenges )
 
Web presentation
Solaiman Hossain Tuhin
 
Ad

Recently uploaded (20)

PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
ICONIQ State of AI Report 2025 - The Builder's Playbook
Razin Mustafiz
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Digital Circuits, important subject in CS
contactparinay1
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
SIZING YOUR AIR CONDITIONER---A PRACTICAL GUIDE.pdf
Muhammad Rizwan Akram
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
ICONIQ State of AI Report 2025 - The Builder's Playbook
Razin Mustafiz
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 

PHP Laravel Framework'üne Dalış