<?php // Controller public function store() { $validator = Validator::make($data = Input::all()...
I have listed all the pdf files in a table. What I want to do is to generate it as a link. And open...
Hi, I want to rename a file by typing the file name on the input/text box before it will upload and...
Apologies this is on 5, and I know things are likely to change at any given moment, but I think this...
Hi everyone!! Please I need help: How can I bind a Form::model if I have a polymorphic relationship?...
Hi, I created a simple upload facility that will upload a file specifically a pdf file. Below is the...
Simple question.. can I have multiple posts to the same route? This is in my routes file: Route::pos...
Hi, How can I list all the files from my Controller and pass it to my View?
In my project I want to create a small search engine (+-1000records needs to be searched). First of...
Hi there, I'm using Redactor editor as WYSIWYG editor in my project. I have description field using...
Hi, Can anyone help me with this. I'm trying to get the file name of the file that I'm going to uplo...
Hi, I created an uploaded facility. Kindly see the the view and controller below : VIEW <form...
Hello friends. I am stuck at a point. I want to post array of user ids to controller from javascript...
Hi, i am new to php and laravel, but I really love the laravel framework. Maybe my problem is really...
As a small side project I'm looking at building a small music application. I want to be able to uplo...
This worked fine prior to upgrading from 4.0 to 4.1. Code didn't change: In by blade .. {{ Form::ope...
I am making a simple search engine in which, If the selected list from the dropdown would match with...
So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...
When a user registers in my application they also create a linked Institution. In the institution ta...
Hi everyone, Im new to laravel and I don't know whats happening in my controller. I was trying to ha...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community