dev-master
9999999-devVendor Package
MIT
The Requires
- php >=5.3
The Development Requires
- laravel/laravel 5.*
- fzaninotto/faker ~1.4
- mockery/mockery 0.9.*
- phpunit/phpunit ~5.0
- symfony/css-selector 3.1.*
- symfony/dom-crawler 3.1.*
laravel
Vendor Package
"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, (*1)
Use this package to help develop new packages to share among your projects -- or the world., (*2)
composer require guo/file "dev-master", (*3)
Register the service providers to enable the package:, (*4)
Guo\File\Providers\AppServiceProvider::class,
php artisan vendor:publish
Vendor Package
MIT
laravel