i got some error like this : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tbl_user.id' in...
I'm creating role method in laravel, but when i start the page I have this error. If anyone has any...
Hi! I'm new in Laravel and I have a little problem with User and Roles. In a database I have users a...
Hello, im trying to get an user by its name. So far i can get one like that $users = User::where('na...
Hi Guys I have this query: $user = Auth::user(); $user->jobs()->get(); where jobs is a bel...
http://stackoverflow.com/q/39963901/5863315
i want to show detail from database from 'Detail Button' like this but laravel show me error like o...
Hey folks. I tried to override find on a model like this namespace App; use Illuminate\Database\Eloq...
Hello, I've a problem with german umlauts like äöü and so on in Laravel 5.2. I'm saving some script...
Hello. I am trying to use the query builder as told in Laravel docs. when I pass the data to the vie...
I have one Controller eg. VendorContoller in index.blade.php i have display all details in table wit...
I want to set a slug for a user that I am saving. Should I use events? I tried this way whitout succ...
Hi, how to select all records from table group by created_at? When I get all rows from table it retu...
hi, i've developed an android app with laravel api backend. currently i use default api guard and Au...
Hi guys, i'm strugling with this error "SQLSTATE[HY000] [2054] Connecting to 3.22, 3.23 & 4...
<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...
So I'm kind of following the Laracasts Many To Many tutorial in Laravel5 Fundamentals and have the M...
I followed the documentation to try the notification system of Laravel 5.3, but I just cannot displa...
Hi, i'try to use this package with laravel-translatable, there is any possibility to search in trans...
insert into `combined_results_by_typecode` (product_id, typecode, group_id, group_name, passed_count...
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