Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsemix/yuga-yuga
A php framework for asp.net mvc users
https://github.com/hsemix/yuga-yuga
framework mvc mvvm php yuga yuga-framework
Last synced: 2 months ago
JSON representation
A php framework for asp.net mvc users
- Host: GitHub
- URL: https://github.com/hsemix/yuga-yuga
- Owner: hsemix
- License: mit
- Created: 2018-05-18T09:18:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T12:54:51.000Z (over 1 year ago)
- Last Synced: 2024-11-08T16:53:57.351Z (3 months ago)
- Topics: framework, mvc, mvvm, php, yuga, yuga-framework
- Language: PHP
- Size: 1.22 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
description: 'A php framework for people with mvvm background knowledge,'
---# 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
```