Support the ongoing development of Laravel.io →

Did I find a bug in Eloquent? ID is not being set correctly using a hasManyThrough relationship and paginate.

Hi there, I have the following three models and relationships set up. class Customer extends \Eloque...

0 Likes
2 Replies
posted 10 years ago

Form displayed as plain text

Hi, I try to open a form. But the browser simply display the code not a form; {{ Form::open('url'=&g...

0 Likes
1 Replies
Solved

Missing artisan after `composer install`

I have an existing project that I'm setting up on a new machine. Of course artisan is gitignored. Ru...

0 Likes
4 Replies
Solved

view does not find css,img,js from public

Hello, I have strange situation, when i have route like this: /* index */ Route::get('/', array( 'a...

0 Likes
6 Replies

Ecommerce With admin panel

hi can anybody help me to built shopping cart with admin panel or is there any reference link where...

0 Likes
3 Replies
posted 10 years ago

Mail wont send from command

Hi All, When I run the below code via an artisan command it fails also fails via controller ??? Mail...

0 Likes
1 Replies
Solved
posted 10 years ago

zError on third step of installation???

Following direct instructions fro Team Treehouse videos - The Virtual box and Vagrant installed fine...

0 Likes
1 Replies

How can I do this SQL query whit Eloquent?

Hello, Im new whit laravel, and I would to like do this query, in SQL it would be something like thi...

0 Likes
3 Replies
Solved

Mail not sending

See this bin file: http://laravel.io/bin/XO0eO thanks for your help!

0 Likes
8 Replies
posted 10 years ago

Advert Management package for Laravel (requesting DrPrez)

Are there any Laravel packages that are specifically for advert management? If not, what would be th...

0 Likes
1 Replies
posted 10 years ago

How to create an custom exception for route ?

My route use where() to custom input url Route::get('article/{id}', 'ArticleController@getIndex')-&g...

0 Likes
7 Replies
Solved
posted 10 years ago

Arrays in .env file are NOT being honored.

Take for instance .env.local.php: return array ( 'Foo' => array('a', 'b', 'c'), ); Result of t...

0 Likes
1 Replies

laravel Controller method not found in route::controller

i'm using Route::controller to view and edit form. in this action laravel say : Symfony \ Component...

0 Likes
1 Replies

3 table relationship question

I am trying to figure out how to get a specific 3 table relationship working. I have a business list...

0 Likes
3 Replies

The best way to pagination ?

I try to find the to make paginate with out use a lot of process on database like, select all() and...

0 Likes
2 Replies

What is the easiest way to add the count of records that matched the whereIn to this model chain?

I have this eloquant model chain which works fine but I would like to add the count of matched recor...

0 Likes
0 Replies
posted 10 years ago

Homestead - unable to create and connect to new DB

Hi, I've just started using homestead and want to have multiple sites on the same VM. However, Homes...

0 Likes
1 Replies
posted 10 years ago

Get name of registered service, not the actual class

I have a service provider setup like this: $app->bind( 'MyApp\Repositories\Thing\Thin...

0 Likes
0 Replies
posted 10 years ago

How to pass a controller method argument through a form route.

So I have a controller method which requires an argument to be passed through. public function stor...

0 Likes
3 Replies

Using $this when not in object context | Repository & Command Bus

I am using Laravel Commander to use the command bus to handle everything in an app I am building. I...

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.