Support the ongoing development of Laravel.io →

shahroq

Joined 14 Jun 2014

Statistics

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

process all user inputs before proceeding

Hi, Im my app i have a function that i want to run on all user inputs before proceeding. Suppose it'...

0 Likes
0 Replies

'URL based image manipulation' define subfolders

Hi, I am using intervention and want to implement the 'URL based image manipulation' for images. I w...

0 Likes
0 Replies

'URL based image manipulation' check if image exist

Hi, I am using intervention and want to implement the 'URL based image manipulation' for images. I s...

0 Likes
1 Replies
posted 9 years ago

Cache View

Hi, In my app every controller method return a view object like this: $rslt = View::make($this->l...

0 Likes
0 Replies
posted 9 years ago

Implement Cache

Hi, My app contains series of blocks that generated at the controller, and send to master.blade.php....

0 Likes
2 Replies
replied 9 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 9 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 9 years ago

Implement Cache

Any thought on this?

0 Likes
replied 9 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.

© 2024 Laravel.io - All rights reserved.