Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.25 KB
  • Starts
  • Forks Total Downloads

vendor/package

A package for fun

Installation

  1. Run the command below to add this package:
composer require vendor/package
  1. Open your config/app.php and add the following to the providers array:
Vendor\Package\Providers\CacheableServiceProvider::class,
  1. Run the command below to install the package:
php artisan package:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.