Support the ongoing development of Laravel.io →

Homestead ssh weird chars

Hello I'm using homestead on windos 8.1 Pro 64bts and just installed homestead. Wile using homestead...

0 Likes
8 Replies

Not able to register a custom Validator Resolver via Composer Package

I can not register a custom Validator in a Package The error is: Call to undefined method BSW\ApiPac...

0 Likes
1 Replies

Google App Engine and vagrant

Has anyone taken an existing laravel project running on vagrant/homested and pushed the code to goog...

0 Likes
3 Replies

eager loading with constrain issue

so here is my controller $beritas = KategoriArtikel::with(array('Artikel' => function($query) {...

0 Likes
0 Replies

View [emails.welcome] not found.

I tried to call sending email in a queue but the above title is the error I gotten here's my source...

0 Likes
1 Replies

echoing array inside array

so i do eager loading and it returned 1 array inside array like this array(3) { [0]=> array(6...

0 Likes
2 Replies

Destroy Method From Icon

What way should I be using deletes to send a id to the user destroy method? <td class="cente...

0 Likes
1 Replies
posted 10 years ago

Using an orWhere in a Join

I am trying to use an orWhere in a join statement. This is what I have: ->join('wheres', function...

0 Likes
1 Replies
Solved
posted 10 years ago

All emails with an attachment shows as plain text since last composer update

Yesterday I did a composer-update to make Laravel Debugbar work, but today I found a big problem. Ev...

0 Likes
1 Replies

Pagination: Undefined property: Illuminate\Pagination\Paginator::$username error

AbsractRepository.php /** * Get Results by Page * * @param int $page...

0 Likes
4 Replies
Solved

Location based query

Hello! I am a newby to Laravel. I am building a market place for technicians. On the search page, I...

0 Likes
1 Replies
posted 10 years ago

Rewrite route

Hi, Today, i use this route to display a product page : Route::get('display_item/{id}', function($id...

0 Likes
7 Replies

Object created but still producing "Call to a member function associate() on a non-object"

Error message: http://puu.sh/d4kdm/4a084d1170.png This has to be something stupid, I even have the t...

0 Likes
3 Replies
Solved

Deleting A Child Table Row

I currently have the following destroy function for my user's controller. When the destroy method is...

0 Likes
4 Replies
Solved

laravel unit testing fails on multipile methods

this is my simple tests, with nothing on it: <?php class BooTest extends TestCase { /** @tes...

0 Likes
1 Replies

Controller Only saving last data in array into database

Have asked this question before but it wasn't answered.So am asking again.I have a table subjects wi...

0 Likes
5 Replies
posted 10 years ago

Checkbox and Remember me without line break

I can't place checkbox and "Remember me" in one line using laravel and bootstrap. There is...

0 Likes
3 Replies
posted 10 years ago

Repository Pattern - Call to a member function create() on null

I keep getting this error: "Call to a member function create() on null" in my controller....

0 Likes
2 Replies
Solved
posted 10 years ago

How to get metadata on model? (All model fields and its types, etc)

I'm using postgres database and I need to know all model field names and types from database. Someth...

0 Likes
0 Replies

Why remove Html package on Laravel 5 ??????????

I don't understand, why remove Html package on Laravel 5 ????????????????

0 Likes
2 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.