mediactive-digital/medkit
最新稳定版本:0.4.96
Composer 安装命令:
composer require mediactive-digital/medkit
包简介
Package to init a ready-to-dev Laravel application
README 文档
README
MedKit is a toolbox used by Mediactive Digital.
Installation
Create a new project, then require medKit
$ laravel new projectZero
$ cd projectZero/
$ composer require mediactive-digital/medkit
$ php artisan medkit:install
update your .env, create your bdd
Run the migrations (with docker)
Update your .env for access between docker containers :
DB_CONNECTION=mysql DB_HOST=db_mysql_$DB_DATABASE DB_PORT=3306 DB_DATABASE=$DB_DATABASE DB_USERNAME=root DB_PASSWORD=toor
Replace $DB_DATABASE by your db name
Install docker comunity edition, then run
$ docker-compose up
configurations are in docker-compose.yaml
Then run the wizzard inside Docker.
$ docker-compose exec core_services php /var/www/artisan medkit:migrate
Run the migrations (with your own services)
$ php artisan medkit:migrate
Run Composer (with Docker)
$ docker-compose exec core_services composer update
Integrations
Sentry
Ajout dans le .env
SENTRY_LARAVEL_DSN=https://CODE@SENTRY_SERVER
Roadmap
- Finir les views Generator (pas les id, carbon, translatable, ...)
- Faire une surcouche pour compléter la génération des migrations
- Faire une surcouche pour compléter la génération des factories
- Passer les mails sur mailTemplate (activer compte, mdp oublié, ...) + event création user... + motifs sur datatable (cf videomanager)
- Ajouter une description sur permission + La générer dans le(s) generate() du crud
- Lien phpInfo dans outil dev
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.
统计信息
- 总下载量: 11.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-31