Support the ongoing development of Laravel.io →

1,185 Threads

Jquery form validations

Hi, How Jquery form validations settings up in Laravel 4. Before I worked in Yii, and Yii creates jq...

0 Likes
2 Replies

Check if value is number?

Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...

0 Likes
2 Replies
Solved

Redirect to a form after validate with value in a field

Hi all, i need to validate if marks is choosen and that's it with routes.php but when the validation...

0 Likes
0 Replies

Auth login issue with Hash::make('secret')

Hi, I am new to laravel, and trying to developing login page using Auth tool. i am using following c...

0 Likes
2 Replies
Solved

Create dynamic select dropdown list with laravel 4

Hi all, i'm new lover of laravel, and i develop an application for archive the marks and model of co...

0 Likes
0 Replies
posted 9 years ago

Problem with Validation

Hello I have a UsersController which just fills the User Model with the Input-Data (http://laravel.i...

0 Likes
2 Replies

Displaying passed variable

Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...

0 Likes
1 Replies
Solved

Is there some package implemented some jQuery tree serialized with a ORM model?

I want to implement use some jQuery tree package like jsTree to allow user to add/edit/remove some n...

0 Likes
0 Replies

función jQuery para dar formato a los datos retornados por el controlador

$('#form-param-parciales').submit(function(e) { var materia = $("#asignatura").val(); var...

0 Likes
0 Replies

Ajax (JQuery) request-response with controllers

/** * Desplega un listado de los estudiantes * * @return Response */ public function listar() {...

0 Likes
0 Replies

Laravel 4 Auth::attempt fails

This is my stackoverflow topic: http://stackoverflow.com/questions/24477170/laravel-4-authattempt-fa...

0 Likes
2 Replies
Solved

My GET input isn't logging to DB

Trying to create a simple input method. My DB table (comments) contains an increment "id",...

0 Likes
2 Replies
Solved
posted 9 years ago

Can't get blade to escape properly

I am using the WYSIWYG editor Summernote but this seems to be an issue with any editor: Let's say I...

0 Likes
0 Replies

REST API - Struggling to decide on best approach to send Multiple JSON Requests in one payload.

I am sending JSON to an API that I am building. For this particular instance, I am create a "co...

0 Likes
0 Replies

Call to a member function getClientOriginalName() on a non-object

My Form: @extends('layouts.master') @section('content') <div id="admin"> <h2&g...

0 Likes
4 Replies
Solved

Allow member to reset password (from profile -without using the reset password)

I have a form where a user can update several profile fields such as username, email, location, etc....

0 Likes
2 Replies

How to add headers to internal requests?

Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...

0 Likes
0 Replies

Planning my first project: Migrating a text-based log file to a Laravel Application

I would like to create an application that logs GET data directly to the DB through Laravel from URL...

0 Likes
1 Replies

before:(Date) validation

try to ensure that the arrival date is before the departure date field, however it prompts error whe...

0 Likes
0 Replies

Chrome request

Hey everyone, i have some weird behavior on my laravel system with Chrome. When i click on menu item...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.