Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-01-26 11:20:31
30-Day Money-Back Guarantee
IT & Software Other IT & Software Laravel

Crash Course Laravel and Vue JS 2021 Bootcamp + free CMS

This Laravel course is a must have if you need to learn or improve your skill with Laravel and Vue JS.
Rating: 4.5 out of 54.5 (553 ratings)
30,321 students
Created by Gerrit Vermeulen
Last updated 8/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • How to set-up a Laravel 7 Project Locally
  • How to connect a MySql database to your Laravel 7 project locally
  • Get Laravel 7 Project online to Digital Ocean server
  • Use Laravel Forge to do deployments to digital ocean server
  • How to setup Vue Js to your Laravel 7 project
  • How to connect Cloudinary to your Laravel Project
  • How to develop Vue JS components
  • Programming in Vue JS

Requirements

  • Basic understanding of PHP
  • Basic understanding of HTML

Description

Laravel is the most popular framework for PHP and it really makes life easier! VueJs is also one of the easiest and most powerful javascript frameworks out there that uses a Virtual Dom.

With the Laravel framework, I have done huge projects before, and with Larvel it's easy to manage and maintain.

One of the most beneficial features of Laravel is the Model relationships you can use. Doing queries to the database has never been easier and powerful than now!

In this course, we will start from the beginning and tell you how to set up your first Laravel Project. I will also show you how to deploy your code online to a Virtual Private Server. We also teach you how to add your project to a DigitalOcean server online!

This is a must-have course if you're simply want to jump into Laravel and improve your skill! And if you have help, you can contact me through this platform in order to help you.

The online world today is booming, and online developers are in demand way more than previously.


The most common language used for online development is PHP, and Laravel is the most popular and probably the best one out there.


Laravel handles the server-side programming, so this basically means that it processes what it needs to do before it ends up in front of the client’s screen. So if you want some programming done client-side, then you can’t use Laravel, but Laravel integrates beautifully with Vue JS. Vue JS handles client-side programming. So for instance, if you want to build an application where you don’t want to refresh the browser in order to process something, you’ll be using Vue JS, which is one of the most popular and powerful Javascript frameworks out there.


With this course, I will teach you everything from where to start from scratch up until publishing your project to a live server where people can access your content.


As a bonus, I will also include my own built Content Management System, and I will teach you how to install it. With this CMS, you can instantly have an admin where you can log in and add pages, specials, products and more. This CMS is also going to be updated continuously, and I will update my course with all the latest changes to the CMS.


This Content Management System will also include an eCommerce section where you can list your products and prices.


This course will be really helpful for you, especially if you want to get in online application development, including websites.



Who this course is for:

  • People who wants to jump into the Laravel Framework and being able to create their first website
  • If you want to deploy your Laravel project to DigitalOcean
  • If you want to integrate Cloudinary with Laravel
  • If you want to learn how to use VueJs with Laravel
  • You want to see hands on examples of how projects are created
  • If you want to start Programming Vue JS in Laravel

Course content

13 sections • 57 lectures • 7h 28m total length

  • Preview01:54

  • 5 star reviews are really important to us
    00:51
  • Procedural coding vs OOP (Object Oriented Programming)
    16:00

  • Preview00:45
  • Install Composer and PHP on your local machine
    09:56
  • Preview03:33
  • Setup MySql locally for Laravel
    03:27
  • Create your first Database for Laravel
    03:08
  • Configure your .env file for Laravel
    04:49
  • Run Laravel Locally
    03:51
  • To install git, please visit this link
    00:03
  • Add Laravel project to a Bitbucket repository
    02:29

  • Introduction to "Get Laravel Project Online"
    00:43
  • Use this link for Digital Ocean account and receive $100 in credit over 60 days
    00:04
  • Setup Digital Ocean account and Laravel Forge
    05:19
  • Connect your first project online through Laravel Forge
    07:41
  • Connecting a domain to your Laravel forge project
    05:39

  • Preview00:48
  • Preview04:12
  • How PHP artisan works for Laravel
    05:27
  • Laravel Controllers explained
    03:40
  • Laravel Migrations explained
    09:19
  • Laravel Models explained
    12:31
  • Laravel Views (blade system) explained
    07:31

  • Introduction to section
    00:47
  • Preview13:24
  • Preview14:20
  • Send Email in Laravel
    12:32

  • Introduction to "Make client-side more powerful with Vue JS"
    00:45
  • Install and setup Vue JS
    16:35
  • Use Vue JS to manipulate some views on home page
    05:06
  • Use Vue JS to send an email.
    15:40

  • Introduction to "Create very basic Admin Section to add Specials with Laravel"
    00:55
  • Install Laravel Auth
    04:06
  • Add resource routes into auth groups to create specials in Laravel
    06:55
  • Create migrations for specials table in Laravel
    04:14
  • Create list of specials in tabular structure in Laravel
    07:13
  • Create a new special in Laravel
    11:51
  • Edit a new special in Laravel
    08:33
  • Remove a special in Laravel
    04:07
  • Realise you forgot an important field and add it to the laravel project
    07:31
  • Show list of specials on home page in Laravel
    06:24
  • Once clicked on the special, navigate to a new window to display special
    06:50

  • Preview00:32
  • Preview01:55
  • Register an account with Cloudinary for your Laravel Project
    03:54
  • Install the Cloudinary Laravel package and configure .env file
    04:05
  • How to upload files to Cloudinary through your Laravel Project
    15:53
  • How to easily manipulate images with Cloudinary through your Laravel Project
    06:38

  • Develop an Invoice Creator to easily create invoices using Vue JS and Laravel
    2 questions
  • Create Invoice Creator to create invoices using Vue JS and Laravel (part 1)
    01:12:09
  • Create Invoice Creator to create invoices using Vue JS and Laravel (part 2)
    19:04
  • Here is the git repository
    00:02

Instructor

Gerrit Vermeulen
Head of Development
Gerrit Vermeulen
  • 4.3 Instructor Rating
  • 589 Reviews
  • 36,313 Students
  • 2 Courses

I have been in development since 2009, and I am experienced in

Laravel
PHP
MySql
Flutter
VueJs
Javascript
JQuery
HTML5

I live in Namibia, and I've done a lot of projects. Programming is my passion.


I have taught a couple of people before and I get a sense of enjoyment by helping people where I can.


Projects I have done are websites, mobile apps, eCommerce websites, and touch screen software.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.