https://github.com/makscraft/mv-core
Compact PHP framework with admin panel. Updatable core and admin panel.
https://github.com/makscraft/mv-core
admin-dashboard admin-panel cmf php-framework
Last synced: 5 months ago
JSON representation
Compact PHP framework with admin panel. Updatable core and admin panel.
- Host: GitHub
- URL: https://github.com/makscraft/mv-core
- Owner: makscraft
- License: mit
- Created: 2024-08-15T13:00:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T12:04:04.000Z (over 1 year ago)
- Last Synced: 2025-04-11T19:22:33.446Z (over 1 year ago)
- Topics: admin-dashboard, admin-panel, cmf, php-framework
- Language: PHP
- Homepage: https://mv-framework.com
- Size: 6.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MV framework core
This repo contains the core classes and admin panel of [MV framework](https://github.com/makscraft/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](https://github.com/makscraft/mv-core/releases).
- Copy the following folders over your project: **adminpanel**, **config**, **core**.
- Empty the **/userfiles/cache** directory.