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

PDF
Laravel Introduction
PDF
Knowing Laravel 5 : The most popular PHP framework
PDF
Laravel
PPTX
Laravel 5
PPTX
A introduction to Laravel framework
PDF
Laravel 5 New Features
PPTX
What's New in Laravel 5 (Laravel Meetup - 23th Apr 15, Yogyakarta, ID)
PDF
php[world] 2015 Training - Laravel from the Ground Up
Laravel Introduction
Knowing Laravel 5 : The most popular PHP framework
Laravel
Laravel 5
A introduction to Laravel framework
Laravel 5 New Features
What's New in Laravel 5 (Laravel Meetup - 23th Apr 15, Yogyakarta, ID)
php[world] 2015 Training - Laravel from the Ground Up

What's hot (20)

PDF
Web Development with Laravel 5
PDF
MidwestPHP 2016 - Adventures in Laravel 5
PDF
Laravel and CodeIgniter: pros & cons
PPTX
Intro to Laravel
PDF
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
PDF
php[world] 2015 Laravel 5.1: From Homestead to the Cloud
PDF
All Aboard for Laravel 5.1
PPTX
Laravel Tutorial PPT
PDF
All the Laravel things: up and running to making $$
PPTX
Laravel introduction
PDF
Web services with laravel
PDF
Laravel Restful API and AngularJS
PDF
Getting to know Laravel 5
PPTX
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
PPTX
Laravel overview
PDF
Laravel - The PHP Framework for Web Artisans
PDF
Laravel 5.4
PDF
Why Laravel?
PPT
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
PPTX
Hire laravel-php-developers- Hire Laravel Programmers
Web Development with Laravel 5
MidwestPHP 2016 - Adventures in Laravel 5
Laravel and CodeIgniter: pros & cons
Intro to Laravel
An Introduction to the Laravel Framework (AFUP Forum PHP 2014)
php[world] 2015 Laravel 5.1: From Homestead to the Cloud
All Aboard for Laravel 5.1
Laravel Tutorial PPT
All the Laravel things: up and running to making $$
Laravel introduction
Web services with laravel
Laravel Restful API and AngularJS
Getting to know Laravel 5
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel overview
Laravel - The PHP Framework for Web Artisans
Laravel 5.4
Why Laravel?
Laravel Starter Kit | Laravel Admin Template-ChandraAdmin
Hire laravel-php-developers- Hire Laravel Programmers
Ad

Viewers also liked (6)

PDF
Intro to Laravel PHP Framework
PPTX
Laravel Beginners Tutorial 1
PDF
Finding laravel from a lost advanced beginner of java
PPTX
IAB-5039 : MQTT: A Protocol for the Internet of Things (InterConnect 2015)
ODP
Presentation laravel 5 4
PDF
Digpen 7: Why choose Laravel?
Intro to Laravel PHP Framework
Laravel Beginners Tutorial 1
Finding laravel from a lost advanced beginner of java
IAB-5039 : MQTT: A Protocol for the Internet of Things (InterConnect 2015)
Presentation laravel 5 4
Digpen 7: Why choose Laravel?
Ad

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

PPTX
What-is-Laravel and introduciton to Laravel
PPTX
What-is-Laravel-23-August-2017.pptx
PPTX
Introduction_to_Laravel_Background DOCUMENTATION.pptx
PPTX
Introduction_to_Laravel_Simple DUCUMENTATION.pptx
PDF
Eugene PHP June 2015 - Let's Talk Laravel
PDF
ZgPHP 97 - Microservice architecture in Laravel
PPTX
Laravel Meetup
PPTX
Materi devcussion 1.0
PPTX
Materi Devcussion 1.0: 2 Keys to Becoming Great Developer
PDF
Laravel 4 presentation
PPTX
Introduction to Laravel Framework (5.2)
PPTX
Getting started with laravel
PDF
Introduction to Laravel
PPTX
Flask and Paramiko for Python VA
KEY
Chef meetup presentation
PDF
Cenário atual do PHP e Introdução ao Laravel no Devinvale 2014
PDF
Ruby on Rails : 簡介與入門
PDF
All the Laravel Things – Up & Running to Making $$
PPTX
Laravel Key advantange for Web Development
PPTX
Laravel
What-is-Laravel and introduciton to Laravel
What-is-Laravel-23-August-2017.pptx
Introduction_to_Laravel_Background DOCUMENTATION.pptx
Introduction_to_Laravel_Simple DUCUMENTATION.pptx
Eugene PHP June 2015 - Let's Talk Laravel
ZgPHP 97 - Microservice architecture in Laravel
Laravel Meetup
Materi devcussion 1.0
Materi Devcussion 1.0: 2 Keys to Becoming Great Developer
Laravel 4 presentation
Introduction to Laravel Framework (5.2)
Getting started with laravel
Introduction to Laravel
Flask and Paramiko for Python VA
Chef meetup presentation
Cenário atual do PHP e Introdução ao Laravel no Devinvale 2014
Ruby on Rails : 簡介與入門
All the Laravel Things – Up & Running to Making $$
Laravel Key advantange for Web Development
Laravel

Recently uploaded (20)

PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PDF
Credit Without Borders: AI and Financial Inclusion in Bangladesh
PDF
UiPath Agentic Automation session 1: RPA to Agents
PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PPTX
Configure Apache Mutual Authentication
PDF
OpenACC and Open Hackathons Monthly Highlights July 2025
PPT
Geologic Time for studying geology for geologist
DOCX
search engine optimization ppt fir known well about this
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PPTX
The various Industrial Revolutions .pptx
PPT
What is a Computer? Input Devices /output devices
PDF
Consumable AI The What, Why & How for Small Teams.pdf
PPTX
Benefits of Physical activity for teenagers.pptx
PDF
A proposed approach for plagiarism detection in Myanmar Unicode text
PDF
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...
Developing a website for English-speaking practice to English as a foreign la...
Produktkatalog für HOBO Datenlogger, Wetterstationen, Sensoren, Software und ...
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Credit Without Borders: AI and Financial Inclusion in Bangladesh
UiPath Agentic Automation session 1: RPA to Agents
A review of recent deep learning applications in wood surface defect identifi...
sustainability-14-14877-v2.pddhzftheheeeee
Enhancing plagiarism detection using data pre-processing and machine learning...
Configure Apache Mutual Authentication
OpenACC and Open Hackathons Monthly Highlights July 2025
Geologic Time for studying geology for geologist
search engine optimization ppt fir known well about this
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
NewMind AI Weekly Chronicles – August ’25 Week III
The various Industrial Revolutions .pptx
What is a Computer? Input Devices /output devices
Consumable AI The What, Why & How for Small Teams.pdf
Benefits of Physical activity for teenagers.pptx
A proposed approach for plagiarism detection in Myanmar Unicode text
“A New Era of 3D Sensing: Transforming Industries and Creating Opportunities,...

PHP Laravel Framework'üne Dalış