Support the ongoing development of Laravel.io →

542 Threads

posted 10 years ago

Cannot set Cache-Control in Laravel 4

I have written a controller in Laravel 4 to serve up static resources such as image files with some...

0 Likes
2 Replies
Solved

Route::controller and PATCH

Is there a reason that Route:controller doesn't automatically include a route from 'PATCH' to functi...

0 Likes
4 Replies
Solved

Controller that fires every time a page loads

I am attempting to create a sub domain based system that looks first for the sub domain and then use...

0 Likes
3 Replies
Solved

Unwanted Characters in Response

hi for bad english writeing excusme when try to connect db and read some data any way my response co...

0 Likes
1 Replies
Solved

Using input::get() to filter DB result is it safe ?

Hi, I use a form on a list of items to perform a filter. The form use a GET method. So in my URL I h...

0 Likes
4 Replies
Solved

Confused about relationship between routing/controllers

So it seems I don't really understand how to push actions and routes around. I have a form on the si...

0 Likes
2 Replies
Solved

Problem with Firewall package

I use firewall package (http://packalyst.com/packages/package/pragmarx/firewall) in my app. This is...

0 Likes
2 Replies
Solved

google plus share - curly brackets

I need to render a google plus share link in my project. I have the url data in my database and call...

0 Likes
2 Replies
Solved

SSH::into cant find the SSH key in Vagrant

I have setup my connection in remote.php: 'production' => array( 'host' => '192.168.x.x...

0 Likes
1 Replies
Solved

artisan route "GET|HEAD"

I'm using Route::resourse(...) and when I run artisan route it shows my routes the GET routes show u...

0 Likes
2 Replies
Solved

Passing POST variables to a view composer - how?

Hi all, I use view composers heavily throughout the app I'm working on. For example, one of my rout...

0 Likes
1 Replies
Solved

Filter problem on Laravel 4

Look my code: http://pastebin.com/56rY1iqD I don't understand why this filter doesn't work... This f...

0 Likes
5 Replies
Solved

Please Help Me to get this solve

I want to display 'Recent Comments' from comments table, including HotelName related to that Comment...

0 Likes
1 Replies
Solved

Back Link or Button for Webapp to Feel Like Native Mobile one

Hello, one of our clients are asking for their webapp to feel like a native mobile one and so they r...

0 Likes
2 Replies
Solved

Laravel bug or my mistake?

Good night, In this code, i got an error that says that the variable userId doesn't exists when its...

0 Likes
2 Replies
Solved
posted 10 years ago

Subdomain routing and WAMP

Hello there. According to the docs, you can do things like this with routes (http://laravel.com/doc...

0 Likes
1 Replies
Solved
posted 10 years ago

Redirect to named route, passing array to method

I suspect that the answer here is a simple 'how to use laravel' kind of answer, but I can't seem to...

0 Likes
2 Replies
Solved

Naming RESTful Controller Methods

Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...

0 Likes
8 Replies
Solved

After submit a form,php throw a NotFoundHttpException exception

Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...

0 Likes
4 Replies
Solved
posted 10 years ago

Is it possible to use a parameter from a group globally?

Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.