- 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
- 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.
- Apache's mode_rewrite module must be enabled on your web server.
- PHP version 8.2 or newer is required.
- Composer
- 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 using web server: access
http://localhost/{project-name} - run through command: navigate to project root dir and run
php nova serve

