Installation Step by Step
Installing Martivia
Official installation method is via composer and its packagist package webdoors/martivia.
(Recommendation: Download XAMPP for php apache engine and mysql database, use xampp htdocs folder for localhost)
$ composer create-project webdoors/martivia example-app
Or
1.Just clone it from Github https://github.com/Webdoors/Martivia.
2.Create databasse.
3.Upload files in your Directory.
4.Import admin_martivia.sql to Database.
5.Delete admin_martivia.sql file from root folder.
4.configure config.php file.
Updated almost 2 years ago
What’s Next