Support the ongoing development of Laravel.io →
Configuration

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..

Last updated 2 years ago.
0

I'm not sure I understand your question fully, but you can just make a public function like this:

public function searchCriteria() {

}
Last updated 2 years ago.
0

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...

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.