v1.1.0
- creating a domains.php file, that contains Domains names
- added Policy file, to provide way to authorize request into controller
- added a new method into SearchService: beforeSearch(). Now we can execute a queryBuilder before all() and findById() actions calls
- fixing some bugs and cleaning code