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.
>> yugal --init <project name>
Of course, you have to replace <project name>
with your project name.
Example: >> yugal --init some_project
Your Project
After running the command above, you must see similar output as below.
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/
Now navigate to your project directory and run the below command.
yugal --dev on
Last updated