l-guo/file is a Laravel package for vendor package.
It currently has 0 GitHub stars and 10 downloads on Packagist (latest version 1.0.0).
Install it with composer require l-guo/file.
Discover more Laravel packages by l-guo
or browse all Laravel packages to compare alternatives.
Last updated
"Packages are the primary way of adding functionality to Laravel. Packages might be anything from a great way to work with dates like Carbon, or an entire BDD testing framework like Behat." https://laravel.com/docs/master/packages
Use this package to help develop new packages to share among your projects -- or the world.
composer require guo/file "dev-master"
Register the service providers to enable the package:
Guo\File\Providers\AppServiceProvider::class,
php artisan vendor:publish