Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.33k stars 586 forks source link

Generated migrations don't follow PSR-1 and PSR-2 coding standards #86

Closed ifduyue closed 8 years ago

ifduyue commented 8 years ago

http://www.php-fig.org/psr/psr-1/ http://www.php-fig.org/psr/psr-2/

Let me know if you prefer a pull-request

Xethron commented 8 years ago

This is actually not easy, as I was using Jeffery Way's generator package to generate these.

This package is due for a rewrite, to remove those dependencies, and allow for more flexibility... So will definitely have it follow PSR2 once done.