Traversy Media


  • 20:48 Popular Laravel From Scratch [Part 4] - Blade Templating & Compiling Assets

    Laravel From Scratch [Part 4] - Blade Templating & Compiling Assets

    by Best Webhosting Added 111 Views / 0 Likes

    In this video I will talk about blade templating. We will look at passing in data, interpolation, adding logic to our views. I will also show you how to compile assets using Laravel Mix. We will compile Sass files to regular css. CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT:

  • 16:09 Popular Laravel From Scratch [Part 5] - Models & Database Migrations

    Laravel From Scratch [Part 5] - Models & Database Migrations

    by Best Webhosting Added 132 Views / 0 Likes

    In this video we will start to work with models and database migrations. We will use MySQL as our data store. We will be creating a model and database table for our blog posts CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT COURSE: Coming Soon..... SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/trave

  • 19:30 Popular Laravel From Scratch [Part 6] - Fetching Data With Eloquent

    Laravel From Scratch [Part 6] - Fetching Data With Eloquent

    by Best Webhosting Added 117 Views / 0 Likes

    In this video I will show you how to start working with Eloquent which is an ORM (Object Relational Mapper) and it makes working with the database models VERY easy CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, plea

  • 18:54 Popular Laravel From Scratch [Part 7] - Forms & Saving Data

    Laravel From Scratch [Part 7] - Forms & Saving Data

    by Best Webhosting Added 108 Views / 0 Likes

    In this video we will be creating a form using Laravel Collective to submit blog posts to the database. CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/travers

  • 09:58 Popular Laravel From Scratch [Part 8] - Edit & Delete Data

    Laravel From Scratch [Part 8] - Edit & Delete Data

    by Best Webhosting Added 159 Views / 0 Likes

    In this video we will create the post edit form using Laravel Collective. We will also add the delete functionality and look at method spoofing CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show yo

  • 16:43 Popular Laravel From Scratch [Part 9] - User Authentication

    Laravel From Scratch [Part 9] - User Authentication

    by Best Webhosting Added 125 Views / 0 Likes

    In this video we will add user authentication. We also need to add a user_id column in the posts table in the database. We will implement full login and register functionality CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free

  • 10:05 Popular Laravel From Scratch [Part 10] - Model Relationships

    Laravel From Scratch [Part 10] - Model Relationships

    by Best Webhosting Added 116 Views / 0 Likes

    In this video we will create a relationship between users and blog posts. We will add the users posts to their dashboard and make it so when they insert a post the user id also gets put in the table. CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of t

  • 08:37 Popular Laravel From Scratch [Part 11] - Access Control

    Laravel From Scratch [Part 11] - Access Control

    by Best Webhosting Added 108 Views / 0 Likes

    In this video we will implement access control so guests can not add posts and users can only edit and delete their own posts. CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http:

  • 24:08 Laravel From Scratch [Part 12] - File Uploading & Finishing Up

    Laravel From Scratch [Part 12] - File Uploading & Finishing Up

    by Best Webhosting Added 88 Views / 0 Likes

    In this video we will wrap up our application and add file uploading for blog posts. I hope you guys enjoyed this Laravel series. I will look into deployment soon! CODE: Complete Code For This Series https://github.com/bradtraversy/lsapp 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-10485 50% OFF: Use special code "traversy" SUPPORT: We spend massive amounts of time creating these free videos, plea

  • 1:12:06 Build A Responsive HTML & CSS Template With FlexboxGrid

    Build A Responsive HTML & CSS Template With FlexboxGrid

    by Best Webhosting Added 99 Views / 0 Likes

    In this beginner friendly front-end project we will build a responsive HTML5 and CSS3 website template and we will use FlexboxGrid which is a lightweight Flexbox based grid system to align our elements easily. It uses the same classes as the Bootstrap grid. CODE: Code for this project http://www.traversymedia.com/downloads/apptheme.zip SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa EDUONIX COURSES: Please use affiliate links from website below

  • 11:17 Popular Top 10 PHP Frameworks 2017

    Top 10 PHP Frameworks 2017

    by Best Webhosting Added 101 Views / 0 Likes

    In this video we will look at the top 10 PHP frameworks to learn in 2017. Some things that went into this list are ease of use, popularity, features and my own experience. SPONSORS: .tech Domains - http://goo.gl/Tr66ps Use code TRAVERSY to get a domain for just $4.99! 10: Nette 9: Yii2 8:FuelPHP 7: Zend 6: Slim 5: CakePHP 4:Phalcon 3: CodeIgniter 2: Symfony 1: Laravel SUPPORT: We spend massive amounts of time creating these free videos, please donate

  • 55:42 Popular Build a C# .NET Application in 60 Minutes

    Build a C# .NET Application in 60 Minutes

    by Best Webhosting Added 126 Views / 0 Likes

    In this video we are going to talk about what C# and the .NET framework are and then jump right in and install Visual Studio 2017. We will be creating a Windows console application from absolute scratch, start to finish. We will build a number guessing game that you can actually compile and give to your friends! Here are some of the things you will be learning... What is C#, .NET, CLR? Installing Visual Studio Community 2017 Setting up a console proje

  • 15:04 Popular Difficult Clients In Web Design & Development

    Difficult Clients In Web Design & Development

    by Best Webhosting Added 129 Views / 0 Likes

    In this presentation, I am going to share my experience working with difficult clients when I ran my web design & development company Tech Guy Web Solutions. We will discuss the different type such as clients that are cheap, uninformed, rude and disappearing customers. I will also give you some tips on dealing with them POWERPOINT: Download the slide used in this video http://www.traversymedia.com/downloads/powerpoints/dc.zip SUPPORT: We spend massive

  • 27:27 Google Maps JavaScript API Tutorial

    Google Maps JavaScript API Tutorial

    by Best Webhosting Added 81 Views / 0 Likes

    In this video I will work a little bit with the Google Maps API as requested by some of my subscribers. We will implement a map with some custom markers, info window, event listeners and we will optimize the code so that we can easily add new markers with new properties. CODE: Code for this video http://www.traversymedia.com/downloads/mymap.zip SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa SUPPORT: We spend massive amounts of time creating th

  • 32:47 Google Geocode API & JavaScript Tutorial

    Google Geocode API & JavaScript Tutorial

    by Best Webhosting Added 78 Views / 0 Likes

    In this video we will be working with the Google geocoding API to get all location info including latitude and longitude from an address or even from just the name of a city or state. We will build an application with a Bootstrap 4 form to interact with the API. CODE: Code for this video http://www.traversymedia.com/downloads/mygeocode.zip Google Map API Tutorial: https://www.youtube.com/watch?v=Zxf1mnP5zcw SPONSORS: DevMountain Bootcamp - https://goo

  • 56:08 Materialize CSS Crash Course [Part 1]

    Materialize CSS Crash Course [Part 1]

    by Best Webhosting Added 98 Views / 0 Likes

    In this video we will dive into Materialize CSS and create a cheat sheet with all of the main HTML/CSS components such as navbars, cards, collections, progress bars, helper classes, buttons and more. Materialize is a responsive framework based on Google's Material Design. We will look at the JavaScript widgets in a separate video. CODE: Sandbox/Cheatsheet Download http://www.traversymedia.com/downloads/materialize_sandbox.zip WATCH PART 2: https://www

  • 40:09 Popular Materialize CSS Crash Course [Part 2] - JavaScript Widgets

    Materialize CSS Crash Course [Part 2] - JavaScript Widgets

    by Best Webhosting Added 108 Views / 0 Likes

    In this second part of the Materialize crash course, we will look at the JavaScipt widgets included in the framework. Carousel Slider Modals Tooltips & Toasts Lightbox / Material Boxed Tap Target Sidenav & Dropdown CODE: Sandbox/Cheatsheet Download http://www.traversymedia.com/downloads/materialize_sandbox.zip WATCH PART 1: https://www.youtube.com/watch?v=nqT8c5OFjEQ&t=1405s SPONSORS: DevMountain Bootcamp - https://goo.gl/6q0dEa SUPPORT: We spend mass

  • 13:41 Popular Deploy Laravel To Shared Hosting The Easy Way

    Deploy Laravel To Shared Hosting The Easy Way

    by Best Webhosting Added 113 Views / 0 Likes

    In this video I will show you how to easily deploy a Laravel application to a shared hosting account with InMotion hosting. We will deploy without having to type in one command. Everything will be done via Cpanel and FTP. INMOTION HOSTING: Get an account for $5.99 per month https://secure1.inmotionhosting.com/cgi-bin/gby/clickthru.cgi?id=traversymedia 10 PROJECT LARAVEL COURSE: Please use affiliate link below https://www.eduonix.com/affiliates/id/16-1

  • 19:26 Popular Getting Started With Chart.js

    Getting Started With Chart.js

    by Best Webhosting Added 111 Views / 0 Likes

    In this video we will take a peak at Chart.js which is a JavaScript library for creating beautiful charts and graphs and inserting them into your HTML. It can be used to create around 8 different types of charts including bar, line and pie. This tutorial is extremely beginner friendly CODE: Code for this video http://www.traversymedia.com/downloads/mychart.zip SUPPORT: We spend massive amounts of time creating these free videos, please donate to show

  • 23:57 Responsive HTML & CSS Side Menu From Scratch

    Responsive HTML & CSS Side Menu From Scratch

    by Best Webhosting Added 95 Views / 0 Likes

    In this video we will build a responsive collapsible side menu using HTML5, CSS3 and just a bit of JavaScript. We will not be using any 3rd party frameworks or libraries, everything is from scratch CODE: Code for this video http://www.traversymedia.com/downloads/sidemenu.zip CHEAP WEB HOSTING: Check out eHost http://track.ehost.com/594a594410143/click SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your supp

  • 17:21 Popular Easy Responsive CSS3 Pricing Tables

    Easy Responsive CSS3 Pricing Tables

    by Best Webhosting Added 126 Views / 0 Likes

    In this mini-project, we will build some responsive pricing tables using HTML5 and CSS3. CODE: Code for this video http://www.traversymedia.com/downloads/pricingtables.zip SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http://www.paypal.me/traversymedia http://www.patreon.com/traversymedia FOLLOW TRAVERSY MEDIA: http://www.facebook.com/traversymedia http://www.twitter.com/traversymedia http://

  • 23:41 Popular Using Chart.js With React

    Using Chart.js With React

    by Best Webhosting Added 116 Views / 0 Likes

    In this video I will show you how to build a React app that implements the Chart.js JavaScript library for building charts Please watch the "Getting Started With Chart.js" video first if you are unfamiliar with Chart.js https://www.youtube.com/watch?v=sE08f4iuOhA CODE: Code for this video https://github.com/bradtraversy/reactcharts React-chartjs-2 Github Page https://github.com/gor181/react-chartjs-2 10 Project React Course! http://www.traversymedia.c

  • 14:05 Popular Angular 2 & Firebase App [Part 5] - Details Page

    Angular 2 & Firebase App [Part 5] - Details Page

    by Best Webhosting Added 113 Views / 0 Likes

    In this video we will create the property listing details page CODE: Code For This Video http://www.traversymedia.com/downloads/proplistings/proplistings_part_5.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-courses VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free vide

  • 11:00 PHP Front To Back [Part 7] - Conditionals & Comparison

    PHP Front To Back [Part 7] - Conditionals & Comparison

    by Best Webhosting Added 94 Views / 0 Likes

    In this video we will look at if statements as well as if...else and switches in PHP. This video is for PHP and programming beginners. There are more advanced topics to come CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox5.zip VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time c

  • 11:21 Popular PHP Front To Back [Part 8] - Dates & Timestamps

    PHP Front To Back [Part 8] - Dates & Timestamps

    by Best Webhosting Added 110 Views / 0 Likes

    In this video we will look at the PHP date() function as well as mktime() and strtotime() to create dates and timestamps from strings CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox6.zip VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate

  • 08:23 Popular PHP Front To Back [Part 9] - Include & Require

    PHP Front To Back [Part 9] - Include & Require

    by Best Webhosting Added 108 Views / 0 Likes

    In this video I will show you how to include a PHP file with PHP or HTML into another file saving you a lot of time and code writing. We will look at include, require and require_once CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox7.zip VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts

  • 25:09 Popular Angular 2 & Firebase App [Part 6] - Add Listing & Storage

    Angular 2 & Firebase App [Part 6] - Add Listing & Storage

    by Best Webhosting Added 125 Views / 0 Likes

    In this part we will add the functionality to add a property listing and also how to upload an image to Firebase storage as well as fetch the image and put in the listing CODE: Code For This Video http://www.traversymedia.com/downloads/proplistings/proplistings_part_6.zip COURSES: Premium Eduonix Courses http://www.traversymedia.com/eduonix-... VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://

  • 12:15 jQuery Image Slider - Quick & Easy

    jQuery Image Slider - Quick & Easy

    by Best Webhosting Added 88 Views / 0 Likes

    In this video we will build a very simple jQuery image slider or image switcher. We will use a little css for styling as well. CODE: Code for this video http://www.traversymedia.com/downloads/jqslider/jqslider.zip IMAGES ONLY: http://www.traversymedia.com/downloads/jqslider/imagesforslider.zip VISIT US: http://www.traversymedia.com EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We sp

  • 16:57 PHP Front To Back [Part 10] - $_SERVER Superglobal

    PHP Front To Back [Part 10] - $_SERVER Superglobal

    by Best Webhosting Added 83 Views / 0 Likes

    In this video we will create a simple webpage that displays the server, file and client info. We will use Twitter Bootstrap to make the page look nice and clean. CODE: Code for this video http://www.traversymedia.com/downloads/phpsandbox/phpsandbox8.zip EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show yo

  • 29:33 Build A Codeigniter PHP App - Part 4

    Build A Codeigniter PHP App - Part 4

    by Best Webhosting Added 100 Views / 0 Likes

    In this part of the codeigniter PHP framework series we will add the functionality to create categories as well as display categories and all posts from a single category CODE: Code for this video https://github.com/bradtraversy/ciblog EDUONIX COURSES: Pleas use affiliate links from website below http://www.traversymedia.com/eduonix-courses SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support: http:/

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA

RSS