38
Laravel BePsvPT 2016/04/21

Laravel

Embed Size (px)

Citation preview

Page 1: Laravel

Laravel BePsvPT

2016/04/21

Page 2: Laravel
Page 3: Laravel

Basic Info

Began at April 2011

Open Source - https://github.com/composer/composer

Cross Platform

PHP 5.3.2

Project Basis

Page 4: Laravel

Basic Info

composer.json

composer.lock

Page 5: Laravel

Basic Usage

composer create-project package directory

composer install

composer update

composer require package

composer init

composer.lockcomposer.json

Page 6: Laravel

Laravel The PHP Framework For Web Artisans

Page 7: Laravel

Basic Info

Began at June 2011

Open Source and Cross Platform

PHP 5.5.9 ( 5.2 )

PHP 5.6 ( 5.3 )

Page 8: Laravel

http://stackphp.com/img/onion.png

Middleware

Page 9: Laravel

Routing

Page 10: Laravel

Routing

http://www.ccu.edu.tw/show_news.php?id=3489

http://www.ccu.edu.tw/bulletin_list.php?type=1&page=2

http://www.ccu.edu.tw/bulletin_list.php?keyword=&year=2016&month=&before_after=0&bulletin_range=1&bulletin_type=0&dept=&submit=

Page 11: Laravel

Routing

http://www.ccu.edu.tw/news

http://www.ccu.edu.tw/news/255

http://www.ccu.edu.tw/news/255/edit

Page 12: Laravel

Routing

Page 13: Laravel

Routing

Page 14: Laravel

Routing

Page 15: Laravel

Controller

Page 16: Laravel

Controller

http://i2.wp.com/blog.epixhd.com/wp-content/uploads/2015/01/SoulPlane_AirTrafficController.gif

Page 17: Laravel

Controller

Page 18: Laravel

Controller

Page 19: Laravel

Eloquent ORM

Page 20: Laravel

Before Eloquent ORM

Create connection

Prepare SQL statement

Execute SQL statement

Page 21: Laravel

Eloquent ORM

Page 22: Laravel

Eloquent ORM

Page 23: Laravel

Eloquent ORM

Page 24: Laravel

Eloquent ORM

Page 25: Laravel

Eloquent ORM

Page 26: Laravel

Eloquent ORM

Page 27: Laravel

Eloquent ORM

Update

Destroy

Limit or Take

Page 28: Laravel

Security

Page 29: Laravel

Security

http://secretar.ccu.edu.tw

Page 30: Laravel

Security

SQL Injection

XSS

CSRF

Page 31: Laravel

Miscellaneous

Page 32: Laravel

Most Popular Framework since 2013

http://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2013/12/chart1-1024x853.pnghttp://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2015/03/1427547421php_framework_popularity_at_work_-

_sitepoint2c_2015-1024x625.png

Page 34: Laravel

Performance

http://www.iceframework.org/doc/introduction/benchmark

Page 35: Laravel

Demo

Page 36: Laravel

Any Questions?

Page 37: Laravel

Reference

https://laravel.com

https://getcomposer.org

https://en.wikipedia.org/wiki/Composer_(software)

https://en.wikipedia.org/wiki/Laravel

Page 38: Laravel

Thanks