关键词:laravel

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.
Laravel API Manager Package - beatify and unify your responses with the least effort possible.
Raven client for Sentry that supports background processing through multiple providers.
Use the simple and yet powerful Laravel Blade templating engine as a standalone component.
Blade is a simple, yet powerful templating engine provided for the Slim Framework
Providing an auto-updating functionality for your self-hosted Laravel application.
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
Easy and useful tool to generate arabic or hijri date with multi-language support for laravel
Monitor when to bill clients based on the services they use.
Project specific Laravel Homestead vagrant environment
Use phpredis as the redis connection in Laravel
Adaptation of eloquent for retrieving its attributes
The Missing Front-end for The Missing Laravel Admin.
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.
RedminPortal is a backend administrating tool for Content Management and Ecommerce sites.
Package for when you can't use Bcrypt in Laravel 4.
With Laravel, search and lookup Amazon products easily.

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