You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all, congratulations for the great work on this package.
The command php yarak make:migration create_users_table --create=users, present in the readme, does NOT work, since create is an option and cannot take values.
Instead php yarak make:migration create_users_table --create works, but it does not set the table name properly.
Please continue to develop Yarak, it can be of great value to the Phalcon community :)
The text was updated successfully, but these errors were encountered:
@micheleangioni Thanks for all the interest in this package! I'm in the middle of a cross-country move at the moment so don't have my dev machine or reliable Internet. Once things have settled and the new place gets Internet (next week??) I'll go through all your issues and pull requests. Thanks again.
Hi,
first of all, congratulations for the great work on this package.
The command
php yarak make:migration create_users_table --create=users
, present in the readme, does NOT work, sincecreate
is an option and cannot take values.Instead
php yarak make:migration create_users_table --create
works, but it does not set the table name properly.Please continue to develop Yarak, it can be of great value to the Phalcon community :)
The text was updated successfully, but these errors were encountered: