Support the ongoing development of Laravel.io →

1,185 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

Reading JSON from view in called controller

Hi Im trying to send an array of data so I can destroy the IDs beeing sent in the array. I have a Ja...

0 Likes
1 Replies

Drop down list formatting

Hi, I am trying to format drop down lists items while using lists, SiteSession::where('company_id','...

0 Likes
1 Replies

How to set and get session by ajax request

Hi, I want to set a session value using session_put in a ajax request and then after that I want to...

0 Likes
1 Replies

Using repositories and the create() method

Hi all, I have setup a repository to create a new resident. <?php namespace Crescent\Repos;...

0 Likes
3 Replies

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

How to sort an unordered list in laravel with jquery?

I have a form that consists of check boxes. Each check box has it's own value(value1,value2,value3,v...

0 Likes
0 Replies

Correctly passing csrf with jQuery(formData) ?

I have an upload script that has a fall back to flash which doesn't pass the session, instead i can...

0 Likes
0 Replies

Variable URLs in web scraping

I am using Goutte with Guzzle + Dom Crawler to create a webscraper in Laravel. I would like to crawl...

0 Likes
8 Replies
posted 9 years ago

Call to a member function getClientOriginalName() on a non-object

I'm getting this error, and not sure why! I have the following form: {{ Form::open( [ 'url' => '...

0 Likes
3 Replies

How i can apply filters in my project

I just started laravel and going through the docs to get acquainted with the framework i just cant s...

0 Likes
1 Replies

Modify one part of Input::old()

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

0 Likes
2 Replies
Solved

How secure is Laravel's image/file uploader?

How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...

0 Likes
0 Replies

[Newbie] How to include a blade input into a javascript

Hi I am trying to include a {{ Form::text }} inside an inline javascript is this possible or I just...

0 Likes
2 Replies
posted 9 years ago

Insert a icon in a button

Works in html with <button type="submit" id="btnEditar" class="btn-info btn-mini"><i class=...

0 Likes
2 Replies

How to pass non-simple e.g. object or multi-level array as parameters to validation rules

In Laravel doc, a validator can be defined as follows... $validator = Validator::make( array(...

0 Likes
0 Replies

Validation value instead of attribute

Hi, is possible to return the input value instead of the :attribute in the error messages? Thanks

0 Likes
0 Replies

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
posted 9 years ago

Parameter not recognized in closure

I'm having a problem with a closure within my controller. In my view, I have a link to the controll...

0 Likes
2 Replies

Output stats every 5 seconds

Hey I'm wanting to use JavaScript and Laravel/PHP to create a continuously updating statistics panel...

0 Likes
3 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.