i have a form input like this <input type="text" name="user[username]" /> <input type="text...
Hi guys, I currently have a laravel blog, and I want to add a custom commenting system. What would b...
Hi guys, I created a commenting system for a blog. Comments belongTo a Post, and they BelongTo a use...
Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...
Hi guys, I am working on a multi-language website where we validate the input fields. But all the fi...
I have example: Route::get( 'cal', function () { $var = 150.55; $amount1 = 1...
Hi guys, Let me begin by explaining what I'm trying to do, so that you can get a better understandin...
http://laravel.com/docs/eloquent#mass-assignment It says there to use "fillable" to define...
I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...
Hi all. I am pretty close to a solution but am stuck. I have a category page where the category is c...
Hello I want to put some sort of timer so the user can only add data to the database let's say ever...
The problem i have is the following one: I have 2 arrays: Array ( [0] => off [1] => off [2] =&...
Hi Guys So I have an array containing many JSON objects, This is what it shows in console.log if i o...
Hi, I'm wondering what the best approach to creating a flow chart style web page would be? For examp...
SOLVED Accidentally had Laravel version 4.1.30 installed, installing 4.2.1 and copying Controllers,...
The question is quite simple but i dont know how to do it. Let say i have 2 arrays: Array1( [0] =>...
Hi all, I've been working away on my app and to date I have been successful. I have stumbled across...
So the point is that the user needs to select a (few) month(s) by clicking the checkbox. Then when t...