Тёмный

IMAGE UPLOAD LARAVEL - HOW TO UPLOAD FILES  

Takneeki Code
Подписаться 7 тыс.
Просмотров 7 тыс.
50% 1

#laravel #laravelcourse #php #phpscripts #php8
IMAGE UPLOAD LARAVEL - HOW TO UPLOAD FILES
In this video, We will learn how can we upload and store images or files with the help of laravel.
Thanks for watching!

Опубликовано:

 

31 янв 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
@veayuo9518
@veayuo9518 10 месяцев назад
It is very important for me. Thank you very much for sharing.🙏🙏🙏
@takneekicode
@takneekicode 10 месяцев назад
Glad to hear that ❤️
@hamzaali-eq9ol
@hamzaali-eq9ol 19 дней назад
thanks, it's helped me a lot thank you so much
@takneekicode
@takneekicode 19 дней назад
welcome 😊
@lordHoangDuy
@lordHoangDuy 3 месяца назад
thanks for your video
@takneekicode
@takneekicode 3 месяца назад
Glad it was helpful!
@aruproy698
@aruproy698 Год назад
after long time ... welcome back
@takneekicode
@takneekicode Год назад
Thanks man, sorry for late.
@furqanzahid2882
@furqanzahid2882 Год назад
Very Helpful
@AdnanAhmed-rc9es
@AdnanAhmed-rc9es 8 месяцев назад
Good
@InUrThought_3
@InUrThought_3 4 месяца назад
thanks for the video 🙏🙏🙏
@takneekicode
@takneekicode 4 месяца назад
Welcome!
@sickz7660
@sickz7660 Год назад
thank you bro this help me so much in my final project
@takneekicode
@takneekicode Год назад
Glad to hear that! ❤️
@user-fi5bf3hl4n
@user-fi5bf3hl4n 9 месяцев назад
thanks for this tutorial ❤❤
@takneekicode
@takneekicode 8 месяцев назад
❤️
@user-kr6oc5pl3u
@user-kr6oc5pl3u Год назад
thanks, you very helped me
@takneekicode
@takneekicode Год назад
Glad I could help
@jeslyndanielleella408
@jeslyndanielleella408 5 месяцев назад
It worked and I can see the uploaded image in the folder. However it keeps giving my an error saying "The picture failed to upload." even though it uploaded.
@takneekicode
@takneekicode 5 месяцев назад
Provide me complete error or email me your code, so I could help
@jeslyndanielleella408
@jeslyndanielleella408 5 месяцев назад
It seems like it is coming from my validator. $data = request()->validate([ 'emp_id' => ['required', 'string'], 'givenName' => ['required', 'string', 'max:255'], 'middleName' => ['nullable', 'string', 'max:255'], 'lastName' => ['required', 'string', 'max:255'], 'suffix' => ['nullable', 'string', 'max:255'], 'sex' => ['required'], 'birthdate' => ['nullable', 'date'], 'birthplace' => ['nullable', 'string', 'max:255'], 'position' => ['required', 'string'], 'empStatus' => ['nullable', 'string', 'max:255'], 'employee_type' => ['nullable', 'string', 'max:255'], 'date_hired' => ['nullable', 'date'], 'civilStatus' => ['nullable', 'string', 'max:255'], 'picture' => ['nullable', 'image'], 'salary_amount' =>['nullable', 'numeric'], 'salary_type' => ['nullable', 'string', 'max:255'] ]); when I removed the validation rules from 'picture' field, it uploaded with no problems. Should I just remove the validation?
@user-vc5bp1rv4r
@user-vc5bp1rv4r 9 месяцев назад
Well said bhai🙏🏽
@takneekicode
@takneekicode 9 месяцев назад
🌹
@mohamedsalem9889
@mohamedsalem9889 4 месяца назад
so , you not need to link public disk with local disk ?
@takneekicode
@takneekicode 4 месяца назад
Yes if you do this code then no need to link storage
@ninqiwhitehamster2515
@ninqiwhitehamster2515 6 месяцев назад
I can't input a million in the price, how to solve it?
@takneekicode
@takneekicode 6 месяцев назад
Could not understand bro, please explain your question properly. Thanks
@peterombui1009
@peterombui1009 Год назад
how do you do this in laravel10
@takneekicode
@takneekicode Год назад
As same as shown
@ruossovannra9527
@ruossovannra9527 11 месяцев назад
you show only create and store image How about update brother?
@takneekicode
@takneekicode 11 месяцев назад
Use same code bro
@takneekicode
@takneekicode 11 месяцев назад
Use same code bro
Далее
File Upload in Laravel: Main Things You Need To Know
13:58
ТЫ С ДРУГОМ В ДЕТСТВЕ😂#shorts
00:55
DOWNLOAD ANY PAID HTML WEBSITE TEMPLATE FOR FREE
7:02
Просмотров 327 тыс.
HOW TO SEND EMAIL WITH FORM (MARKDOWN FILE) IN LARAVEL
15:54
EXPORT DATA IN PDF - LARAVEL DOMPDF - COMPLETE GUIDE
17:16
LARAVEL FORM REQUEST - SEPARATE FORM REQUEST CLASS
7:25
Laravel 10 Multiple Image Upload
8:26
Просмотров 7 тыс.
Laravel CRUD in 50 minutes for Beginners  from Scratch
49:58