Download the PHP package claudiusnascimento/model-images without Composer
On this page you can find all versions of the php package claudiusnascimento/model-images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download claudiusnascimento/model-images
More information about claudiusnascimento/model-images
Files in claudiusnascimento/model-images
Package model-images
Short Description Upload images to use with models
License MIT
Homepage https://github.com/claudiusnascimento/model-images
Informations about the package model-images
Model Gallery
Simple Image Gallery to power up your models
Installation
You can install the package via composer:
Usage
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Claudius Nascimento
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
PUBLISHING
php artisan vendor:publish --provider="Vendor\ClaudiusNascimento\ModelGalleryServiceProvider" --tag="xxx"
MIGRATE
php artisan migrate --path=/packages/claudiusnascimento/model-images/database/migrations/2020_04_05_000000_create_model_images_table.php
with docker-compose
docker-compose exec app php artisan migrate --path=/packages/claudiusnascimento/model-images/database/migrations/2020_04_05_000000_create_model_images_table.php