wepamultimedia / core
Core is the base package for the configuration of an administration system based on Laravel and Vue using Jetstream and Inertia.
Installs: 517
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Language:Vue
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-10-27 07:34:40 UTC
README
Este paquete contiene las funciones base del sistema, como autenticación, traducciones, gestor de ficheros, etc.
This package contains the basic functions of the system, such as authentication, translations, file manager, etc.
Important this package only can install over laravel inertia new instalation with
* laravel new {project_name} --9.19.* --jet
Installation (Required)
Install
php artisan core:install
NPM dependencies (Required)
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
Vendor Publish
// The web site report issues
php artisan vendor:publish --tag=core
Vendor tags:
core, core-js, core-lang, core-config
[core]: incluye todos los tags | Include all tags
Using this package
JS
Puede personalizar las vistas en la ruta
You can customize the views on the route
resources/js/Pages/Core
otros archivos js | another js files
resources/js/Core
Views
resources/views/Vendor/Core
Uninstall
php artisan core:uninstall
Deploy
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