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...
#Problem I have an application that sends notification emails from the controller when certain model...
I realize this is not the best practice but for practicality reasons I may need to distribute (rathe...
Hi, I setup an admin section for our website with laravel 5.1.24 and added bestmomo/filemanager. It...
Hi all, I just started with Laravel and I've run into an issue where when I yield a section, it does...
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