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 updateAfter 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 migrationIf you are in a local environment start the project with:
php artisan serveIf 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.

Write a comment
To comment with your name, please log in.
Comments are reviewed and approved by a moderator.