# Starting New Project

## Creating New Project

Run the following command to create new `Yugal` project in your PHP environment.

For eg: `C:/xampp/htdocs` (By Default) in Windows, may be different too.

```bash
>> yugal --init <project name>
```

Of course, you have to replace `<project name>` with your project name.&#x20;

Example:  `>> yugal --init some_project`&#x20;

## Your Project

After running the command above, you must see similar output as below.

```bash
C:/xamp/htdocs/

   ╭──────────────────────────────────────────────╮
   │                                              │
   │   Creating New Yugal Project: SOME_PROJECT   │
   │                                              │
   ╰──────────────────────────────────────────────╯

Cloning into 'yugal'...
PROJECT CREATED AT: C:/xamp/htdocs/
```

Now your project is created, you can see the project on the directory in which you entered the command. Eg here I can see my project in `C:/xampp/htdocs/`&#x20;

Now navigate to your project directory and run the below command.

```bash
yugal --dev on
```


---

# 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://yugalphp.gitbook.io/php/starting-new-project.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.
