寫教學的最大目的是教會未來的自己

laravel 學習筆記

教學文章

https://ithelp.ithome.com.tw/users/20105694/ironman/3245

Ubuntu Linux 安裝 Laravel + Nginx + MariaDB 開發環境教學

https://tony915.gitbooks.io/laravel4/content/install/install_laravel.html

安裝清單

  1. composer
  2. XAMPP (根據需要)
  3. node.js

 

封裝指令

npm run dev (開發用,包和註解)

npm run prod (發布用,會最小化處理)

以上兩個指令都可以把CSS 和JS 打包放入public 中

 

laravel 的專案中 只有public 資料夾是放對外公開的檔案

其他大部分程式碼都是放在上一層,只有有需要的需要透過指令封裝進去

 

view 模板教學

https://tedwu1215.medium.com/laravel-%E5%85%A5%E9%96%80-view-%E5%8F%8A-blade-%E6%87%89%E7%94%A8%E8%88%87%E4%BB%8B%E7%B4%B9-3c114986548d

Post to Twitter Post to Plurk Post to Facebook Send Gmail

Leave a Reply

Copyright © 2025. All Rights Reserved.

歡迎光臨
初音