devhubNP
devhubNP
  • 14
  • 257 939
Laravel Multiple Uploads : Updating Images (Part - 2)
This is a part-2 of following video where I show you how to upload multiple files/images in laravel.
th-cam.com/video/y6_uLzg4NTc/w-d-xo.html
In this video, I will show you how to delete and add more images (i.e. update the multiple uploads)
มุมมอง: 3 022

วีดีโอ

Send Email using Google SMTP in Laravel | Send Mail In Gmail
มุมมอง 1.4K2 ปีที่แล้ว
In this video, I will show you how to send email to actual inbox using Google SMTP server. How to send Contact Email in Laravel : th-cam.com/video/TTk9pjLmJ40/w-d-xo.html Timestamps: 00:28 Setting up .env file 01:11 Turn less secure app access on
Laravel Bug Fix | Connection could not be established with host; SSL failed with code 1 (Mailtrap)
มุมมอง 12K2 ปีที่แล้ว
This short video tells you how you could probably solve laravel email bug related to SSL that reads Connection could not be established with host "ssl://smtp.mailtrap.io:2525": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:ssl3_get_record:wrong version number To see how I build this contact email form : th-cam.com/video/TTk9pjLmJ40...
Laravel Datatable | Integrating jQuery Datatable with Laravel
มุมมอง 28K2 ปีที่แล้ว
In this video, I am going to show you how to integrate the jQuery datatable with Laravel for a beautiful and interactive table without writing any javascript. Links in video: Datatable : www.datatables.net/ Bootstrap : getbootstrap.com/docs/5.1/getting-started/introduction/ jQuery : releases.jquery.com/
How to Connect PHP with SQL Server 2019 With Sample Code and Query
มุมมอง 28K2 ปีที่แล้ว
In this video I am going to show you how to connect PHP with SQL Server 2019 with PHP code to connect and perform a simple insert query. Download PHP Drivers: docs.microsoft.com/en-us/sql/connect/php/download-drivers-php-sql-server?view=sql-server-ver15 Timestamps: 00:04 Demo 00:40 Before Set Up 02:17 Downloading PHP Drivers 03:00 Selecting Appropriate Driver 04:34 Move Drivers to Ext Folder 04...
Laravel Tutorial : Upload Multiple Files/Images
มุมมอง 19K2 ปีที่แล้ว
In this video, I am going to show you how to upload multiple images in laravel 8 by creating a small application. Skip to 17:07 if you just want the logic part of uploading multiple images. Code : github.com/surojcodes/yt_multiple_uploads Timeline: 00:04 Demo of Final Application 00:47 Models, Database, Migration 3:42 Blade Files 9:20 Form Component for multiple image upload 11:35 View all prod...
Laravel Tutorial : Excel Import to Laravel Database with Validation
มุมมอง 7K2 ปีที่แล้ว
In this video, I show you how to import an excel sheet into laravel database after validating the sheet. Code: github.com/surojcodes/yt_excel_import Timestamps: 0:07 Demo of Final Application 2:20 Begin Building Application 10:04 Using Laravel Excel Package 11:45 Handling Heading Row 13:40 Adding Validation Rules 15:02 Showing Validation Errors In View
Laravel Tutorial - Export Data to Excel Sheet | Laravel Export to Excel (From View)
มุมมอง 3K2 ปีที่แล้ว
In this video, I am going to show you how you can export tabular data from laravel to an excel sheet in the simplest way. Jump to specific time 0:07 Demo of Final Application 0:36 Preparing Product table to export 11:06 Exporting to Excel 16:20 Putting Headings in Excel Source Code : github.com/surojcodes/yt_excel_export
CRUD in Laravel Step by Step With Form Validation For Beginners | Recipe CRUD
มุมมอง 1.1K2 ปีที่แล้ว
In this video, I will show you how to create, read, update and delete resources in laravel 8 by making a simple recipe application. Follow along the tutorial and I promise that you will be able to do CRUD for your project. Source Code : github.com/surojcodes/yt_recipe 0:00 Creating New Project 0:39 Creating Database 1:00 Connecting Laravel app with database 1:30 Creating Recipe Model, Migration...
Some Dark Themes for Visual Studio Code (Part 2)
มุมมอง 6922 ปีที่แล้ว
Let's explore some more vs-code dark themes in this video. Themes in the video: 0:00 Horizon theme 0:25 Andromeda 0:46 Cyberpunk 1:36 Field Lights Theme 2:21 Enki Theme 3:27 Relaxed 3:53 Calamity 4:15 Outrun 4:37 Moonlight 5:03 Saklash-Theme 5:34 Panda Theme Some Dark Themes for VScode Part 1 : th-cam.com/video/Mwru-xNoESE/w-d-xo.html Music: www.bensound.com
How To Send Contact Email In Laravel | Sending Data In Email
มุมมอง 6K2 ปีที่แล้ว
This video teaches you how to send a contact form data email, or any data in email. We use mailtrap here for testing email functionality 0:00 Setting up new project 0:53 Adding Bootstrap 1:14 Creating Contact Form 3:36 Creating Controller 3:55 Creating Route 4:25 Creating Controller Method 5:57 Creating Mail Class 6:15 Sending Mail 6:49 Creating Mail View With Data 8:41 Using Mailtrap 9:05 Sett...
Sending Email in Laravel From Scratch
มุมมอง 2952 ปีที่แล้ว
This video teaches you how to send emails in laravel 8. We use mailtrap in this video to check the mail functionality. 0:00 Creating New Project 1:02 Creating Controller 1:16 Creating Route 1:42 Creating Controller method 2:04 Creating Mail Class 2:19 Sending Mail 2:45 Creating Mail View 3:14 Adding Subject and Sender Information 3:40 Using Mailtrap 4:08 Testing Our App Music: www.bensound.com
Some Dark Themes for Visual Studio Code
มุมมอง 4012 ปีที่แล้ว
Some of the dark themes for visual studio code. 0:00 Night Owl 0:37 Ariake Dark 1:07 One Dark Pro 1:36 Nord 1:55 Dracula Official 2:22 City Lights 2:39 Cobalt Next 3:00 Cobalt2 3:18 Material Theme Part 2 : th-cam.com/video/evHbv-jbJ5o/w-d-xo.html Music: www.bensound.com
how to connect php with sql server 2012/2014 with sample code and query
มุมมอง 149K10 ปีที่แล้ว
Updated video : th-cam.com/video/TN0gV3KPp10/w-d-xo.html link for php drivers: www.microsoft.com/en-us/download/details.aspx?id=20098 link for php 5.5 driver: www.hmelihkara.com/files/php_sqlsrv_55.rar

ความคิดเห็น

  • @AhmadAhmad-po4nl
    @AhmadAhmad-po4nl หลายเดือนก่อน

    how to handle multiple files if I wanted to add update method? If a product has many files (images) attatched to it, and the user want to edit one of them (adding an image or removing one for example), what should I do then? I've seen some people do it by just replacing all the files in the filesystem (or database) with files in request (since all files the user want are now in the request). and some people having hashings for every image so they compare the request's images with the already existing images and change images that got changed. what do you think the better approach would be?

  • @olaitanabidemi9175
    @olaitanabidemi9175 หลายเดือนก่อน

    Thanks a lot. You are a great tutor.

  • @kepler79b
    @kepler79b หลายเดือนก่อน

    Great video. Subs here.

  • @hoholebaguette7298
    @hoholebaguette7298 3 หลายเดือนก่อน

    hello bro thanks for the video, whats the name of the icons of the default folders that u have

  • @billamama5312
    @billamama5312 4 หลายเดือนก่อน

    Thanks my G!

  • @pritamsamajpati
    @pritamsamajpati 4 หลายเดือนก่อน

    anyone can help with this error? Connection could not be established. Array ( [0] => Array ( [0] => HY000 [SQLSTATE] => HY000 [1] => -2146893042 [code] => -2146893042 [2] => [Microsoft][ODBC Driver 17 for SQL Server]SQL Server Network Interfaces: No credentials are available in the security package [message] => [Microsoft][ODBC Driver 17 for SQL Server]SQL Server Network Interfaces: No credentials are available in the security package ) [1] => Array ( [0] => HY000 [SQLSTATE] => HY000 [1] => -2146893042 [code] => -2146893042 [2] => [Microsoft][ODBC Driver 17 for SQL Server]Cannot generate SSPI context [message] => [Microsoft][ODBC Driver 17 for SQL Server]Cannot generate SSPI context ) [2] => Array ( [0] => HY000 [SQLSTATE] => HY000 [1] => -2146893042 [code] => -2146893042 [2] => [Microsoft][ODBC Driver 17 for SQL Server]SQL Server Network Interfaces: No credentials are available in the security package [message] => [Microsoft][ODBC Driver 17 for SQL Server]SQL Server Network Interfaces: No credentials are available in the security package ) [3] => Array ( [0] => HY000 [SQLSTATE] => HY000 [1] => -2146893042 [code] => -2146893042 [2] => [Microsoft][ODBC Driver 17 for SQL Server]Cannot generate SSPI context [message] => [Microsoft][ODBC Driver 17 for SQL Server]Cannot generate SSPI context ) )

  • @MAlvin-xw1vo
    @MAlvin-xw1vo 7 หลายเดือนก่อน

    ThankYou Very Much

  • @varimhatim
    @varimhatim 7 หลายเดือนก่อน

    thank you so so so so much

  • @patkartarun
    @patkartarun 7 หลายเดือนก่อน

    Very well explained thanks

  • @ronysebastian7491
    @ronysebastian7491 7 หลายเดือนก่อน

    Thank you Sir

  • @mahfeshar
    @mahfeshar 10 หลายเดือนก่อน

    Thank you very much a lot

  • @rizalauliarahman107
    @rizalauliarahman107 11 หลายเดือนก่อน

    very helpful thanks...

  • @aldotugasumb2366
    @aldotugasumb2366 11 หลายเดือนก่อน

    does not work

  • @mohammedshafin4086
    @mohammedshafin4086 ปีที่แล้ว

    Thanks a lot, eased lots of my headache

  • @alexandremsferr
    @alexandremsferr ปีที่แล้ว

    how use with server side mode?

  • @MuhdZahir-qh4lp
    @MuhdZahir-qh4lp ปีที่แล้ว

    where did you used the index function? i didn't see any line of code that calls the function index from welcome.blade.php

  • @JohnRobertLim
    @JohnRobertLim ปีที่แล้ว

    Fatal error: Uncaught Error: Call to undefined function sqlsrv_connect() in C:\Apache24\htdocs\sqlserver\connection.php:9 Stack trace: #0 {main} thrown in C:\Apache24\htdocs\sqlserver\connection.php on line 9

  • @soslowgamer3207
    @soslowgamer3207 ปีที่แล้ว

    If that method dosn't work try other option. 1. create table <table id="myTable"><thead><th>Col 1</th><th>Col2</th></thead></table> 2. create script $(document).ready(function){} 3. in that function declare settings: let settings = {columns: [{data: 'col name'},{data: 'col 2 name'}], } 4. declare new table let oTab = new DataTable($('#myTable'), settings) 5. create $.ajax({url: 'route('get-data')'} method: 'get').done(function(response){ oTab.data.clear(); oTab.draw(); oTab.rows.add(response); oTab.draw();}) If you have problem write to me. I was struggling with this for a few days, so now im be happy too share this knowledge.

  • @anushazz
    @anushazz ปีที่แล้ว

    Thankyou , thanks for the video

  • @GunavarthiniKathiresan
    @GunavarthiniKathiresan ปีที่แล้ว

    how to fetch sql server date into live php server using system IP address and port number? is it possible?

  • @cheeesecake6989
    @cheeesecake6989 ปีที่แล้ว

    Thanks for this 🙏

  • @valentineedesiriefagene7565
    @valentineedesiriefagene7565 ปีที่แล้ว

    Thank you very much

  • @joaopoliceno8844
    @joaopoliceno8844 ปีที่แล้ว

    Very good.

  • @pnr8uk
    @pnr8uk ปีที่แล้ว

    Great video, not sure why everything is so difficult to MSSQL server though. We can talk about MySQL all we want but the worlds' economy runs on MSSQL Server or Oracle (pretty much).

  • @Jean-Marius
    @Jean-Marius ปีที่แล้ว

    Thank you very much for the support

  • @LearnProgramming100
    @LearnProgramming100 ปีที่แล้ว

    very help ful vedio Thank you

  • @kencong3341
    @kencong3341 ปีที่แล้ว

    Very helpful

  • @amgdhemyar4607
    @amgdhemyar4607 ปีที่แล้ว

    Thank you very much Please how to upload to hosting And the way to upload dll add-ons I am an Arab translating the speech and sent you a comment

  • @cambojabr2490
    @cambojabr2490 ปีที่แล้ว

    só o nice

  • @kanchankasniya8311
    @kanchankasniya8311 ปีที่แล้ว

    Thank you soo much..

  • @bryanmallari8217
    @bryanmallari8217 ปีที่แล้ว

    thanks

  • @keanuacayayannatividad3948
    @keanuacayayannatividad3948 ปีที่แล้ว

    why is it that I have this error? Array ( [0] => Array ( [0] => 08001 [SQLSTATE] => 08001 [1] => -2146893019 [code] => -2146893019 [2] => [Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: The certificate chain was issued by an authority that is not trusted. [message] => [Microsoft][ODBC Driver 18 for SQL Server]SSL Provider: The certificate chain was issued by an authority that is not trusted. ) [1] => Array ( [0] => 08001 [SQLSTATE] => 08001 [1] => -2146893019 [code] => -2146893019 [2] => [Microsoft][ODBC Driver 18 for SQL Server]Client unable to establish connection [message] => [Microsoft][ODBC Driver 18 for SQL Server]Client unable to establish connection ) )

  • @uzairscorpion
    @uzairscorpion ปีที่แล้ว

    how to send email to customer and admin both receive there is no mention to notify email to admin

  • @abdouchk1170
    @abdouchk1170 ปีที่แล้ว

    it works well , Thank you so much

  • @EkoEdelope
    @EkoEdelope ปีที่แล้ว

    nice article sir

  • @tecnobet4.069
    @tecnobet4.069 ปีที่แล้ว

    versão do meu PHP é 8.2 não tem em downloads, como proceder?

  • @mdazhardware
    @mdazhardware ปีที่แล้ว

    Awesome tutorial, thanks.

  • @pierdocks5412
    @pierdocks5412 ปีที่แล้ว

    Simple and well explained. Thank you . Keep up the good work!👋

  • @abenezerleta6184
    @abenezerleta6184 ปีที่แล้ว

    Good work Thank you

  • @aveshjamil8164
    @aveshjamil8164 ปีที่แล้ว

    Hello mate are your excel data also imorted into database ?

  • @notebookish2062
    @notebookish2062 ปีที่แล้ว

    followed everything in this order, still datatable not working. do I need to install any package or anything for this?

  • @annalosich2902
    @annalosich2902 ปีที่แล้ว

    Great explanation. Thank you!

  • @thomasvanlaar553
    @thomasvanlaar553 ปีที่แล้ว

    Nice! Thanks for your help! 😎

  • @АлекандрМарченко-д6г
    @АлекандрМарченко-д6г ปีที่แล้ว

    Super. Thank you.

  • @unravelledwatch3004
    @unravelledwatch3004 ปีที่แล้ว

    super video, how would you disable search on a particular column??

  • @unravelledwatch3004
    @unravelledwatch3004 ปีที่แล้ว

    thanks so much. wish i could leave more likes

  • @rakzam488
    @rakzam488 ปีที่แล้ว

    can you make an php version of that?

  • @vlad07mrg
    @vlad07mrg ปีที่แล้ว

    Thank you so much!!! You saved me!!!

  • @mahbubrahman2073
    @mahbubrahman2073 2 ปีที่แล้ว

    thank you. Its work for me.

  • @skywalker2260
    @skywalker2260 2 ปีที่แล้ว

    excellent tuto 👍 .... mais un peu trop rapide ...(but too fast !)