php mvc tutorial 2

13
PHP MVC Tutorial Just Do It Class02 BruceYang

Upload: -

Post on 06-May-2015

504 views

Category:

Education


2 download

TRANSCRIPT

Page 1: PHP MVC Tutorial 2

PHP MVC TutorialJust Do It Class02

BruceYang

Page 2: PHP MVC Tutorial 2
Page 4: PHP MVC Tutorial 2

To Do List-初始化

Laravel Install Setting SFTP&Sublime

Page 5: PHP MVC Tutorial 2

Install Laravel

• 利⽤用Composer指令來進⾏行安裝composer create-project laravel/laravel your-project-name --prefer-dist注意:*your-project-name*請改為⾃自⾏行定義專案名稱

Page 6: PHP MVC Tutorial 2

Setting SFTP&Sublime

"host": "example.com", "user": "username",

//"password": "password", //"port": "22",

"remote_path": “/example/path/", *Sync Remote ->Local

Page 7: PHP MVC Tutorial 2

To Do List - View

Page 8: PHP MVC Tutorial 2

To Do List - View

Page 9: PHP MVC Tutorial 2

To Do List - View

Page 10: PHP MVC Tutorial 2

To Do List - Routes

Page 11: PHP MVC Tutorial 2

To Do List - Controller

Page 12: PHP MVC Tutorial 2

To Do List - 實作

Page 13: PHP MVC Tutorial 2

–BruceYang

“Thank You.”