Hey there, I just branched off of my base application to test upgrading to Laravel 4.2. Now I am get...
Is it possible to have a form inside a form? On my page I have 2 forms. The 2nd form is inside the 1...
<?php ob_start(); session_start(); include("connect.php"); if(empty($_SESSION["kullanici_adi"...
Good day, Please i am new to laravel. I have created a form and i continued with the user model alre...
I am executing two query builder ->get(); and trying to merge() but get the error: $output = $que...
I can't get Eloquent to update the last attribute for the record, only the first attribute is saved....
Hello everybody! I have a small project which use XAMPP for development, and I use mysql database fr...
Actually I am trying to save the same data again in the database. So I retrieved the value from the...
paginator's per page not work. all results displayed. i need raw sql to Eloquent. pls help. Eloquen...
Hi All, I'm fairly new to Laravel and am having what will probably be a simple problem. But can't s...
There are a few use case examples with these calls in the Eloquent doc page (http://laravel.com/docs...
Is it possible to prevent an event from firing on every save to a model? I have a one to many relati...
Hi I have two pages, the first one is menu and the other one is content. In my menu view its just a...
Hey guys, I'm stuck on updating an inner object using the MongoDB package by JenSegers. I can run th...
public function postRegister(RegisterRequest $request) { Registration form is valid, create us...
Hello, I'm looking for a tool that generates CRUD operations for any table automatically. It should...
Alright newb question, I've had a reasonable amount of success building my first laravel application...
Hey, migrations are great if you only work with one database. Do you know any package to extend the...
Hi, I'm completely new to Laravel and I'm following the official documentation step by step. So far...
Hello! I have a huge oracle application (using yajra/laravel-oci8 for oracle interface). I want to c...
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