bfg/files

The package is aimed at controlling files

Maintainers

Details

github.com/bfg-s/files

Source

Issues

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:bfg-app

0.0.2 2021-08-31 12:59 UTC

This package is auto-updated.

Last update: 2024-03-29 04:45:54 UTC


README

is_image

Checks if the file is the image.

is_image(public_path('uploads/image.jpg'));

is_video

Checks whether the video file is.

is_video(public_path('uploads/video.mp4'));