I post from ajax to a Controller and I do some authentication there. If the authentication fails I s...
Hey there, If I have used psr-4 autoloading e.g. "psr-4": { "Admin\": "app/...
I ran into an issue that I was not able to track down. I am accepting base64 strings as a route para...
Hi, I want to create a javascript app that will use a json created by laravel. As there will be a lo...
I need to display data like so: July 2014: A...
Using the default L4 comment TAGs for Templates '{{-' & '--}}' will produce a BlankSOD on a syst...
Hi, I am using the HTML::link function to create my links through the entire site. Now, I was wonder...
Can anyone point me to the direction on how to fix this? I changed the delimiter to <% %> beca...
Hello Im getting this error production.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotF...
Hi, what's the difference between return View::make('x')->with('viewData', $viewData); and retur...
Hi, this happens in the Controller: $data['brands']=$this->brands; return View::make('form',$data...
I tried to find anything on this and either am searching incorrectly or no one else has done this. I...
<!doctype html> <html> <head> <title>George's BookShop::Peru</title&g...
I have this on a js file... $(document).ready(function() { //petición al enviar el formulario de reg...
Im new in using php frameworks, I chose laravel 4 im able to install and run Laravel on my localhost...
Hi, I have form: <form action="{{ url('users') }}" method="POST"> <tabl...
How to render view from string with blade template format? like this: $str = "{{ $abc }}";...
Currently, I'm trying to create a route to a wildcard with the following code (which is in a foreach...
I have an existing blog application, and I would like to add a way to have different types of blog p...
My ERD is something like this: ControlForm hasMany FormRows FormRow hasMany FormColumns FormColumns...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community