Code Monkey home page Code Monkey logo

laraveldatabasedesigner's Introduction

Laravel Database Designer

Laravel Database Designer is a graphical migration tools for creating database schema for Laravel 4 PHP Framework. Laravel Database Designer is heavily inspired by Laravel Schema Designer (http://laravelsd.com) Start using LaravelDB Designer here http://biodesignrealworld.github.io/LaravelDatabaseDesigner/

screnshot

Roadmap

  • Make Django Version
  • [0.3] Import Laravel Project to ERD

Version

0.2

Tech

Laravel Database Designer depends on various open source projects:

Installation

bower install
open index.html

Author

Budi Prakosa a.k.a badgeek

License

MIT

laraveldatabasedesigner's People

Contributors

badgeek avatar florentsorel avatar kingsloi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laraveldatabasedesigner's Issues

Export Seeders or Models

Hi,

Is there anyway to export seeders or models right now or is it planned for next versions?

Thanks a lot, nice job.

Feature request: Save as JSON / Import JSON / Save as private Gist

Hello, your tool is really great but the thing is that if we don't want to save it in a Gist (which is public), we can't...
I don't want to expose my entire DB to the world. Why not adding a "Save as JSON" / "Import JSON" option?
If you don't want to implement this feature, I'll fork and implement it myself but help would be greatly appreciated :)
Thank you for your work.

(Edit: I wasn't aware of this, we can save gist as private, why not let the user choose if he want a private or a public GIST. For now I will fork and set gist to private while saving it.)

Relationships are not generating

relation

Relational code not generating

php artisan generate:migration create_clients_table --fields="reference:string:length('30'):unique,client_type_id:integer:unsigned:index,"

php artisan generate:migration create_client_types_table --fields="description:string,"

bower install Permission denied error message

bower ECMDERR Failed to execute "git ls-remote --tags --heads [email protected]:badgeek/backbone.bootstrap-modal.git", exit code of #128 Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

Date/DateTime type is missing in artisan command

A field of type date/datetime is not properly set in the artisan command.

for example, a 'birthday' column of type 'date' in a 'users' table will result in the following output:
php artisan generate:migration create_users_table --fields="birthday, (also notice the last comma)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.