Hi, How Jquery form validations settings up in Laravel 4. Before I worked in Yii, and Yii creates jq...
Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...
Hi all, i need to validate if marks is choosen and that's it with routes.php but when the validation...
Hi, I am new to laravel, and trying to developing login page using Auth tool. i am using following c...
Hi all, i'm new lover of laravel, and i develop an application for archive the marks and model of co...
Hello I have a UsersController which just fills the User Model with the Input-Data (http://laravel.i...
Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...
I want to implement use some jQuery tree package like jsTree to allow user to add/edit/remove some n...
$('#form-param-parciales').submit(function(e) { var materia = $("#asignatura").val(); var...
/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...
This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...
Trying to create a simple input method. My DB table (comments) contains an increment "id",...
I am using the WYSIWYG editor Summernote but this seems to be an issue with any editor: Let's say I...
I am sending JSON to an API that I am building. For this particular instance, I am create a "co...
My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...
I have a form where a user can update several profile fields such as username, email, location, etc....
Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...
I would like to create an application that logs GET data directly to the DB through Laravel from URL...
try to ensure that the arrival date is before the departure date field, however it prompts error whe...
Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...
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