Support the ongoing development of Laravel.io →
moschel26

moschel26

Joined 21 Dec 2015

Statistics

Threads 27
Replies 4
Solutions 0
Articles 0

How to add dynamic dropdown list column on Laravel 5.3 registration?

I want to create a dropdown list where the data retrieved from the database, ie dropdown level. the...

0 Likes
1 Replies

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

My regular query is like this : SELECT e.field1, b.field2, c.field3, d.field4, a.field5 , a.field6...

0 Likes
4 Replies
posted 9 years ago

How to pass array variable from controller to view (Laravel 5)?

My array ($response_array) is like this : Array ( [Auth] => Array ( [User...

0 Likes
2 Replies
posted 10 years ago

failed to download pdf in laravel 5

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

0 Likes
0 Replies
posted 10 years ago

failed to send parameter from javascript to controller in laravel 5

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

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.