Logo SkyChoy
文章 碎片 工具
  • 文章
  • 碎片
  • 工具
  • [JS alert package] notifier awesome-notifications

    https://f3oall.github.io/awesome-notifications/

  • DirectAdmin License check failure

    ### DirectAdmin Show >License check failure See the Debug Guide Reason: license is expired Current Server Time: Fri, 26 Aug 2022 18:44:34 HKT ### DirectAdmin Offical Replay: This is most likely due t...

  • querySelectorAll onClick

    ```js window.addEventListener('DOMContentLoaded', function(event){ document.querySelectorAll("a[href='https://api.whatsapp.com/send?phone=123']").forEach(function(e) { e.addEventListener('cl...

  • Livewire Load More On Page Scroll Step by Step

    https://www.laravelcode.com/post/laravel-8-livewire-load-more-on-page-scroll-step-by-step

  • Tailwind+Alpine.js accordion

    https://codepen.io/tyssen/pen/YzxGemW

  • Tailwind CSS custom radio button

    https://bbbootstrap.com/snippets/custom-radio-button-91048657

  • 3 WARNINGS in child compilations

    ```bash 3 WARNINGS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details) ``` ```bash npm install autoprefixer@10.4.5 --save-exact ``` The color-adjust shortha...

  • Laravel + jetstream 舊版

    Laravel 8.6 jetstream 2.4 剛好適用無衝突

  • SEO工具

    Keyword Surfer SEO Minion Gmass Detailed SEO Google Search Console Bing Webmaster Tools Merkle Screaming Frog Ahrefs Answer The Public Koray Interview Ubersuggest Rank Math Keyword Hero

  • laravel excel

    https://laravel-excel.com/

  • 替代品網站

    https://alternativeto.net/

  • markdown to ppt

    https://sli.dev/

  • intervention/image

    ```php $img = "https://xxxxx.com/1234.png"; //普通save $file = Image::make($img)->save('public/bar.png'); //等比例剪裁 $file = Image::make($img)->fit(300, 200, function ($constraint) { $constraint->up...

  • FREE vector (類png/psd)

    vector可編輯/轉色 此網站有部分免費的vector可供下載 https://www.vecteezy.com/free-vector/letter-u?license-free=true

  • Laravel search timestamp without time

    ```php $count = User::whereRaw('DATE(created_at) =? ', '2022-05-16')->count(); or $count = User::whereDate('created_at', '=', date($date))->count(); ```

  • Laravel GroupBy OrderBy 同時生效

    ```php $chats = Message::with('sender','recipient') ->where('toId',$id) ->whereRaw('id IN (select MAX(id) FROM messages GROUP BY fromId)') ->orderBy('createdAt','desc') ->paginate(10) ```

  • laravel json return data

    ```php public function index() { $row = User::all(); return response()->json($row); } ```

  • flatpickr 常用參數

    有朋友合作項目有需要,在此分享給他 https://flatpickr.js.org/options/ 同時這套flatpickr的確不錯,雖然界面不是我喜歡,但能脫離jQuery的確不錯 甚至連github 也有15k star

  • Laravel get location and country

    https://laracasts.com/discuss/channels/laravel/laravel-get-visitors-ip-location-and-city

  • datatable 替代品

    http://tabulator.info/ 可以試用一下 demo ref:http://rubick.left4code.com/page/side-menu/dark/tabulator

  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next »

© 2026 SkyChoy. 保留所有權利。

×

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