Support the ongoing development of Laravel.io →

286 Threads

how to create a link with data

Hello, I'm trying to create a list of links, generated as a response to some input. The links need t...

0 Likes
3 Replies
Solved

how to create storage directory in workbench?

I want to create storage directory in workbench to store other template file like .xls. how to read/...

0 Likes
3 Replies
Solved

Modify one part of Input::old()

I have in my post controller: return Redirect::back()->withInput()->withErrors($validator)...

0 Likes
2 Replies
Solved

Download multiple images using checkbox dynamically created

Hi all! I have a little problem, this is my code: http://laravel.io/bin/2zjVG I'm showing all the im...

0 Likes
4 Replies
Solved

Laravel voting system: update counter

Greetings to the increasingly large community Laravel. Today I had a problem. I was making a voting...

0 Likes
2 Replies
Solved

Dynamically created input fields not present in $_POST

In my Laravel installation I have a need for the users to add extra form fields within the create fo...

0 Likes
3 Replies
Solved

Form error on submit (update)

I am a Laravel newbie and trying to figure out basic updating. It loads the form data but every tim...

0 Likes
3 Replies
Solved

Table relationships and writing data problem

Hello, I'm studying programming, and asking for help to make sure I understand these concepts. There...

0 Likes
1 Replies
Solved

Laravel Voting system: Forms with the same class

My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...

0 Likes
3 Replies
Solved

Route and get method

Hey, i want to make a page for search, which will be /find/, and when i enter the name, it will redi...

0 Likes
2 Replies
Solved

security of input::get and eloquent

$comentario = new Comentario; $comentario->autor = Input::get('no...

0 Likes
1 Replies
Solved

Redirect a route with parameters

Hey, i made a route with a parameter, but when i try to redirect, i get a NotFoundHttpException My...

0 Likes
5 Replies
Solved

Update record with existing file without overwriting file

I've got a pretty standard biography form. When a user creates a record for the first time they fill...

0 Likes
3 Replies
Solved

Undefined index: password

Hey, i am making an authentication page, and this is the controller public function postSignIn() {...

0 Likes
3 Replies
Solved

Selective join, trouble with duplicate results

What I'm trying to do is: Output results with a filter from a pivot table where 'posts' can have up...

0 Likes
2 Replies
Solved
posted 9 years ago

Scope functions passing $variable problem

Hello, I've got this: VIEW $days1 = implode(',', Input::get('days')); $tours = Tour::days($days1)-&g...

0 Likes
2 Replies
Solved

Get Event Name when using wildcard listeners

Is there a way to get the name of an event that is firing when you're using a wild card listener? I'...

0 Likes
1 Replies
Solved

How to track changes in the database and store it in a history log?

how can I track changes in the database and store it in a history log, such as after I insert, updat...

0 Likes
5 Replies
Solved

a problem in routing

Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...

0 Likes
3 Replies
Solved
posted 9 years ago

Query strings acting weird?

When I use a query string ?q=use the Input::get('q'); returns null? But it has to have the word use...

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.