l-guo / file
Vendor Package
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/l-guo/file
Requires
- php: >=5.3
Requires (Dev)
- fzaninotto/faker: ~1.4
- laravel/laravel: 5.*
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.0
- symfony/css-selector: 3.1.*
- symfony/dom-crawler: 3.1.*
This package is auto-updated.
Last update: 2025-09-23 16:51:20 UTC
README
An example on how-to create a vendor package for Composer
"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.
Installation
composer require guo/file "dev-master"
Register with config/app.php
Register the service providers to enable the package:
Guo\File\Providers\AppServiceProvider::class,
php artisan vendor:publish