I have the following tables set up widgets table: id, name, widget_types_id widget_types table: id n...
how do you check the content type? when using the code below App::after(function($request, $response...
Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...
Hi, When I use artisan on the command line, it takes around 20-30 secs to spit out a response, regar...
Hello, I have a group routing like following and want to make is case insensitive... Route::group(ar...
I'm trying to make an application where on every page I'll have some top rated news. So, in my blade...
Hello, I'm totally new to Laravel. I've dabbled with frameworks a little bit in the past such as Cod...
For most pages, I would just need the standard bootstrapRender and paginator result but for some pag...
I am writing an app that administers tests to students. I have a model that represents a prototype o...
I'm not sure how I should do this, but I need the form data (a zip code or city) to be posted to my...
Hi folks, i know - it's a real newb-Question, but i've found nothing in the documentation, which hel...
Hi I'm new to hosting for the moment. I'm using Combell because it runs PHP 5.4. I changed a few thi...
For a project I'm working on I need to get access to the controller used in the referrer to run a fu...
I have a code: http://pastebin.com/kXPsvrCR And i have error - http://clip2net.com/s/77c44x Please h...
$orders = DB::table('orders') ->join('order_item', function($join) { $join->on('orders.id', '=...
I have the following tables: lessons - lessonID - lessonName .. sections - sectionID - lessonID ref...
So I have this code and I was trying to make these labels and textboxes appear with a button click....
Hello, I would like to know some suggestion about using using mongodb with laravel4. thanks.
I have a validation.php file in /workbench/<vendor>/<package>/lang/en. In this file, I h...
Hi, I'm totally new to Laravel, this is my first install. I downloaded the latest version from https...
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