A complete platform for building web applications.

make:controller

Create new controller class file in this path app/Controllers/NameSpace/

php spark make:controller NameSpace ClassName

Examples

Create Todos class with Myapp namespace.

php spark make:controller Myapp Todos