guo/file

Vendor Package
75
Install
composer require guo/file
Latest Version:1.0.0
PHP:>=5.3
License:MIT
Last Updated:Dec 23, 2020
Links: GitHub  ·  Packagist
Maintainer: l-guo

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

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

Related Packages

maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1