Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation - Best Webhosting

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.

ULTRAFAST, CHEAP, SCALABLE AND RELIABLE! WE STRONGLY RECOMMEND ACCU WEB HOSTING COMPANY

Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation

Watch Web Development Traversy Media Video: Laravel From Scratch [Part 2] - Environment Setup & Laravel Installation.
In this video we will setup our environment. We will be using XAMPP which gives us an Apache server with PHP and MySQL. We will install Laravel with Composer and we will be using the Git Bash terminal and integrate it with Visual Studio Code

CODE: Complete Code For This Series
https://github.com/bradtraversy/lsapp

XAMPP SETUP:
https://www.youtube.com/watch?v=6tCWiexc05U

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/traversymedia
http://www.patreon.com/traversymedia

FOLLOW TRAVERSY MEDIA:
http://www.facebook.com/traversymedia
http://www.twitter.com/traversymedia
http://www.linkedin.com/in/bradtraversy

Published:
Category: Web Development Traversy Media
92 Views

Related Videos

  • Laravel From Scratch [Part 10] - Model Relationships

    Laravel From Scratch [Part 10] - Model Relationships

    by Best Webhosting Added 96 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

  • Laravel From Scratch [Part 1] - Series Introduction

    Laravel From Scratch [Part 1] - Series Introduction

    by Best Webhosting Added 100 Views / 0 Likes

    In this video I will talk about what Laravel is and also give you a demo of what we will be building. Laravel is the most popular open source PHP framework and uses the MVC (Model View Controller) design pattern. We will be covering all of the fundamentals of Laravel 5.4 in this series including.... Routing Controllers Models & DB Migrations Blade Templates/Views Authentication & Access Control CRUD Functionality File Uploading Much More... CODE: Comp

  • Laravel From Scratch [Part 9] - User Authentication

    Laravel From Scratch [Part 9] - User Authentication

    by Best Webhosting Added 94 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

  • Laravel From Scratch [Part 11] - Access Control

    Laravel From Scratch [Part 11] - Access Control

    by Best Webhosting Added 85 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:

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

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

    by Best Webhosting Added 87 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

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

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

    by Best Webhosting Added 95 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

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

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

    by Best Webhosting Added 98 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

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

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

    by Best Webhosting Added 140 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

  • Laravel From Scratch [Part 3] - Basic Routing & Controllers

    Laravel From Scratch [Part 3] - Basic Routing & Controllers

    by Best Webhosting Added 72 Views / 0 Likes

    In this video we will create some routes and a controller for our pages. Ill show you how to load a view from a controller function 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:

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

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

    by Best Webhosting Added 69 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

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

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

    by Best Webhosting Added 83 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:

  • Laravel 5.5 API From Scratch Using Resources

    Laravel 5.5 API From Scratch Using Resources

    by Best Webhosting Added 76 Views / 0 Likes

    In this video we will be building an API from scratch using Laravel 5.5 API resources. We will create an article model and use seeds and factories to create dummy data and then build the api endpoints with a resource CODE: Code for this video https://github.com/bradtraversy/larticles_api BUILD A VUE.JS FRONTEND: https://www.youtube.com/watch?v=DJ6PD_jBtU0 • BECOME A PATRON: Show support & get perks! http://www.patreon.com/traversymedia VISIT MY WEBIST

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