Support the ongoing development of Laravel.io →

1,185 Threads

Input::all() and Storing user issue with password_confirmation field

<?php // Controller public function store() { $validator = Validator::make($data = Input::all()...

0 Likes
5 Replies

List all PDF in a directory and open PDF file

I have listed all the pdf files in a table. What I want to do is to generate it as a link. And open...

0 Likes
0 Replies

Rename a file before moving it to Directory

Hi, I want to rename a file by typing the file name on the input/text box before it will upload and...

0 Likes
1 Replies

Laravel 5: Passing through validated input to model after FormRequest

Apologies this is on 5, and I know things are likely to change at any given moment, but I think this...

0 Likes
2 Replies
Solved

Form binding with polymorphic relationship

Hi everyone!! Please I need help: How can I bind a Form::model if I have a polymorphic relationship?...

0 Likes
0 Replies

File Uploaded was not in directory

Hi, I created a simple upload facility that will upload a file specifically a pdf file. Below is the...

0 Likes
3 Replies

Can I have multiple actions directed from the same route?

Simple question.. can I have multiple posts to the same route? This is in my routes file: Route::pos...

0 Likes
1 Replies
Solved

List all files in Directory at View

Hi, How can I list all the files from my Controller and pass it to my View?

0 Likes
1 Replies
Solved

Build a small faceted search

In my project I want to create a small search engine (+-1000records needs to be searched). First of...

0 Likes
0 Replies

Conflict between Redactor and withInput() in Laravel

Hi there, I'm using Redactor editor as WYSIWYG editor in my project. I have description field using...

0 Likes
14 Replies
Solved

upload file - get filename not working

Hi, Can anyone help me with this. I'm trying to get the file name of the file that I'm going to uplo...

0 Likes
1 Replies

Uploaded File(PDF) move as *.tmp file

Hi, I created an uploaded facility. Kindly see the the view and controller below : VIEW <form...

0 Likes
2 Replies
Solved

Ajax Post to controller with json (array data) and retrieve

Hello friends. I am stuck at a point. I want to post array of user ids to controller from javascript...

0 Likes
0 Replies

Form with relationship

Hi, i am new to php and laravel, but I really love the laravel framework. Maybe my problem is really...

0 Likes
1 Replies

Media Uploading and referencing

As a small side project I'm looking at building a small music application. I want to be able to uplo...

0 Likes
0 Replies

Upgraded from 4.0 -> 4.1 per docs. Form::select() not working anymore

This worked fine prior to upgrading from 4.0 to 4.1. Code didn't change: In by blade .. {{ Form::ope...

0 Likes
1 Replies
Solved

Search Engine: No results Laravel 4

I am making a simple search engine in which, If the selected list from the dropdown would match with...

0 Likes
1 Replies

Basic custom route filtering with multiple parameters

So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...

0 Likes
0 Replies

Add new object to array

When a user registers in my application they also create a linked Institution. In the institution ta...

0 Likes
3 Replies
Solved

No file get in the uploading of file

Hi everyone, Im new to laravel and I don't know whats happening in my controller. I was trying to ha...

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.