devhubNP
devhubNP
  • Видео 14
  • Просмотров 256 619
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.
ruclips.net/video/y6_uLzg4NTc/видео.html
In this video, I will show you how to delete and add more images (i.e. update the multiple uploads)
Просмотров: 2 988

Видео

Send Email using Google SMTP in Laravel | Send Mail In Gmail
Просмотров 1,4 тыс.2 года назад
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 : ruclips.net/video/TTk9pjLmJ40/видео.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)
Просмотров 12 тыс.2 года назад
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 : ruclips.net/video/TTk9pjLmJ4...
Laravel Datatable | Integrating jQuery Datatable with Laravel
Просмотров 27 тыс.2 года назад
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
Просмотров 27 тыс.2 года назад
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
Просмотров 19 тыс.2 года назад
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
Просмотров 7 тыс.2 года назад
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)
Просмотров 2,9 тыс.2 года назад
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 тыс.2 года назад
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)
Просмотров 6852 года назад
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 : ruclips.net/video/Mwru-xNoESE/видео.html Music: www.bensound.com
How To Send Contact Email In Laravel | Sending Data In Email
Просмотров 6 тыс.2 года назад
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
Просмотров 2932 года назад
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
Просмотров 4002 года назад
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 : ruclips.net/video/evHbv-jbJ5o/видео.html Music: www.bensound.com
how to connect php with sql server 2012/2014 with sample code and query
Просмотров 149 тыс.10 лет назад
Updated video : ruclips.net/video/TN0gV3KPp10/видео.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 7 дней назад

    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 24 дня назад

    Thanks a lot. You are a great tutor.

  • @kepler79b
    @kepler79b 27 дней назад

    Great video. Subs here.

  • @hoholebaguette7298
    @hoholebaguette7298 2 месяца назад

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

  • @billamama5312
    @billamama5312 3 месяца назад

    Thanks my G!

  • @pritamsamajpati
    @pritamsamajpati 3 месяца назад

    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 6 месяцев назад

    ThankYou Very Much

  • @varimhatim
    @varimhatim 6 месяцев назад

    thank you so so so so much

  • @patkartarun
    @patkartarun 6 месяцев назад

    Very well explained thanks

  • @ronysebastian7491
    @ronysebastian7491 6 месяцев назад

    Thank you Sir

  • @mahfeshar
    @mahfeshar 9 месяцев назад

    Thank you very much a lot

  • @rizalauliarahman107
    @rizalauliarahman107 10 месяцев назад

    very helpful thanks...

  • @aldotugasumb2366
    @aldotugasumb2366 10 месяцев назад

    does not work

  • @mohammedshafin4086
    @mohammedshafin4086 11 месяцев назад

    Thanks a lot, eased lots of my headache

  • @alexandremsferr
    @alexandremsferr 11 месяцев назад

    how use with server side mode?

  • @MuhdZahir-qh4lp
    @MuhdZahir-qh4lp 11 месяцев назад

    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г

    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 Год назад

    thank you. Its work for me.

  • @skywalker2260
    @skywalker2260 Год назад

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