Support the ongoing development of Laravel.io →

screenager

Joined 12 Jan 2015

Statistics

Threads 3
Replies 3
Solutions 0
Articles 0

Eloquent contains() method doesn't check on newly saved relations?

Suppose you have a many-to-many relation between two models, let's say Post and Tag, and you want to...

0 Likes
0 Replies

A form with some fields hidden based on a condition.. is not very safe

I'm creating a form with Form::model , but when defining the fields i sometimes do this: @if (Auth::...

0 Likes
5 Replies
posted 9 years ago

How to set the referrer for Redirect::back() ?

Suppose I have a link to a form, but after submitting the form I want to redirect back to the origin...

0 Likes
0 Replies
replied 8 years ago

Cache Auth::user()

The snippets for the Laravel 4 solution of @damienadermann are gone. Someone still has it ?

0 Likes
replied 8 years ago

A form with some fields hidden based on a condition.. is not very safe

Hold on, this is not a question on validation of forms. Because of course there is validation, but i...

0 Likes
replied 9 years ago

Eloquent Full Text Search on Multiple Tables

I think "orWhereRaw" is what you are looking for: $projects ->whereRAW("MATCH(name...

0 Likes

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.

© 2024 Laravel.io - All rights reserved.