l-guo/file

Vendor Package

1.0.0 2019-05-24 10:05 UTC

This package is auto-updated.

Last update: 2024-04-23 13:47:05 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