PHPackages                             dsaru/goya - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. dsaru/goya

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

dsaru/goya
==========

Database Schema Diff Tool for Laravel

218[1 issues](https://github.com/daisaru11/goya/issues)PHP

Since Nov 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/daisaru11/goya)[ Packagist](https://packagist.org/packages/dsaru/goya)[ RSS](/packages/dsaru-goya/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Goya
====

[](#goya)

Goya is a simple database schema management tool for [Laravel](http://laravel.com/). Goya output diffs between schema definition files and database schemas, apply them to the database.

To make diff of a schema, Goya uses [Doctrine DBAL](http://www.doctrine-project.org/projects/dbal.html). Schema definition files are described in DBAL Schema Representation.

Using Goya
----------

[](#using-goya)

Create schema definition files (Recipes).
For how to describe schemas, see DBAL Docmentations.

```
$ cat app/database/recipes/UserTable.php
