Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Php artisan serv (mo git bash)

Localhost:8000 de vao web

Localhost:8000/item de vao admin

Git pull origin master de pull code moi

Git stash de clear thay doi

php artisan migrate:fresh –seed


de migrate code
add product
- edit product
- delete product

Nhung cai url trong code la router. Session luu tren server, moi mot session se co 1 thiet bi rieng (mot
may), bai cua minh dung session de luu gio hang

//Em su dung session de luu gio hang tren server.

User category tim o routes/ web/ dung crl F de find

Front controller tim o app/ http

Function all cat tim o app/http.

Function all cat o http no luu vao bien category, item luu o bien item

View tro den thu muc user/ all item.blade

Value tro den item image > la database.

Item size, image tro den muc cung ten o database (phpadmin)

Giao dien trang web doi trong front controller

Khi tro chuot vao “chi tiet” se nhin thay user item #thutu (do la bien) trong co so du lieu no se tim thay
bien db::table(‘item’) => where (‘items.id, $id)

Bon em k dung upload anh truc tiep vi no se can dinh dang thanh chuoi trc khi upload len. Sau nay se
cham hon de post gi do len. Anh dc up se luu vao co so du lieu.

You might also like