Hello, I have created a new Laravel 5.3 application and I have a problem with utf-8 chars which are...
Hey, I'm Eduard. I'm new to Laravel framework and I need some help from you, guys! What I'm trying r...
Since running 'composer update' to go from Laravel 5.0 to 5.1 I'm getting useless info when my app t...
Hi guys, I've setup my first Laravel Forge site that runs a VueJS 2.0 server side rendered app. I've...
I've created a master page for our site so that we maintain a similar layout throughout, but our hom...
Hello, I have a contact form, a contact mailable, and a contact mail view and a contact controller....
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...
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