Laravel常用插件

http://laravel.com/

http://kejyun.github.io/Laravel-4-Docum ... roduction/
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Laravel常用插件

文章 yehlu »

https://ddnode.com/2015/11/21/laravel-packages.html

后端相关
jenssegers/mongodb(数据库)
predis/predis(缓存)
guzzlehttp/guzzle(抓取)
cornford/googlmapper(地图)
xavrsl/cas(统一登录)
maatwebsite/excel(Excel导入导出)
davejamesmiller/laravel-breadcrumbs(面包屑)
bkwld/croppa(图片裁切)
cartalyst/sentinel(用户权限)
前端相关
illuminate/html(表单生成)
almasaeed2010/adminlte(后台主题)
smalot/bootstrap-datetimepicker(弹出日历)
FortAwesome/Font-Awesome(字体图标)
jenssegers/mongodb

### 简介
An Eloquent model and Query builder with support for MongoDB, using the original Laravel API.

### 项目地址
https://github.com/jenssegers/laravel-mongodb

predis/predis
简介
Predis is a flexible and feature-complete Redis client library for PHP >= 5.3.
项目地址
https://github.com/nrk/predis
guzzlehttp/guzzle
简介
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
项目地址
https://github.com/guzzle/guzzle
文档
http://docs.guzzlephp.org/en/latest/
cornford/googlmapper
简介
An easy way to integrate Google Maps with Laravel
项目地址
https://github.com/bradcornford/Googlmapper
xavrsl/cas
简介
CAS server SSO authentication in Laravel 4.x & 5.x
项目地址
https://github.com/xavrsl/cas
almasaeed2010/adminlte
简介
AdminLTE – is a fully responsive admin template. Based on Bootstrap 3 framework.
项目地址
https://github.com/almasaeed2010/AdminLTE
illuminate/html
简介
Laravel 表单生成工具
项目地址
https://github.com/illuminate/html
maatwebsite/excel
简介
An eloquent way of importing and exporting Excel and CSV files for Laravel with the power of PHPExcel.
项目地址
https://github.com/Maatwebsite/Laravel-Excel
文档
http://www.maatwebsite.nl/laravel-excel/docs
davejamesmiller/laravel-breadcrumbs
简介
Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs. [Laravel]*
项目地址
https://github.com/davejamesmiller/laravel-breadcrumbs
文档
http://laravel-breadcrumbs.davejamesmil ... en/latest/
bkwld/croppa
简介
Image thumbnail creation through specially formatted URLs for Laravel
项目地址
https://github.com/BKWLD/croppa
cartalyst/sentinel
简介
A framework agnostic authentication & authorization system.
项目地址:
https://github.com/cartalyst/sentinel
文档
https://cartalyst.com/manual/sentinel/2.0
smalot/bootstrap-datetimepicker
简介
Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
项目地址:
https://github.com/smalot/bootstrap-datetimepicker
文档
http://www.malot.fr/bootstrap-datetimepicker/
FortAwesome/Font-Awesome
简介
The iconic font and CSS toolkit
项目地址
https://github.com/FortAwesome/Font-Awesome
文档
http://fontawesome.io
回覆文章

回到「laravel」