exolnet / laravel-closure-table
Closure Table database design pattern implementation for Laravel framework.
Installs: 4 399
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 8
Forks: 4
Open Issues: 2
Requires
- php: ^8.1
- illuminate/database: ^10.0|^11.0
Requires (Dev)
- exolnet/phpcs-config: ^2.0
- mockery/mockery: ^1.4.3
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.6.0
This package is auto-updated.
Last update: 2024-10-28 16:15:38 UTC
README
Closure Table database design pattern implementation for Laravel framework.
Installation
Require this package with composer:
composer require exolnet/laravel-closure-table
Usage
Explain how to use your package.
Testing
To run the phpUnit tests, please use:
composer test
Contributing
Please see CONTRIBUTING and CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.
Credits
License
This code is licensed under the MIT license. Please see the license file for more information.