I get from here : https://github.com/barryvdh/laravel-dompdf I try like this : public function listd...
My migration is like this : public function up() { Schema::create('tests', function (Blueprint $...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...
@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.