Support the ongoing development of Laravel.io →

1,185 Threads

Method like Model::create() but for updates.

Hello everybody! First of all, thanks for watching on my topic. My question is simple. The models th...

0 Likes
3 Replies
Solved

Access field object in Laravel 5

Hello, I am using laravel-push-notification library to push data towards android devices, it works g...

0 Likes
0 Replies

Auth::attempt() in Login form not working

This is my login form and my AuthController : //AuthController(postLogin method) public function pos...

0 Likes
3 Replies

upload file

i am new in laravel 5 .... How i can upload ( word file and image ) for each user and connect it to...

0 Likes
1 Replies

Posting using jquery revamped

Say you want to edit a record and post the form using jquery. A prerequisite for this: You should al...

0 Likes
5 Replies

Translation of Laravel Validation Error Messages

Hi.. my project is on Laravel 4.1 and i am using Waavi package for translation.. i would like to che...

0 Likes
1 Replies

Validation on Arrays

Hello, I am having some trouble with validation, specifically validation rules on arrays and I'm hop...

0 Likes
0 Replies

Form validation with @foreach

Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...

0 Likes
3 Replies
Solved

if more than 2 column selected in list

I have this eloquent model query public function getemployee(){ $id = $_POST['id'];...

0 Likes
4 Replies

Trying to find a solution (dynamic setting), I don't know how to describe it in one sentence

Dear Laravel users, I don't know how to describe what I want to have, in one sentence. I'm looking f...

0 Likes
4 Replies

Lumen CORS 405 Response

Hey everybody, I'm just playing around with Lumen trying to build a small API. However I'm having is...

0 Likes
2 Replies
Solved

JSON post response is undefined/empty laravel 5

in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...

0 Likes
3 Replies

Is my Controller too large (am I doing it wrong)?

I've recently just started with Laravel, and loving it - made this to update a user's data - is it t...

0 Likes
3 Replies

Is it possible to validate array max elements number by standard validators?

class TestRequest extends Request { public function rules() { // Is it possible to u...

0 Likes
0 Replies

Auth Issues

I am new to Laravel and I have the following confusions regarding your package. You did not change t...

0 Likes
2 Replies

bloated Laravel controller, am i over doing it?

greetings, as naive as i feel, i wanna create a thread about my controller. this controller manages...

0 Likes
2 Replies

L5 add parameters to fullURL

i make search page. i get full urll with code Request::fullUrl() http://demo.com/search?query=keywor...

0 Likes
4 Replies
posted 9 years ago

Relationship filtering problem in Laravel Panel

I used Laravel to build a paygate system and in its panel I have some different kinds or reports tha...

0 Likes
0 Replies

autocomplete & jquery

Hello everyone, I want to do autocomplete like on video http://www.youtube.com/watch?v=pLBtduvx5b0 1...

0 Likes
10 Replies

Get value other than input polymer+laravel

I am trying to use laravel with polymer. I have built a form that looks like this <form action=...

0 Likes
2 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.