关键词:laravel

A Laravel Package that makes Invitation to Slack Channels seamless
A faster and more eloquent way of importing and exporting Excel and CSV in Laravel with the speed of Spout
TC Kimlik Numarası Kontrolü ve Doğrulaması
A lightweight PHP Shopping Cart for Laravel 5.
Adds localization support to laravel applications in an easy way using Poedit and GNU gettext.
Easy and useful tool to generate arabic or hijri date with multi-language support for laravel
Adaptation of eloquent for retrieving its attributes
Blade is a simple, yet powerful templating engine provided for the Slim Framework
An easy to install Live Chat system that uses HipChat and Laravel.
[![Latest Stable Version](https://poser.pugx.org/flc/laravel-middleware-cache-response/v/stable)](https://packagist.org/packages/flc/laravel-middleware-cache-response) [![Total Downloads](https://poser.pugx.org/flc/laravel-middleware-cache-response/downloads)](https://packagist.org/packages/flc/laravel-middleware-cache-response) [![License](https://poser.pugx.org/flc/laravel-middleware-cache-response/license)](https://packagist.org/packages/flc/laravel-middleware-cache-response) ## 功能 - 支持缓存渲染后数据 - 支持指定缓存过期时间(默认10分钟) - header头输出缓存命中状态、缓存Key及过期时间 ## 安装 ```sh composer require flc/laravel-middleware-cache-response ``` ## 配置 > `\app\Http\Kernel.php`文件中`$routeMiddleware`增加: ```php <?php 'cache.response' => \Flc\Laravel\Http\Middleware\CacheResponse::class, // cache.response 命名随意,你开心就好 ``` ## 使用 ```php <?php Route::get('/', function () { return view('welcome'); })->middleware('cache.response'); Route::get('/', function () { return view('welcome'); })->middleware('cache.response:20'); // 指定缓存时间20分钟 ``` ## 附录 **缓存规则** - 当前URL全路径md5 **Headers** ``` X-Cache:Missed X-Cache-Expires:2018-03-29 15:08:29 CST X-Cache-Key:6c9b19774e2c304a42d200f314d8c80b ``` ## License MIT
Providing an auto-updating functionality for your self-hosted Laravel application.
The Missing Front-end for The Missing Laravel Admin.
RedminPortal is a backend administrating tool for Content Management and Ecommerce sites.
This Package helps developers to easily work with Jalali (Shamsi or Iranian) dates in Laravel 4 applications, based on Jalali (Shamsi) DateTime class. This Package is based on a Laravel 3 bundle sallar/laravel-jdate by Sallar Kaboli.
Use phpredis as the redis connection in Laravel
Project specific Laravel Homestead vagrant environment
Monitor when to bill clients based on the services they use.
Laravel CRUD builder powered by custom fields
A simple Magento Integration using SOAP v1 and v2

13678
Laravel 扩展
参与改进开源知识库