Looking to hire Laravel developers? Try LaraJobs

laravel-schema-cache maintained by yokuru

Description
A database schema loading and caching library for Laravel.
Author
Last update
2019/04/24 11:40 (dev-master)
License
Links
Downloads
614

Comments
comments powered by Disqus

Laravel Schema Cache

Build Status Coverage Status MIT License

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