Support the ongoing development of Laravel.io →

devmark

Joined 17 May 2014

Statistics

Threads 7
Replies 3
Solutions 0
Articles 0
posted 9 years ago

How to change object key when get data?

Assume i am going to fetch country list. $country = Country::get(); foreach($country as value){ ec...

0 Likes
0 Replies

How to do multi update with increment

i have a array, store ID, and i wanna do update their position number. something like: UPDATE table...

0 Likes
0 Replies
posted 9 years ago

[Intervention] - show image performance question

i am using Intervention package ( https://github.com/Intervention/image ) assume that things: got...

0 Likes
0 Replies

How to Protect GET/POST?

i have a get route, function getDetialForm(){ //Here i have to pass 2 value to let function know whi...

0 Likes
1 Replies

how object work?

$from = Att::Find(Input::get('pos')); $to = Att::Find(Input::get('to'));...

0 Likes
3 Replies
replied 9 years ago

how object work?

hello, i wanna change the position. - id order - 1 2 - 2 4 - 3 4 - 4 5 - 5 6 expect...

0 Likes
replied 9 years ago

Can't change user's password

Thanks pickupman, it's ok now. i dont know why seypasswordattribute dont work when i updated passwor...

0 Likes
replied 9 years ago

Can't change user's password

thanks for help, i know we have to encrypts passwd before save so i have put that code public functi...

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.

© 2024 Laravel.io - All rights reserved.