Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jun 11, 2022
1 parent fa82922 commit 903f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ php artisan vendor:publish --provider="Niiknow\Laratt\LarattServiceProvider"
## Features
- [x] Use special character `$` for tenant and table separator. Most database allow for this character.
- [x] Dynamic table as `tenant$table_name`
- [x] Tenant resolution use `X-Tenant` header by default; though, it is customizable by providing a static function for `resolver` config.
- [x] Tenant resolution use `x-tenant` header/input by default; though, it is customizable by providing a static function for `resolver` config.
- [x] A generic Controller Trait that provide simple and flexible CRUD (create, retrieve, update, delete) REST endpoint.
- [x] Simple query and bulk delete `/query` REST endpoint.
- [x] jQuery DataTables as `/data` endpoint with [laravel-datatables](https://github.com/yajra/laravel-datatables)
Expand Down

0 comments on commit 903f623

Please sign in to comment.