LaravelPackages.net
Acme Inc.
Toggle sidebar
shahriared/gallery-manager

Gallery Manager for Laravel

18
1
v1.0
About shahriared/gallery-manager

shahriared/gallery-manager is a Laravel package for gallery manager for laravel. It currently has 1 GitHub stars and 18 downloads on Packagist (latest version v1.0). Install it with composer require shahriared/gallery-manager. Discover more Laravel packages by shahriared or browse all Laravel packages to compare alternatives.

Last updated

Zoho all in one for Laravel

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Laravel Package for integration ZOHO version 3 API.

Installation

You can install the package via composer:

composer require shahriared/zoho-v3

You can publish and run the migrations with:

php artisan vendor:publish --tag="zoho-v3-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="zoho-v3-config"

This is the contents of the published config file:

return [
];

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments