Logo SkyChoy
  • 文章
  • 碎片
⌘ + K
  • 文章
  • 碎片
  • Filepond

    https://pqina.nl/filepond/ 這個drag & drop 的上傳套件,是免費的 但你安裝完會有作者版權顯示,作者也開放給你在設定中輕鬆移除 可用來批量上傳/上傳頭像時使用 作者有收費版插件,他的「頭像上傳」是我至今...

  • Laravel 在 Apache 中如何部署 .htaccess

    方法1根目錄的中的.htaccess設定為<IfModule mod_rewrite.c> RewriteEngine On # 確保請求不是已經指向實際文件或目錄 RewriteCo...

  • 日期Input格式化 + 補0 + 防止輸入全碼

    部分不太完整的date picker 套件,用戶無法快速選擇年份,所以會喜歡手動輸入 但手動輸入又可能會出錯,所以做了個很簡單的防呆設定,所以把26個英文字也加入也可,但其實大部分再差的date picker也防止了你輸入數...

  • Laravel Jetstream Login with Username + Email

    ```php //app/Providers/FortifyServiceProvider.php

  • select2 demo

    ```js $('.catalog').select2({ placeholder: "--- Selected ---", ajax: { //for laravel csrf headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') },...

  • Laravel getRouteGroup

    ```php function getRouteGroup() { $route = Route::currentRouteName(); $arr = explode(".", $route); return $arr['0']; } ``` you can use to... ```php function createLink() { $route = Ro...

  • Laravel Route::resource set name

    ```php Route::resource('faq', 'ProductFaqController', [ 'names' => [ 'index' => 'faq', 'store' => 'faq.new', // etc... ] ]); ```

  • laravel install

    ```bash composer create-project laravel/laravel test01 ```

  • npm run 錯誤:Can't resolve 'process/browser'

    用此句來再安裝一次即可 ```bash npm install --save-dev process ``` https://github.com/microsoft/PowerBI-visuals-tools/issues/365

  • 放棄當前git 並返回到指定的 commit

    ```bash git clean -df #HASH //返回到某個節點 (未commit的文件刪除) git push origin HEAD --force //把當前的狀態設為主線 ```

  • &laquo; Previous
  • 1
  • ...
  • 4
  • 5
  • 6
  • Next &raquo;

© 2025 Powered by SkyChoy ❤️ All Rights Reserved.

×

使用 ↑ ↓ 鍵選擇, Enter 鍵前往, Esc 鍵關閉