Package Data | |
---|---|
Maintainer Username: | l-guo |
Package Create Date: | 2016-12-07 |
Package Last Update: | 2020-12-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:13:16 |
Package Statistics | |
---|---|
Total Downloads: | 73 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
"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.
Clone this repo.
Add to https://packagist.org.
Using your details, install with commands below.
composer require guo/file "dev-master"
Register the service providers to enable the package:
Guo\File\Providers\AppServiceProvider::class,
php artisan vendor:publish