Support the ongoing development of Laravel.io →
moschel26

moschel26

Joined 21 Dec 2015

Statistics

Threads 27
Replies 4
Solutions 0
Articles 0

How to set a variable in blade (laravel 5.3)?

I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...

0 Likes
1 Replies
Solved

How to add page number for every page in laravel dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...

0 Likes
2 Replies
Solved

How to using bootstrap in laravel dompdf?

My controller is like this : public function listdata() { $pdf=PDF::loadView('print_tests.pdf'); $...

0 Likes
1 Replies

How to add page number in laravel dompdf?

I add $pdf->set_option('isPhpEnabled', true); is like this : public function listdata() { $data...

0 Likes
1 Replies

How to setting landscape in laravel-dompdf?

I get reference from here : https://github.com/barryvdh/laravel-dompdf My controller code is like th...

0 Likes
1 Replies
replied 9 years ago

How to solve Missing argument 2 for App\Http\Controllers\UserController::destroy() in laravel 5.3?

@davicfg, I change like this : {!! Form::open(['route' => ['users.destroy', $user->id, $year],...

0 Likes
replied 9 years ago

How to add a additional condition in a join using query builder laravel 5.3?

@saurabhd, it's not working. if the query in debug, the result : LEFT JOIN table3 AS c ON a.field2 =...

0 Likes
replied 10 years ago

Laravel password hashes through native php

@astroanu, Thank you very much. It's working. @lagbox, Thank you

0 Likes
replied 10 years ago

Laravel password hashes through native php

@endrureza, I do not use laravel. I use php native. I just wanted to use the hash laravel. So, my po...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.