ziffmedia/nova-eloquent-imagery
最新稳定版本:v2.0.0-beta.6
Composer 安装命令:
composer require ziffmedia/nova-eloquent-imagery
包简介
Nova field for ziffmedia/laravel-eloquent-imagery
README 文档
README
Installation & Usage
For the Nova 4 compatible components:
composer require ziffmedia/nova-eloquent-imagery ^2.0
For the Nova 3 compatible components
composer require ziffmedia/nova-eloquent-imagery ^1.0
Using The Field
tbd.
Field Options
tbd.
Development
You will need an auth.json that has the http-basic.nova.laravel.com setup, see Nova documentation here:
https://nova.laravel.com/docs/4.0/installation.html#authenticating-nova-in-ci-environments
(Generally, if you have an auth.json setup locally, you can copy that file).
Note The auth.json has to exist at
demo/auth.json.If it exists locally, then
cp ~/.composer/auth.json ./demo/auth.jsonIf it does not exist locally, grab a key from nova.laravel.com, and run the
composer configcommand from the docs
To bring up the demo app, do the following:
docker compose up -d docker compose exec web bash artisan migrate:fresh --seed
Now you may browse to http://localhost:8000/nova
A development user with the following credentials was created:
email: developer@example.com password: password
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-26