Support the ongoing development of Laravel.io →

899 Threads

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 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

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

Testing Input Facade

Hello, I created a Facade that overwrites Input::get, Input::all. I want to write a unit test for th...

0 Likes
0 Replies

Set other fields when user registers

Here is my User model. I would like to set two fields when the user registers for the first time. A...

0 Likes
3 Replies

Using forms in arrays and validation issues

Hi, I need some help with handling array validation from form data. I have a form which has fields n...

0 Likes
0 Replies
posted 9 years ago

upload with progress bar

Hi all, what's the best way to implement a upload image with progress bar? thanks

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.