LaravelPackages.net
Acme Inc.
Toggle sidebar
dragon-code/support

Support package is a collection of helpers and tools for any project.

10.811.546
23
6.17.1
About dragon-code/support

dragon-code/support is a Laravel package for support package is a collection of helpers and tools for any project.. It currently has 23 GitHub stars and 10.811.546 downloads on Packagist (latest version 6.17.1). Install it with composer require dragon-code/support. Discover more Laravel packages by dragon-code or browse all Laravel packages to compare alternatives.

Last updated

Support

Support

Stable Version Unstable Version Total Downloads Github Workflow Status License

Installation

composer require dragon-code/support

Contributing

Are you missing any method used in your project?

You can easily add support for it in this package. We do not limit the number of methods or classes.

What you need to add a new method or class

  • Add a new method to an existing class or create a new one in namespace;
  • Specify the name and parameters of the called method in the dock block of the corresponding facade class (DragonCode\Support\Facades\*);
  • Add tests for a new method or class following the structure: Tests\Unit\*\<ClassName>\<MethodNameTest>;
  • It's all 😊

License

This package is licensed under the MIT License.

Comments