I using windows My code on \app\Console\Kernel.php is like this : <?php namespace App\Console;...
My code is like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRe...
My controller is like this : public function listdata(Request $request) { ... $pdf = PDF::loadV...
My code is like this : <?php use Illuminate\Database\Seeder; use Illuminate\Database\Eloquent\Mo...
I follow this : http://stackoverflow.com/questions/19983610/how-to-get-page-number-on-dompdf-pdf-whe...
@davicfg, I change like this : {!! Form::open(['route' => ['users.destroy', $user->id, $year],...
@saurabhd, it's not working. if the query in debug, the result : LEFT JOIN table3 AS c ON a.field2 =...
@astroanu, Thank you very much. It's working. @lagbox, Thank you
@endrureza, I do not use laravel. I use php native. I just wanted to use the hash laravel. So, my po...
The Laravel portal for problem solving, knowledge sharing and community building.
The community