Download the PHP package muharihar/file-finder without Composer
On this page you can find all versions of the php package muharihar/file-finder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download muharihar/file-finder
More information about muharihar/file-finder
Files in muharihar/file-finder
Download muharihar/file-finder
More information about muharihar/file-finder
Files in muharihar/file-finder
Vendor muharihar
Package file-finder
Short Description Laravel Local File Finder Package
License Apache-2.0
Package file-finder
Short Description Laravel Local File Finder Package
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package file-finder
Laravel Local File Finder Package
Laravel Local File Finder Package is a simple laravel package that allow finding a file by CONTENT (currently only for .txt file).
Online Demo:
Available Features:
- List default storage directories and files.
- Search files and directories By Name.
- Search files by Content.
REST API Features
- [Swagger UI] (http://host:port/file-finder/api/docs)
Installation
-
Create Laravel Project
-
Add FileFinder Package
-
Publish Assets and Default Data Samples
-
Add FileFinder Service Provider to laravel application config (config/app.php)
-
Running Application
- Open Swagger UI for testing the features: http://127.0.0.1:8000/file-finder/api/docs
Test via CURL
1. List default storage directories and files.
Command:
Sample Result: sampleResponse
2. Search files and directories By Name.
Command:
Sample Result:
3. Search files by Content.
Command:
Sample Result:
All versions of file-finder with dependencies
PHP Build Version
Package Version
The package muharihar/file-finder contains the following files
Loading the files please wait ....