Download the PHP package vsmov/vsmov-core without Composer
On this page you can find all versions of the php package vsmov/vsmov-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package vsmov-core
Server Requirements:
- Laravel Framework 8.
-
PHP 7.3 or higher.
- Configure
php.ini:
- Configure
- MySQL 5.7 or higher.
Add-on & Themes:
- Home: VsMovCMS.COM
- Admin: Demo.VsMovCMS.COM/admin
-
Free Movies Data: VsMov.COM
- Add-on:
- Theme: MORE...
Installation:
- Run the Laravel installation command in the web directory:
composer create-project laravel/laravel:^8.0 cms - CD to project root and run:
composer require vsmov/vsmov-core -W - Configuration your database connection information in file
.env - Then, run command:
php artisan vsmov:install -
Change app\Models\User:
-
Create new user by command:
php artisan vsmov:user -
Remove this route definition in routes/web.php
- Run
php artisan optimize:clear
Update:
- CD to project root and run:
composer update vsmov/vsmov-core -W - Then, run command:
php artisan vsmov:install - Run
php artisan optimize:clear - Clear PHP Opcache in server (if enabled)
Note
- Configure a production environment file
.envAPP_NAME=your_app_nameAPP_ENV=productionAPP_DEBUG=falseAPP_URL=https://your-domain.com
-
Configure timezone
/config/app.php'timezone' => 'Asia/Ho_Chi_Minh''locale' => 'vi'
- Command CMS
php artisan vsmov:menu:generate: Generate menuphp artisan vsmov:episode:change_domain: Change episode domain play stream
Command:
- Generate menu categories & regions:
php artisan vsmov:menu:generate
Reset view counter:
- Setup crontab, add this entry:
All versions of vsmov-core with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^6|^7|^8
ckfinder/ckfinder-laravel-package Version v3.5.2.1
vsmov/laravel-caching-model Version ^1.0.0
vsmov/crud Version ^1.0.0
vsmov/settings Version ^1.0.0
vsmov/permissionmanager Version ^1.0.0
spatie/laravel-sitemap Version ^5.8
artesaos/seotools Version ^v0.22.1
ckfinder/ckfinder-laravel-package Version v3.5.2.1
vsmov/laravel-caching-model Version ^1.0.0
vsmov/crud Version ^1.0.0
vsmov/settings Version ^1.0.0
vsmov/permissionmanager Version ^1.0.0
spatie/laravel-sitemap Version ^5.8
artesaos/seotools Version ^v0.22.1
The package vsmov/vsmov-core contains the following files
Loading the files please wait ...