makscraft / mv-core
MV - content management framework for developing internet sites and applications
Installs: 380
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.0
This package is auto-updated.
Last update: 2025-07-01 11:21:13 UTC
README
This repo contains the core classes and admin panel of MV framework. You can update your MV project by syncing it with the latest version of the core and admin panel.
Updating via composer
cd your_project
composer update
- After the update completes, the adminpanel directory will be automatically updated with the latest files.
Manual update
- Make sure your project was installed manually and does not have the vendor directory.
- Create a backup of your project.
- Download archive from the last release of this repo.
- Copy the following folders over your project: adminpanel, config, core.
- Empty the /userfiles/cache directory.