Support the ongoing development of Laravel.io →
slillo

slillo

Joined 18 May 2015

Statistics

Threads 1
Replies 30
Solutions 7
Articles 0

laravel cookie policy

I'm not interested in installing a package to show a popup that inform user with message: 'This webs...

0 Likes
1 Replies
replied 10 years ago

Equivalent to * in eloquent

Just using query builder: $query= Ganado::where('id_rancho', "=", $idRancho); if($idPasta...

0 Likes
replied 10 years ago

Como posso enviar a informação de um formulário pra base de dados?

register a first route to show view with form register a second route to retrive data submitted by...

0 Likes
replied 10 years ago

custom auth in laravel 5 with login and register in the same form

If registration returns user id: Auth::loginUsingId($id); If registration returns user object: Auth...

0 Likes
replied 10 years ago

Pushing reponses to ajax

a single ajax request should receive a single response. For push notifications you should use websoc...

0 Likes
Solved
replied 10 years ago

Store the value of an input field into database if it doesn't exist already

Evertything depends on typehead you're using. Usually typehead or autocomplete objects allow to list...

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.

© 2026 Laravel.io - All rights reserved.