An open API service indexing awesome lists of open source software.

https://github.com/naingaunglwin-dev/novaframe

Simple PHP MVC Framework
https://github.com/naingaunglwin-dev/novaframe

framework mvc mvc-framework php-framework web-framework

Last synced: 2 days ago
JSON representation

Simple PHP MVC Framework

Awesome Lists containing this project

README

          

NovaFrame Logo

# NovaFrame

NovaFrame Welcome Page

![Status](https://img.shields.io/badge/version-beta-green)

## Description
- **NOVAFRAME** is a basic mvc structure web framework that provides common tasks that every web application needed.
- It aims to simplify the development process.
- It is inspired by various **PHP Frameworks**, especially from **[LARAVEL](https://laravel.com)**, **[Codeigniter](https://codeigniter.com)** and **[PHPLucidFrame](https://www.phplucidframe.com)**

## Contributing
- **NOVAFRAME** is an open-source project, and contributions are welcome.
- If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on the project repository.

## Requirement
- Apache's mode_rewrite module must be enabled on your web server.
- **PHP** version 8.2 or newer is required.
- Composer

## Installation & Setup
- clone the repository `git clone https://github.com/naingaunglwin-dev/novaframe.git`
- Navigate to project directory and run `composer install`
- Add configurations and database credentials in `.env`

## Run
- run using web server: access `http://localhost/{project-name}`
- run through command: navigate to project root dir and run `php nova serve`