When I create controllers whit artisan... artisan controller:make NameController
Artisan creates a file with index, store, update, show, destroy methods but i want to create a new method ... for make a search by criteria..
I'm not sure I understand your question fully, but you can just make a public function like this:
public function searchCriteria() {
}
DrPrez said:
Maybe these videos can help you out, it's a playlist
https://laracasts.com/series/laravel-from-scratch
Also check out this playlist
https://www.youtube.com/playlist?list=PLiQNtn9GGWbkJ8CKGTo8TiWvUE5K31QXm
thanks that looks great...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community