Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30cab79bae | ||
|
|
0f2372fe5c |
@ -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`
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user