Support the ongoing development of Laravel.io →

kampit

Joined 2 Mar 2014

Statistics

Threads 4
Replies 6
Solutions 0
Articles 0
posted 9 years ago

How do I set & get cookie for current request?

I want to track simple affiliate id. Let's say someone refer to the domain.com/blog/entry?ref=100 //...

0 Likes
1 Replies

Mobile & Desktop Pagination

It's possible to have two pagination settings for mobile & desktop? app/config/view.php If mobil...

0 Likes
1 Replies
Solved

Application Debug Mode

app/config/app.php 'debug' => false, I set debug to false on live application. How do I enable...

0 Likes
4 Replies
Solved

Foreach Undefined index

How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...

0 Likes
10 Replies
Solved
replied 10 years ago

Application Debug Mode

I have tried to put Config::set('app.debug', true) directly from bootstrap/start.php and it's show m...

0 Likes
replied 10 years ago

Foreach Undefined index

arcollector said: mmm, try this isset( $session['name'] ) ? $session['name'] : 'some default value'...

0 Likes
replied 10 years ago

Foreach Undefined index

arcollector said: I dont like the Input::old('option')[$key][$session['name']] why don't just this...

0 Likes
replied 10 years ago

Foreach Undefined index

arcollector said: well $session hasn't an index called 'name' try dd( $session ) and check its outp...

0 Likes
replied 10 years ago

Foreach Undefined index

arcollector said: Input::old('options')[$key][$session['name']] ???? Sorry, syntax update.

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.