Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30cab79bae | ||
|
|
0f2372fe5c |
@ -17,6 +17,7 @@
|
|||||||
- 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`
|
||||||
|
|||||||
@ -9,14 +9,15 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"laravel/framework": "^6|^7|^8",
|
"php": "^8.1 || ^8.2",
|
||||||
"ckfinder/ckfinder-laravel-package": "v3.5.2.1",
|
"artesaos/seotools": "^0.22.1",
|
||||||
"vsmov/laravel-caching-model": "^1.0.0",
|
"ckfinder/ckfinder-laravel-package": "^3.5.2",
|
||||||
"vsmov/crud": "^1.0.0",
|
"laravel/framework": "^8.75",
|
||||||
"vsmov/settings": "^1.0.0",
|
"spatie/laravel-sitemap": "^6.0",
|
||||||
"vsmov/permissionmanager": "^1.0.0",
|
"vsmov/crud": "^1.0",
|
||||||
"spatie/laravel-sitemap": "^5.8",
|
"vsmov/laravel-caching-model": "^1.0",
|
||||||
"artesaos/seotools": "^v0.22.1"
|
"vsmov/permissionmanager": "^1.0",
|
||||||
|
"vsmov/settings": "^1.0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user