Compare commits

..

2 Commits
1.0.1 ... main

Author SHA1 Message Date
vsphim
30cab79bae
Update composer.json 2026-07-31 14:54:31 +07:00
Clemencia John
0f2372fe5c update 2026-04-20 00:49:34 -07:00
2 changed files with 10 additions and 8 deletions

View File

@ -17,6 +17,7 @@
- Theme: [MORE...](https://vsmov.com)
# Installation:
0. Run the Laravel installation command in the web directory: `composer create-project laravel/laravel:^8.0 cms`
1. CD to project root and run: `composer require vsmov/vsmov-core -W`
2. Configuration your database connection information in file `.env`
3. Then, run command: `php artisan vsmov:install`

View File

@ -9,14 +9,15 @@
}
],
"require": {
"laravel/framework": "^6|^7|^8",
"ckfinder/ckfinder-laravel-package": "v3.5.2.1",
"vsmov/laravel-caching-model": "^1.0.0",
"vsmov/crud": "^1.0.0",
"vsmov/settings": "^1.0.0",
"vsmov/permissionmanager": "^1.0.0",
"spatie/laravel-sitemap": "^5.8",
"artesaos/seotools": "^v0.22.1"
"php": "^8.1 || ^8.2",
"artesaos/seotools": "^0.22.1",
"ckfinder/ckfinder-laravel-package": "^3.5.2",
"laravel/framework": "^8.75",
"spatie/laravel-sitemap": "^6.0",
"vsmov/crud": "^1.0",
"vsmov/laravel-caching-model": "^1.0",
"vsmov/permissionmanager": "^1.0",
"vsmov/settings": "^1.0"
},
"license": "MIT",
"autoload": {