Skip to content

Instantly share code, notes, and snippets.

@HosomiKai
HosomiKai / hotelbeds-orders-temp-rs.json
Created December 14, 2021 02:44
hotelbeds response
{"data":{"hotel_id":2131673,"user_id":null,"total":294.11,"origin_total":294.11,"currency":"EUR","status":"temp","start_at":{"date":"2021-12-27 00:00:00.000000","timezone_type":3,"timezone":"UTC"},"end_at":{"date":"2021-12-30 00:00:00.000000","timezone_type":3,"timezone":"UTC"},"untaxed_price":243.06363636363633,"vat":26.74,"fee":24.30636363636367,"discount":0,"exchange_rate_version":"2021-12-13","bed_adult_price":0,"bed_child_price":0,"tax_number":null,"lang":"zh_tw","mail_token":"0b67ca20a941bf1d4a424a5eec986a14","customer_auth_type":null,"ga_client_id":"797704552.1639038877","source":"hotelbeds","meal_type":0,"from":"owljourney","is_prepaid":false,"updated_at":"2021-12-14 02:42:09","created_at":"2021-12-14 02:42:09","id":2426,"order_serial":"OWJ8190421121402426","pms_order_serial":"OWJ8190421121402426","items":[{"id":5332,"order_id":2426,"plan_id":9921165,"room_id":61717,"date":"2021-12-27","total_price":"294.11","count":1,"price":"294.11","discount":"0.00","bed_infant":0,"bed_child":0,"bed_adult":0,"cance
@HosomiKai
HosomiKai / paginate.js
Last active February 17, 2021 12:39
換頁載入更多mixin
export default {
data() {
return {
page: 1, //當前第幾頁
per_page: 10, //每頁幾筆資料
dataList: [], //放置返回数据的数组
isLoading: false, //加載中
loadAll: false, //没有数据的变量,默认false,隐藏
search: null, //搜尋字詞
sortBy: null, //排序欄位,

Web Development with Laravel 5

目標

如何在開發的過程中加入測試。

  1. Model
  2. Repository
  3. Controller
  4. Auth