Hey, I have an issue with "php artisan optimize": I get an exception when opening my Larav...
I'm working with a client who needs a module that should be embedded in other web page and users to...
Hello everyone. I have installed Laravel 4 and run url: http://localhost/laravel/public/ . First tim...
I am working on creating a CRUD for polls to use during an event. Pretty easy concept - on a scale o...
//form {{ Form::open(array('route' => 'performances.store')) }} @for($i=1; $i<=5; $i++) Inicio...
Hey there, I am stumped on why my query is sending me back the full object when I do $date->exhib...
I have a subdomain idp.whoisdoma.com setup, When I use the following code, the style and javascript...
I'm using some of the mail chimp templates with some modifications for rendering html email content....
Hello there, I'm trying to set up a webpage, worked with laravel before.. But i can't figure out why...
Hi there, I'm trying to use multiple controllers at Route::get('/'), but I couldn't get a second one...
Hi, Ok, there is probably a simple solution to this problem but I haven't found it yet, hence why am...
Ok, its newb question. If i do "return View::make('something')->with('user', User::find(1)-&...
I'd like to show the execution time in views, but I only found this way to log the execution time: h...
I don't understand why this code works fine in a virtual server or also in ie localhost/myproject/pu...
I'm trying to use davejamesmiller/laravel-breadcrumbs My problem is that part of my site can be acce...
Response Facade is GREAT! But it's limited to Respnse::make and Response::view That's helpful. But,...
Here is my log file of the error, but I dont seem to have enough information there to debug it: [201...
Hello friends, I have to create a txt file with the result of a query, so far I download the file bu...
Hey folks, i'm new to Laravel but already in love! Awesome. Sadly there's little documentation espec...
The view composer doesn't seem to fire on the master layout that all other views extend. The code wo...
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