Hey there! Yet another package I created since i had a requirement in one of my projects. Check it o...
Hi, how to select all records from table group by created_at? When I get all rows from table it retu...
I try to understand api, oauth2, ... Now i have a problem with transformers in dingo/api. I'm sure t...
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...
it's my form code for password.. {!! Form::open(['url'=>'c_adduser']) !!} ... <div class="...
I just updated to 5.2 and am having a log of problems. I think that I got them all solved but this o...
I'm trying to use Auth within a global scope which seems to be working fine and doesn't effect the a...
HI, my application is build in a way that user can open account and inside the account he can create...
Hi, I need to pass some 'virtual' fields to my model when passing JSON. I've started with the very b...
<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...
Code Sample: $numberOfCode = 20; for ($i = 1; $i <= $numberOfCode; $i++) { $insArr[]...
<textarea rows="4", cols="54" id="keterangan" name="keterangan...
Route::get('admin', 'AdminController@index'); Route::get('adduser', 'AdminController@adduser'); Rou...
Is there a way to shorten these two lines into one line? $book->load('notes.user')->publishers...
So I'm kind of following the Laracasts Many To Many tutorial in Laravel5 Fundamentals and have the M...
I wanted to understand that why should I really use sentinel while Laravel 5.3 has similar authoriza...
I followed the documentation to try the notification system of Laravel 5.3, but I just cannot displa...
I want PhpStorm to have code completion support and syntax highlighting for many of Laravel’s facade...
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable...
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