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...
During registration, I am inserting rows into various tables which references another table using fo...
Hi, I'm new to laravel and wonder if someone could put me out of my misery with this simple piece of...
I'm using the eloquent authentication driver. After an unsuccessful registration, a user is redirect...
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