A complete platform for building web applications.

make:migration

Create a new migration class from table.

php spark make:migration ClassName -t table_name

Examples

Create Todos migration class from database table.

php spark make:migration Todos -t todos