Skip to content

Instantly share code, notes, and snippets.

收藏常用的程式碼片段

@tomleesm
tomleesm / laravel-note.md
Last active October 29, 2020 07:02
Laravel 筆記

Routing

resources 路由慣例

Method URI Name Action 說明
GET, HEAD posts posts.index PostController@index 文章列表
POST posts posts.store PostController@store 新增文章
GET, HEAD posts/{post} posts.show PostController@show 檢視文章
GET, HEAD posts/create posts.create PostController@create 新增文章頁面
@tomleesm
tomleesm / Ubuntu 裝機指南.md
Last active September 21, 2025 04:38
我使用的程式清單

for Ubuntu / Linux Mint

  • KeePassXC (sudo apt-get install keepassxc)
  • Tom.kdbx
  • Dropbox (sudo apt-get install dropbox),官網的 deb 檔無法安裝

Firefox ESR

不會每隔幾天就更新,另外使用的是 Mozilla 官方的 PPA,所有不會有這一篇文章說的問題