Suppose you have a many-to-many relation between two models, let's say Post and Tag, and you want to...
I'm creating a form with Form::model , but when defining the fields i sometimes do this: @if (Auth::...
Suppose I have a link to a form, but after submitting the form I want to redirect back to the origin...
The snippets for the Laravel 4 solution of @damienadermann are gone. Someone still has it ?
Hold on, this is not a question on validation of forms. Because of course there is validation, but i...
I think "orWhereRaw" is what you are looking for: $projects ->whereRAW("MATCH(name...
The Laravel portal for problem solving, knowledge sharing and community building.
The community