yokuru/laravel-schema-cache
最新稳定版本:1.1.0
Composer 安装命令:
composer require yokuru/laravel-schema-cache
包简介
A database schema loading and caching library for Laravel.
README 文档
README
A database schema loading and caching library for Laravel.
Installation
With Composer:
composer require yokuru/laravel-schema-cache
Usage
You can now get schema information using Facade.
It it wrapper of Doctrine DBAL schema manager.
SchemaCache::getTable('table_name');
Commands
When deploying your application to production, I recommend caching schema.
Cache schema:
php artisan schema:cache
Clear cache:
php artisan schema:clear
License
MIT
统计信息
- 总下载量: 611
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-20