Download the PHP package yokuru/laravel-schema-cache without Composer
On this page you can find all versions of the php package yokuru/laravel-schema-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-schema-cache
Laravel Schema Cache
A database schema loading and caching library for Laravel.
Installation
With Composer:
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:
Clear cache:
License
MIT
All versions of laravel-schema-cache with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
illuminate/support Version ^5.8
illuminate/console Version ^5.8
illuminate/database Version ^5.8
illuminate/filesystem Version ^5.8
doctrine/dbal Version ^2.9
illuminate/support Version ^5.8
illuminate/console Version ^5.8
illuminate/database Version ^5.8
illuminate/filesystem Version ^5.8
doctrine/dbal Version ^2.9
The package yokuru/laravel-schema-cache contains the following files
Loading the files please wait ....