Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Osthir 🎉🎉
vai 💌💌🤟
Thanks for the tutorial, It has really helped me a lot. Nice music too!
Thanks you sangat membantu
very helpful
How would I do if I want to see the images in a , from my table
Thx! good video!
Good Job,thanks
Method Illuminate\Http\UploadedFile::getClientOrignalExtension does not exist.this error occure????
GGGRRReeaaaatttttttttttttt bro keepit up
subcribed bro make more on laravel
nice video thanks..
thats good but i want different alt text for every image
how can i delete particular img?
MVC implies a separation of powers. Very bad access to the DB in the view
can you create a php version?
Hi , how to unlink those image in db ?
Hi how do I update the images
Nice 👌
hi, can i have your source code in the blade?
How if we want show just 1 image?
@php $image = DB::table('multiple_images')->where('id', 1)->first(); $images = explode('|', $image->image); @endphp
please subscribe for more....!!
Hello, can I have your source code?
public function save(Request $request) { $image = array(); if($files = $request->file('image')){ foreach ($files as $file) { $image_name = md5(rand(1000, 10000)); $ext = strtolower($file->getClientOriginalExtension()); $image_full_name = $image_name.'.'.$ext; $upload_path = 'public/multiple_image/'; $image_url = $upload_path.$image_full_name; $file->move($upload_path, $image_full_name); $image[] = $image_url; } } MultipleImage::insert([ 'image' => implode('|', $image), 'title' => $request->title, ]); return back(); }
Thank you. i will try it
@@fahadhossain5855
how to get all image from all id......
oui c'est une très bonne question
Osthir 🎉🎉
vai 💌💌🤟
Thanks for the tutorial, It has really helped me a lot. Nice music too!
Thanks you sangat membantu
very helpful
How would I do if I want to see the images in a , from my table
Thx! good video!
Good Job,thanks
Method Illuminate\Http\UploadedFile::getClientOrignalExtension does not exist.
this error occure
????
GGGRRReeaaaatttttttttttttt bro keepit up
subcribed bro make more on laravel
nice video thanks..
thats good but i want different alt text for every image
how can i delete particular img?
MVC implies a separation of powers. Very bad access to the DB in the view
can you create a php version?
Hi , how to unlink those image in db ?
Hi how do I update the images
Nice 👌
hi, can i have your source code in the blade?
How if we want show just 1 image?
@php
$image = DB::table('multiple_images')->where('id', 1)->first();
$images = explode('|', $image->image);
@endphp
please subscribe for more....!!
Hello, can I have your source code?
public function save(Request $request)
{
$image = array();
if($files = $request->file('image')){
foreach ($files as $file) {
$image_name = md5(rand(1000, 10000));
$ext = strtolower($file->getClientOriginalExtension());
$image_full_name = $image_name.'.'.$ext;
$upload_path = 'public/multiple_image/';
$image_url = $upload_path.$image_full_name;
$file->move($upload_path, $image_full_name);
$image[] = $image_url;
}
}
MultipleImage::insert([
'image' => implode('|', $image),
'title' => $request->title,
]);
return back();
}
Thank you. i will try it
@@fahadhossain5855
how to get all image from all id......
oui c'est une très bonne question