Support the ongoing development of Laravel.io →

4,608 Threads

Maximum nesting level error after 4.2 upgrade

Hey there, I just branched off of my base application to test upgrading to Laravel 4.2. Now I am get...

0 Likes
5 Replies
posted 10 years ago

Form inside a form

Is it possible to have a form inside a form? On my page I have 2 forms. The 2nd form is inside the 1...

0 Likes
2 Replies
posted 10 years ago

Update Php

<?php ob_start(); session_start(); include("connect.php"); if(empty($_SESSION["kullanici_adi"...

0 Likes
0 Replies

User Model saving null values to database

Good day, Please i am new to laravel. I have created a form and i continued with the user model alre...

0 Likes
6 Replies
Solved

Call to non member function merge() on a non object

I am executing two query builder ->get(); and trying to merge() but get the error: $output = $que...

0 Likes
1 Replies

Updating record attributes

I can't get Eloquent to update the last attribute for the record, only the first attribute is saved....

0 Likes
1 Replies
Solved

Homestead + remote database connection error!

Hello everybody! I have a small project which use XAMPP for development, and I use mysql database fr...

0 Likes
2 Replies

Call to undefined method stdClass::save()

Actually I am trying to save the same data again in the database. So I retrieved the value from the...

0 Likes
1 Replies

raw sql to Eloquent.

paginator's per page not work. all results displayed. i need raw sql to Eloquent. pls help. Eloquen...

0 Likes
0 Replies

Laravel not connecting to correct database

Hi All, I'm fairly new to Laravel and am having what will probably be a simple problem. But can't s...

0 Likes
3 Replies
Solved

Any documentation for Eloquent firstOrCreate, firstOrNew or firstOrFail?

There are a few use case examples with these calls in the Eloquent doc page (http://laravel.com/docs...

0 Likes
0 Replies

Throttle or debounce model events?

Is it possible to prevent an event from firing on every save to a model? I have a one to many relati...

0 Likes
3 Replies

how to save a data that is a foreign key

Hi I have two pages, the first one is menu and the other one is content. In my menu view its just a...

0 Likes
2 Replies
Solved

MongoDB Updates JensSegers Package

Hey guys, I'm stuck on updating an inner object using the MongoDB package by JenSegers. I can run th...

0 Likes
1 Replies

update user table

public function postRegister(RegisterRequest $request) { Registration form is valid, create us...

0 Likes
0 Replies

Laravel universal table CRUD

Hello, I'm looking for a tool that generates CRUD operations for any table automatically. It should...

0 Likes
2 Replies

Passing data to leaflet.js map

Alright newb question, I've had a reasonable amount of success building my first laravel application...

0 Likes
9 Replies
Solved

Migrations with multiple databases

Hey, migrations are great if you only work with one database. Do you know any package to extend the...

0 Likes
1 Replies
Solved

homestead postgresql connection

Hi, I'm completely new to Laravel and I'm following the official documentation step by step. So far...

0 Likes
1 Replies
Solved

Stored procedure as model $table

Hello! I have a huge oracle application (using yajra/laravel-oci8 for oracle interface). I want to c...

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.

© 2025 Laravel.io - All rights reserved.