Support the ongoing development of Laravel.io →

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

ORM query - where clause on related table

Hey, so I'm looking to return a model with a where clause that's on the related table. So it would l...

0 Likes
3 Replies
Solved
posted 10 years ago

want to move CI project Laravel need some help for blade

Hi, I have project on CI and it works great, i have used lex template parser in, i want to move this...

0 Likes
1 Replies

Confirmation Code with Larabook

I want to use a confirmation code in the Larabook application, but it gets more complicated because...

0 Likes
0 Replies

Replacing the Input

Hello there, i am trying to replace the input in the controller before sending it back: Input::repla...

0 Likes
1 Replies
posted 10 years ago

laravel installer

hi, i put this code in terminal composer global require "laravel/installer=~1.1" and after...

0 Likes
0 Replies
posted 10 years ago

Changing database row without knowledge?

Hi, I'm devving a new app in Laravel 4, my first time with Laravel and so far i love it. But i am se...

0 Likes
2 Replies
posted 10 years ago

Laravel 5: Controllers\AuthController does not exist

I have moved the AuthController from Auth to my new directory Frontend. Here is the route Route::con...

0 Likes
1 Replies

Installation issue

Installation of Laravel installer via my composer fails. I suspect composer simply doesn't know wher...

0 Likes
2 Replies

Not getting $user after log in, get error Undefined variable: user (View:

I am following a log in tutorial, my login works after the login I redirect to Route::get('/member/...

0 Likes
1 Replies

Issue with routes on Linux

Hi, I developed a Laravel-application (a basic website) and everything is working like a charm on bo...

0 Likes
2 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
posted 10 years ago

How to add a <i> class to a html

Hello, I wonder how I can add a <i class = "xxx"> to a html link with blade so the outcome wil...

0 Likes
4 Replies
posted 10 years ago

How to wrap Code in the forum?

How does one wrap Code in the forum questions?

0 Likes
3 Replies
Solved

Changing the url to show the title instead of an id

Hi, In the url you get something like /view/1 but I would like to to show /view/test instead, but I...

0 Likes
3 Replies

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
posted 10 years ago

Populating form with model data

Hi folks, I'm trying to use form::model, to populate a form with data. I can get the form to post an...

0 Likes
11 Replies
Solved

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

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.