composer require dragon-code/support
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.
- 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 😊
This package is licensed under the MIT License.