Support the ongoing development of Laravel.io →
electricfan

electricfan

Joined 10 Apr 2015

Statistics

Threads 6
Replies 6
Solutions 1
Articles 0

laravel 5 built in scaffolding tried to use username instead of email error

I already created a column username and fill it in the users table that was used with the laravel 5...

0 Likes
3 Replies
Solved
replied 10 years ago

if more than 2 column selected in list

I instead use this $employees = mot_users::where("branch_no", $id) ->select(array('...

0 Likes
replied 10 years ago

if more than 2 column selected in list

im trying to get the column "user_no", "firstname", "lastname"

0 Likes
replied 10 years ago

Routing: Passing parameters to controller

how about if post and not get? like Route::post('employees',[ 'as' => 'employees/', 'uses' =&...

0 Likes
replied 10 years ago

JSON post response is undefined/empty laravel 5

my json post request has a data key named "id", now how im going to pass it from routes to...

0 Likes
replied 10 years ago

ajax post in laravel 5 return error 500 (Internal Server Error)

I dont want to use a form, I want to directly send a post request and retrieve the response directly...

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.