Maybe with this image I can make myself clear. I have the user table and the owned_items table The o...
I'm tying to do the following sql with eloquent model: but it does not work ;/ update account set ru...
I have a Laravel app that powers an ecommerce website with moderate traffic. This website allows peo...
Hi This is my table of categories with parent id $table->increments('id'); $table->string('cat...
Hi I am unable to save data from my form: This is my view: @extends('app') @section('content')...
I dont really have specific problem, I am just wondering why is Laravel build like this. Django mode...
hi, i am trying to create a credit or point system for my web application that use Laravel 4,2.. my...
I am trying to run a vary complex sql in laravel: SELECT SUM(t.total_revenue) as total...
Hello I'm making a website that have two points: Clients Business Clients: static pages like home,...
Hi there I'm new to laravel so please excuse me if this question is dumb or already answered. I'm tr...
Hi Everyone. I Was wondering why Eloquent use count(*) to join between two tables? For exemple, if I...
Hello, I have array of ids: $games = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10 .....]; I want to check which o...
I have this sample route: Route::get('orders/{orderid}/cambiaestado/{estado}', function($orderid = n...
Hi, Any idea how to add an item to the beginning of the collection without altering the collection k...
Hello i have 2 models with Many to many relationship. How can i access for this data? Models : clas...
I have been banging my head for the last few hours trying to get this to work and have started to qu...
I have a table called dealer_services having structure as id dealer_id (foreign key) bike car financ...
I have this input in my view: {{ Form::text('first_name[]', null, array('class'=>'form-contro...
I'm using Laravel 4.2, didn't had the time to switch to 5.x. I need to make a somewhat complicated q...
Hi all, I have two models: posts and likes. Posts and likes have one-to-many relationship (so, one p...
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