Added Model Macros
To simplify the query based on Blueprint Macro, I've decided to add Model Macros as well.
Which mean, you can start query your data like:
$user = \App\User::hashslug($hashslug)->firstOrFail();
$user = \App\User::findByHashslugOrId($hashslugOrId);and many more - will update the wiki.