Download the PHP package bajki/schema-builder without Composer
On this page you can find all versions of the php package bajki/schema-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bajki/schema-builder
More information about bajki/schema-builder
Files in bajki/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
Then register SchemaServiceProvider, for laravel on 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.*|5.2.*|5.3.*|5.4.*
illuminate/http Version 5.1.*|5.2.*|5.3.*|5.4.*
illuminate/support Version 5.1.*|5.2.*|5.3.*|5.4.*
league/flysystem Version ^1.0
league/flysystem-ziparchive Version ^1.0