A complete platform for building web applications.

make:view

Create views files from the modelClass in this path app/Views/namespace/modelclass/

php spark make:view NameSpace ClassName modelClass

Examples

Create views files [index.php,create.php,update.php,show.php] for Todo model in this path app/Views/myapp/todos/

php spark make:view Myapp Todos Todo