digitaldreams / laracrud

Laravel Code Generator based on MySQL Database
MIT License
331 stars 54 forks source link

add search Scope in Model #2

Closed digitaldreams closed 8 years ago

digitaldreams commented 8 years ago

add search Scope in Model and implement it in controller index page

digitaldreams commented 8 years ago

This scope will run where LIKE %keyword% in all varchar, text column types.