Support the ongoing development of Laravel.io →

2,390 Threads

Input problem with Filters from docs

Hi laravel community, I'm trying to learn Laravel, but something (appearing really dumb) is happenin...

0 Likes
2 Replies
Solved

Only allow specific user to edit/delete post

Hi guys, Im trying to do so that only the author of the post can edit and delete it from the list wh...

0 Likes
7 Replies

Route name for home action

I am trying to name a route to an action in my controller, but without success. Please read my code,...

0 Likes
2 Replies
Solved
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

Redirect After Setting Response

Hi guys! I have a problem with my Response. I am generating a .ics file setting the headers and cont...

0 Likes
0 Replies

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

Beginner routing question

I'm considering Laravel for a project. Currently I route by using the query string, split on slashes...

0 Likes
3 Replies

Communication between two laravel installations on same server?

I am currently building a RESTful API for a JS based front end. I have a request to also build a CMS...

0 Likes
2 Replies

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

Problem with laravel/cashier

I got into trouble with that package created from Taylor can anyone help?? Here`s the complete Marku...

0 Likes
1 Replies

Laravel pivot table Base table or view not found

Hi im trying to query my tasks table. A little background information on the tables and how they are...

0 Likes
1 Replies

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

Route Model Binding with addtional optional parameters

I just can't get this to work: Route::model('mymodel', 'Mymodel'); Route::get('/test/{mymodel}/{view...

0 Likes
0 Replies

Form:model + checkbox

Hello everyone, I'm using form::model for data editing, works correct but return empty checkbox, how...

0 Likes
4 Replies
posted 10 years ago

How to redirect to a default View on a failure to render?

Very occasionally a request to my Paypal iframe view fails for some reason on Paypals end. This upst...

0 Likes
5 Replies

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

different routes depending on user type

Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...

0 Likes
3 Replies

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

How to get secure routes in form?

I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...

0 Likes
0 Replies

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.