<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...
I have two tables users id | name images id | user_id User model class User extends Authenticatabl...
I am trying to do a basic "contact us" page with a message text area that allows for regul...
I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...
Hi guys, I have slow connection. And downloading this command below is killing me. vagrant box add l...
I am passing variable in my view partial but in partial it says variable not found. I am doing follo...
Hi all, I am currently stuck finding a concept to satisfy the following requirement: a "portal&...
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