# Yuga Framework

To get started you just need one command `composer create-project yuga/yuga your-project-folder`

Yuga has two programming paradigms it uses i.e mvvm and mvc, the developer gets to decide which paradigm they want to use but by default the framework comes set with mvvm structure.\
If you want to change this setting, you go to `environment/.env` file and locate the paradigm key, change it to mvc and you are done.

**Local Development Server**

If you have PHP installed locally and you would like to use PHP's built-in development server to launch your application, you may use the `start` Yuga command. This command will start a development server at `http://localhost:8000`:

```bash
php yuga start
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yuga-framework.gitbook.io/documentation/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
