Created
May 10, 2017 17:48
-
-
Save talha08/f5cc137834f58882ba3bf00e03b52334 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/jarektkaczyk/eloquence | |
..................... | |
Composer | |
...................... | |
https://github.com/jarektkaczyk/eloquence/wiki/Installation | |
"require": { | |
// OR | |
"sofa/eloquence": "~5.1", // for Laravel 5.1.* | |
}, | |
..................... | |
In model:.. | |
...................... | |
use Sofa\Eloquence\Eloquence; // base trait | |
In the middle of brackets, | |
use Eloquence; | |
protected $searchableColumns = ['username', 'email']; | |
..................... | |
In Config/app.php | |
...................... | |
'providers' => [ | |
Sofa\Eloquence\ServiceProvider::class, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment