Installation

UV-CMS requires expert installation and setup. The system is not available as a stand-alone package for free download. Proper implementation of UV-CMS requires the assistance of a qualified professional to perform the installation of the program code, database configuration and initial setup. The expert will also create custom templates tailored to the specific needs of your project. If you have any questions about UV-CMS, feel free to contact our team for a professional consultation.

System requirements

PHP version 8.2 or newer
Composer (tool for managing on dependencies)
PHP Extensions: Ctype PHP Extension, cURL PHP Extension, DOM PHP Extension, Fileinfo PHP Extension, Filter PHP Extension, Hash PHP Extension, Mbstring PHP Extension, OpenSSL PHP Extension, PCRE PHP Extension, PDO PHP Extension, Session PHP Extension, Tokenizer PHP Extension, XML PHP Extension.

Instalirane with Composer

In the creato folder, execute:

composer update

After successful installation of the dependencies, add the database connection data to the .env. Set the desired values in the .env. Then execute the command to migrate the required tables:

php artisan migration

If you are in a local environment start the project with:

php artisan serve

If you are doing a server install, configure root to the public or www folder according to the settings you made in the .env.

Install from archive

Unzip the provided uvcms.tar.gz or uvcms.zip archive to the desired folder locally or on the server. Add database connection details and desired values in .env.

Upload the uvcms.sql file to your database.

More information can be found in the Documentation section.