Compare commits

..

No commits in common. "main" and "1.0.1" have entirely different histories.
main ... 1.0.1

2 changed files with 8 additions and 10 deletions

View File

@ -17,7 +17,6 @@
- Theme: [MORE...](https://vsmov.com) - Theme: [MORE...](https://vsmov.com)
# Installation: # 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` 1. CD to project root and run: `composer require vsmov/vsmov-core -W`
2. Configuration your database connection information in file `.env` 2. Configuration your database connection information in file `.env`
3. Then, run command: `php artisan vsmov:install` 3. Then, run command: `php artisan vsmov:install`

View File

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