Download the PHP package agontuk/schema-builder without Composer
On this page you can find all versions of the php package agontuk/schema-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download agontuk/schema-builder
More information about agontuk/schema-builder
Files in agontuk/schema-builder
Package schema-builder
Short Description Schema designer & migration generator for laravel & lumen
License MIT
Homepage https://github.com/Agontuk/schema-builder
Informations about the package schema-builder
Laravel/Lumen schema builder
Database designer & migration generator package for laravel & lumen.
Checkout agontuk.github.io/schema-designer to see how it works.
Installation
For Laravel(>=5.5) this package utilises package auto-discovery. There is no need to add the service providers manually. You may notice the following message post-autoload.
or for Laravel(<5.5), register SchemaServiceProvider on the providers
array in config/app.php
,
or for Lumen in bootstrap/app.php
Finally enable required routes via .env
,
NOTE: APP_ENV should be
local
to use this package.
Usage
Navigate to yoursite.com/schema
and build your database schema, then use the export button to generate migration files.
NOTE: Not all features of migration are supported yet. Feel free to submit any issues or pull requests.
License
All versions of schema-builder with dependencies
illuminate/filesystem Version ^5.1|^6|^7|^8
illuminate/http Version ^5.1|^6|^7|^8
illuminate/support Version ^5.1|^6|^7|^8
league/flysystem Version ^1.0
league/flysystem-ziparchive Version ^1.0