Support the ongoing development of Laravel.io →
posted 10 years ago

Resource Routes

I have resources, and doing the routes for a single resource is easy: URL::route('reply.edit', $repl...

0 Likes
0 Replies

Lazy Load second degree relationships

Hi guys, do any of the Eloquent guru's know if you can lazy load and filter further than one degree...

0 Likes
0 Replies

POST Error: Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException

Hi all, I am new to laravel and I don't know how to solve this error: Symfony \ Component \ HttpKern...

0 Likes
2 Replies
Solved

Classmap Autoload

Hi, Learning Laravel, and reading up on autoloading via composer, I've come across many statements s...

0 Likes
1 Replies
posted 10 years ago

Session cart object

I want to make a session cart object for a webshop, what is the best way to approach this in laravel...

0 Likes
1 Replies
posted 10 years ago

The goal of laravel commander?

Hi.. i'm newbie in laravel. i want ask : What is goal make this package? make command object, then t...

0 Likes
1 Replies

Record emails in DB

Is there an easy way for me to record all the emails sent via mandrill to also make a copy into my D...

0 Likes
0 Replies

My laravel application is displaying no data

## My laravel application is displaying no data ## Hi gues, I am working on a questionniare app...

0 Likes
0 Replies

DB::table()

Hy, I have some problem to use the "DB::table" expression. Here is my code : DB::table('pa...

0 Likes
4 Replies
posted 10 years ago

Custom Class supporting Paginate

I am creating class to "parse" IceCast xml data, and I want to "support" paginat...

0 Likes
0 Replies

Homestead 2.0 provision and database

Every time a new site is added to the Homestead.yaml we are supposed to provision the VM homestead u...

0 Likes
3 Replies

Seems $this->post->fill()->save wont work in 5.0

Can anybody validate will hasOne work in such way: Post::find(1)->author->fill([ 'title' =...

0 Likes
0 Replies

Carbon install

I am a Laravel Newbies. I install Laravel 4.2 then I install Carbon with Composer. I add to config/a...

0 Likes
2 Replies

Homestead Windows 8 - Problem

As soon as I want to start by Homestead Vagrant up I get the error message. I went to this manual. h...

0 Likes
2 Replies
posted 10 years ago

filter many to many by user_id, Not working

I'm trying to filter the query according to userpicks.user_id. the current query results in all tour...

0 Likes
0 Replies
posted 10 years ago

question: 2 model update -- how to go about

I'm trying to update 2 models from 1 form. (Customer, Customer_Profile) Here's what I got going: Jef...

0 Likes
2 Replies
posted 10 years ago

Schema builder does not support composite keys with auto-incrementing id fields?

Does the Schema builder not support this type of relationship? Pseudocode: Table: cities increments(...

0 Likes
3 Replies

Eloquent: Primary key with more then on field

Hello, I'm new to Laravel and PHP, but I really enjoy working with it :) I want to post, edit and de...

0 Likes
3 Replies

Add created_at column to migrations table.

Hi Everyone, When we run migrate:install, migrations table is created in the database that has two c...

0 Likes
2 Replies

Class singleton without reference

I'm having a bit of trouble with a presenter i'm writing. In essence, I want to run a function to or...

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.