Support the ongoing development of Laravel.io →

4,599 Threads

Table Not Found

i got some error like this : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tbl_user.id' in...

0 Likes
1 Replies
posted 8 years ago

BadMethodCallException in Builder.php line 2440: Call to undefined method Illuminate\Database\Query\Builder::getIdArray()

I'm creating role method in laravel, but when i start the page I have this error. If anyone has any...

0 Likes
1 Replies

Users and Roles

Hi! I'm new in Laravel and I have a little problem with User and Roles. In a database I have users a...

0 Likes
11 Replies
Solved

Get user by name

Hello, im trying to get an user by its name. So far i can get one like that $users = User::where('na...

0 Likes
1 Replies

Order by pivot table attribute in Eloquent

Hi Guys I have this query: $user = Auth::user(); $user->jobs()->get(); where jobs is a bel...

0 Likes
6 Replies
Solved

Trouble when want show user detail on Laravel 5.2.3x

i want to show detail from database from 'Detail Button' like this but laravel show me error like o...

0 Likes
0 Replies

Overriding find on amodel causes apache child to do segmentation violation

Hey folks. I tried to override find on a model like this namespace App; use Illuminate\Database\Eloq...

0 Likes
0 Replies
posted 8 years ago

Laraval umlauts not working with MySQL Database

Hello, I've a problem with german umlauts like äöü and so on in Laravel 5.2. I'm saving some script...

0 Likes
2 Replies
posted 8 years ago

How to display values of returned Collection?

Hello. I am trying to use the query builder as told in Laravel docs. when I pass the data to the vie...

0 Likes
11 Replies

How to pass variable from one controller to another controller in laravel

I have one Controller eg. VendorContoller in index.blade.php i have display all details in table wit...

0 Likes
1 Replies

How to automaticaly create a slug when saving a user?

I want to set a slug for a user that I am saving. Should I use events? I tried this way whitout succ...

0 Likes
2 Replies

group by created_at

Hi, how to select all records from table group by created_at? When I get all rows from table it retu...

0 Likes
0 Replies

multiple persons for one user / email address

hi, i've developed an android app with laravel api backend. currently i use default api guard and Au...

0 Likes
0 Replies
posted 8 years ago

Error Connecting to 3.22, 3.23 & 4.0 servers is not supported

Hi guys, i'm strugling with this error "SQLSTATE[HY000] [2054] Connecting to 3.22, 3.23 & 4...

0 Likes
0 Replies

Wanna Add some text before text insert to database

<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...

0 Likes
4 Replies
Solved

Issues with belongsToMany() only returning data for one column on pivot table.

So I'm kind of following the Laracasts Many To Many tutorial in Laravel5 Fundamentals and have the M...

0 Likes
2 Replies
Solved
posted 8 years ago

unable to access message and action of notifications

I followed the documentation to try the notification system of Laravel 5.3, but I just cannot displa...

0 Likes
0 Replies

Eloquence/Searchable working with translatable

Hi, i'try to use this package with laravel-translatable, there is any possibility to search in trans...

0 Likes
0 Replies

how would I convert this into Query Builder?

insert into `combined_results_by_typecode` (product_id, typecode, group_id, group_name, passed_count...

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.

© 2024 Laravel.io - All rights reserved.