konekt / customer
Customer handling library for Laravel (Concord module)
Installs: 77 035
Dependents: 2
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: ^8.1
- ext-pdo: *
- konekt/address: ^3.0
- konekt/concord: ^1.13
- konekt/enum: ^4.1
- konekt/laravel-migration-compatibility: ^1.6
- konekt/user: ^3.0
- laravel/framework: ^10.0|^11.0
Requires (Dev)
- ext-sqlite3: *
- mockery/mockery: ^1.6.1
- orchestra/testbench: ^8.0|^9.0
- phpunit/phpunit: ^10.0
README
This is a Concord module for handling customers.
Designed to:
- Be very much Laravel common-sense;
- Only do the basic shit;
- Let you customize the hell out of it.
Documentation
For installation and usage, refer to the Documentation.