Support the ongoing development of Laravel.io →
shahroq

shahroq

Joined 14 Jun 2014

Statistics

Threads 10
Replies 4
Solutions 1
Articles 0
posted 11 years ago

Redirect without changing address bar

Hi, Is there any way to "redirect" user to another page without changing the address bar?...

0 Likes
6 Replies
Solved
posted 11 years ago

adding filter to Route::resource

Hi, Is it possible to add a filter to a Route::resource method? I tried something like these and the...

0 Likes
3 Replies

Get controller variable at the filter

Hi, I'm wondering if it's possible to get a variable ,defined at the controller, at the filter? i h...

0 Likes
1 Replies
posted 11 years ago

Designing a box model for my layout

Hi, I want to have a layout like image below, as you see there are two areas(content, sidebar). Ever...

0 Likes
0 Replies

Loading CodeIgniter Library into a controller

Hi, I want to load a CodeIgniter Core library (Table.php) and use it at some of my controllers. what...

0 Likes
2 Replies
replied 10 years ago

Redirect without changing address bar

The solution for this: $request = Request::create($uri, 'GET', array()); return Route::dispatch($req...

0 Likes
Solved
replied 11 years ago

Redirect without changing address bar

james2037 said: You will want to invoke the controller action of /public/login in the action body o...

0 Likes
replied 11 years ago

Implement Cache

Any thought on this?

0 Likes
replied 11 years ago

adding filter to Route::resource

Thanx, it does the trick, but i was wonder if i could implement the filter into the resources. Cheer...

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.