1. 程式人生 > >php 常用 composer 依賴「持續更新」

php 常用 composer 依賴「持續更新」

1. curl 擴充套件

github 地址 https://github.com/php-curl-class/php-curl-class

2. hash 加密工具 laravel-hashids

github 地址 https://github.com/vinkla/laravel-hashids

3. wysiwyg-editor 富文字編輯器

github 地址 https://github.com/froala/wysiwyg-editor

4. laravel 跨域問題 cors 擴充套件

github 地址 https://github.com/barryvdh/laravel-cors

5. redis 依賴 

composer require predis/predis

6. 獲取 .env 檔案配置

github 地址 https://github.com/vlucas/phpdotenv