dev-master
9999999-dev https://github.com/nova-framework/frameworkFramework for PHP 5.5+
MIT
The Requires
- almasaeed2010/adminlte ~2.0
 - twbs/bootstrap ^3.3
 - php >=5.6.0
 - mpdf/mpdf ^6.1
 - johnnyfreeman/coseva *
 - nova-framework/system ^3.78.14
 
by David Carr
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
Framework for PHP 5.5+
, (*1)
Nova Framework is a PHP 5.6 MVC system. It's designed to be lightweight and modular, allowing developers to build better and easy to maintain code with PHP., (*4)
The CMS requirements are limited., (*5)
The following PHP extensions should be enabled:, (*6)
Note: Although a database is not required, if a database is to be used, the system is designed to work with a MySQL database using PDO., (*7)
NovaCMS was designed and is strongly recommended to be installed above the document root directory, with it pointing to the webroot folder., (*8)
Additionally, installing in a sub-directory, on a production server, will introduce severe security issues. If there is no choice still place the framework files above the document root and have only index.php and .htacess from the webroot folder in the sub folder and adjust the paths accordingly., (*9)
The framework is located on Packagist., (*10)
You can install the framework from a terminal by using:, (*11)
composer create-project nova-framework/novacms foldername -s dev
The foldername is the desired folder to be created., (*12)
Once downloaded setup the database connection in app/Config/Database.php then import scripts/cms.sql To access the backend go to /admin then login with:, (*13)
username: admin, (*14)
password: admin, (*15)
You can find outstanding issues on the GitHub Issue Tracker., (*16)
All pull requests must use the PSR-2 code style., (*17)
The Nova Framework is under the MIT License, (*18)
Framework for PHP 5.5+
MIT