2017 © Pedro Peláez
 

library file

Vendor Package

image

guo/file

Vendor Package

  • Friday, February 17, 2017
  • by l-guo
  • Repository
  • 0 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5.3 Vendor Package Example

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, (*1)

Use this package to help develop new packages to share among your projects -- or the world., (*2)

Installation

composer require guo/file "dev-master", (*3)

Register with config/app.php

Register the service providers to enable the package:, (*4)

Guo\File\Providers\AppServiceProvider::class,
php artisan vendor:publish

The Versions

17/02 2017