-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i make image file on insert or update with rename and make thumb files? #52
Comments
Hey! any help int that ? thank you in advance |
Thank you alot |
can i get last inserted id in modal in ? function setImageAttribute($value) { thank you again |
Sure, just get the current id using $this->id |
yes i did put $this->id in method but did not work i got null function setImageAttribute($value) { |
That's odd. I have quite a few mutators working this way.
protected $fillable = ['name', 'image'];
|
it was |
Does |
Did this work for you? Can I close the issue? Cheers! |
yes Close it thank you |
hello!
How can i make image file on insert or update with rename and make thumb files?
The text was updated successfully, but these errors were encountered: