Support the ongoing development of Laravel.io →
rainbowhat

rainbowhat

Joined 4 Feb 2014

Statistics

Threads 36
Replies 12
Solutions 1
Articles 0

POST & GET / Route Design

How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...

0 Likes
1 Replies
Solved

Increment in Query Builder

DB::table('items')->where('id', $itemID)->increment('save',1); As above, is that possible or d...

0 Likes
1 Replies
Solved
posted 11 years ago

Validation - Always showing The password field is required. Only

public function postSignup() { $validator = Validator::make( array('email' => 'required'|'unique:...

0 Likes
2 Replies

Combining two query (WhereIn with Where) x 2

$userCollection = DB::table('collections') ->whereIn('user_id', array())...

0 Likes
3 Replies
Solved

Store data in memcached

Hi, Q1, Is there anyway i can see how Memcache works? with laravel? What does Laravel set in the Key...

0 Likes
3 Replies
Solved
replied 9 years ago
0 Likes
replied 9 years ago
0 Likes
replied 10 years ago

White error screen

HELP! NGINX GIVING ME THIS ISSUE TOO!

0 Likes
replied 11 years ago

3NF database design ( And Conditions )

allmyitjason said: Otherwise maybe try: $res = DB::table('item_tag'); foreach($ID as $uID){ $res...

0 Likes
replied 11 years ago

Cookies not persisting after Laravel 4.1 upgrade

It's not fix after so long ??.... I'm facing this issue too :(

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.