Skip to content

naingaunglwin-dev/novaframe

Repository files navigation

NovaFrame Logo

NovaFrame

NovaFrame Welcome Page

Status

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, Codeigniter and PHPLucidFrame

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

About

Simple PHP MVC Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published