LaravelPackages.net
Acme Inc.
Toggle sidebar
yousafitpro/photo-library-and-simple-file-manager

Very helpful for managing photos and all type of files

4
0
About yousafitpro/photo-library-and-simple-file-manager

yousafitpro/photo-library-and-simple-file-manager is a Laravel package for very helpful for managing photos and all type of files. It currently has 0 GitHub stars and 4 downloads on Packagist. Install it with composer require yousafitpro/photo-library-and-simple-file-manager. Discover more Laravel packages by yousafitpro or browse all Laravel packages to compare alternatives.

Last updated

Keep in mind this is only for laravel ( PHP ) and Bootstrap And Jquery are required

Video Tutorial

https://github.com/yousafitpro/c-photo-library-and-simple-file-manager

Step-1 ( install composer using following command )

composer require yousafitpro/photo-library-and-simple-file-manager

Step-2 ( run mighrations using following command )

php artisan migrate

step-3 ( place this code on your page to show the Gallery )

{!! uc_lib_get_widget(auth()->id()) !!}

You can put 0 instead of auth()->id() if there is no authentication

image image

You can also add a Modal any where in your project

Example is here

{!! uc_lib_get_modal(auth()->id()) !!}
<button data-toggle="modal" data-target="#uc_gallery_modal">Show Modal</button>

Star History Chart