ziffmedia / nova-eloquent-imagery
Nova field for ziffmedia/laravel-eloquent-imagery
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 14
Forks: 0
Open Issues: 1
Language:Vue
Requires
- php: ^8.1
Requires (Dev)
- laravel/nova: ^4.0
- laravel/pint: ^1.2
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.0
Suggests
- ext-gd: GD Based image modifications
- ext-imagick: Imagick image modifications
- laravel/framework: This package is intended to be used with laravel/framework version >= 5.7
Conflicts
- laravel/nova: <4.0.0
This package is not auto-updated.
Last update: 2024-11-12 07:43:15 UTC
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.json
If it does not exist locally, grab a key from nova.laravel.com, and run the
composer config
command 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