A complete platform for building web applications.
Create new controller class
file in this path app/Controllers/NameSpace/
php spark make:controller NameSpace ClassName
Create Todos
class with Myapp
namespace.
php spark make:controller Myapp Todos