Skip to content

ivok/fsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Add package repository

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/ivok/fsearch.git"
    }
],

Install the package

composer require ivo/fsearch

Usage

Inside Laravel project

$result = Fsearch::search($this->argument('content'), $this->argument('path'));
print_r($result)

Access through url in laravel project

http://domain.tld/fs

Cli command

php artisan fsearch "content to search" "path/to/dir"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published