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

Very helpful for managing photos and all type of files

dev-main 2023-05-13 04:38 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:56:04 UTC


README

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>