Download the PHP package devcuongnguyen/ophim-core without Composer
On this page you can find all versions of the php package devcuongnguyen/ophim-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 ophim-core
Server Requirements:
- Laravel Framework 8.
-
PHP 7.3 or higher.
- Configure
php.ini
:
- Configure
- MySQL 5.7 or higher.
Add-on & Themes:
- Home: OPhimCMS.CC
- Admin: Demo.OPhimCMS.CC/admin
-
Free Movies Data: OPhim.Movie
- Add-on:
- Theme: MORE...
Installation:
- CD to project root and run:
composer require devcuongnguyen/ophim-core -W
- Configuration your database connection information in file
.env
- Then, run command:
php artisan ophim:install
-
Change app\Models\User:
-
Create new user by command:
php artisan ophim:user
-
Remove this route definition in routes/web.php
- Run
php artisan optimize:clear
Update:
- CD to project root and run:
composer update devcuongnguyen/ophim-core -W
- Then, run command:
php artisan ophim:install
- Run
php artisan optimize:clear
- Clear PHP Opcache in server (if enabled)
Note
- Configure a production environment file
.env
APP_NAME=your_app_name
APP_ENV=production
APP_DEBUG=false
APP_URL=https://your-domain.com
-
Configure timezone
/config/app.php
'timezone' => 'Asia/Ho_Chi_Minh'
'locale' => 'vi'
- Command CMS
php artisan ophim:menu:generate
: Generate menuphp artisan ophim:episode:change_domain
: Change episode domain play stream
Command:
- Generate menu categories & regions:
php artisan ophim:menu:generate
Reset view counter:
- Setup crontab, add this entry:
All versions of ophim-core with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^6|^7|^8
ckfinder/ckfinder-laravel-package Version v3.5.2.1
league/flysystem-aws-s3-v3 Version ^1.0
devcuongnguyen/laravel-caching-model Version ^1.0.0
devcuongnguyen/crud Version ^1.0.0
devcuongnguyen/settings Version ^1.0.0
devcuongnguyen/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
league/flysystem-aws-s3-v3 Version ^1.0
devcuongnguyen/laravel-caching-model Version ^1.0.0
devcuongnguyen/crud Version ^1.0.0
devcuongnguyen/settings Version ^1.0.0
devcuongnguyen/permissionmanager Version ^1.0.0
spatie/laravel-sitemap Version ^5.8
artesaos/seotools Version ^v0.22.1
The package devcuongnguyen/ophim-core contains the following files
Loading the files please wait ....