wepamultimedia / core
Core 是基于 Laravel 和 Vue 使用 Jetstream 和 Inertia 构建的行政系统配置的基础包。
1.1.29
2024-09-27 07:24 UTC
Requires
- php: ^8.1
- astrotomic/laravel-translatable: ^11.10
- doctrine/dbal: ^3.6
- laravel/framework: ^9.0 || ^10.0
- league/flysystem-aws-s3-v3: ^3.10
- spatie/image: ^2.2
- spatie/laravel-package-tools: ^1.14.0
- spatie/laravel-permission: ^5.5
- spatie/laravel-sitemap: ^6.3
- dev-main
- 1.1.29
- 1.1.28
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0
- dev-branch-1_1
- dev-dependabot/github_actions/dependabot/fetch-metadata-1.5.1
- dev-dependabot/github_actions/aglipanci/laravel-pint-action-2.3.0
- dev-dev
This package is auto-updated.
Last update: 2024-09-27 07:24:59 UTC
README
此包包含系统的基本功能,如身份验证、翻译、文件管理器等。
此包包含系统的基本功能,如身份验证、翻译、文件管理器等。
注意此包只能通过以下方式安装到 Laravel Inertia 新安装中:
* laravel new {项目名称} --9.19.* --jet
安装(必需)
安装
php artisan core:install
NPM 依赖项(必需)
npm install -D vuex@next
npm install -D @vueuse/core
npm install -D vue-inline-svg@next
npm install -D vue-screen@next
npm install -D @inertiajs/progress
npm install -D tailwind-scrollbar,
npm install -D sass
npm install -D ckeditor5-classic-core
npm i -D vuex@next @vueuse/core vue-inline-svg@next vue-screen@next @inertiajs/progress tailwind-scrollbar sass ckeditor5-classic-core
供应商发布
// The web site report issues
php artisan vendor:publish --tag=core
供应商标签
core, core-js, core-lang, core-config
[core]: 包括所有标签 | 包含所有标签
使用此包
JS
可以在路由上自定义视图
可以在路由上自定义视图
resources/js/Pages/Core
其他 js 文件 | 其他 js 文件
resources/js/Core
视图
resources/views/Vendor/Core
卸载
php artisan core:uninstall
部署
APP_NAME=
APP_ENV=production
APP_DEBUG=false
APP_URL=https://domain
DB_HOST=db-wepa-team-do-user-12603780-0.b.db.ondigitalocean.com
DB_PORT=25060
DB_DATABASE=db_name
DB_USERNAME=us_name
DB_PASSWORD=*******
MAIL_MAILER=smtp
MAIL_HOST=
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=admin@admin.com
MAIL_FROM_NAME=${APP_NAME}
DO_ACCESS_KEY_ID=
DO_SECRET_ACCESS_KEY=
DO_DEFAULT_REGION=ams3
DO_BUCKET=wepaspace
DO_ENDPOINT=https://ams3.digitaloceanspaces.com
DO_ROOT=
Heroku