Support the ongoing development of Laravel.io →
moschel26

moschel26

Joined 21 Dec 2015

Statistics

Threads 27
Replies 4
Solutions 0
Articles 0
posted 10 years ago

response ajax download pdf (laravel 5)

My html code is like this : <a href="javascript:;" onclick="showAjaxPdf('{{ $row-&...

0 Likes
1 Replies

Laravel password hashes through native php

My code is like this : <?php echo Hash::make('12345'); ?> error : Fatal error: Class 'Hash' no...

0 Likes
5 Replies
Solved
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.