Support the ongoing development of Laravel.io →
moschel26

moschel26

Joined 21 Dec 2015

Statistics

Threads 27
Replies 4
Solutions 0
Articles 0

How to solve route not defined in laravel 5.3?

My controller code is like this : public function store(CreateUserRequest $request) { $input = $...

0 Likes
1 Replies

How to get parameter in laravel 5.3?

My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...

0 Likes
1 Replies

why fa-angle-left icon in adminlte laravel infyom generator untidy?

I get the adminlte from here : https://github.com/InfyOmLabs/adminlte-generator In here : https://gi...

0 Likes
0 Replies

How to join in laravel infyom generator?

My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...

0 Likes
0 Replies

How to get base url form json in laravel 5.3?

My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...

0 Likes
1 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.