Yuga Framework
  • Yuga Framework
  • Routing
  • Middleware
  • Controllers
  • ViewModels
  • Database
    • Elegant
      • Relationships
      • Complex queries
      • Events
    • Query
    • Migrations
  • Events
    • Event Classes
    • Event Handlers
  • Service Providers
  • Views
    • MVC
      • Hax Templates
    • MVVM
  • Helpers
  • Schedulers
  • Queue worker
  • Commands
    • Scaffold
Powered by GitBook
On this page

Was this helpful?

Views

This is how the front end of the application will look like, in other words the html files or templates

Yuga has two types of views, they depend on the programming style a developer has chosen to use with the framework, at this point, everyone knows yuga has mvvm as its primary style but also provides mvc support at a very comprehensive level.

PreviousService ProvidersNextMVC

Last updated 5 years ago

Was this helpful?